zzz-release-testing2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.http4k</groupId> <artifactId>zzz-release-testing2</artifactId> <version>rc-3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.http4k</groupId> <artifactId>zzz-release-testing2</artifactId> <version>rc-3</version> <name>Release Testing Package</name> <description>A example application to show the release process to Maven Repo</description> <url>https://github.com/http4k/zzz-release-testing</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>daviddenton</id> <name>David Denton</name> <email>david@http4k.org</email> </developer> <developer> <id>s4nchez</id> <name>Ivan Sanchez</name> <email>ivan@http4k.org</email> </developer> </developers> <scm> <connection>https://github.com/http4k/zzz-release-testing.git</connection> <developerConnection>git@github.com:http4k/zzz-release-testing.git</developerConnection> <url>https://github.com/http4k/zzz-release-testing</url> </scm> </project>