diff --git a/java/dec/pom.xml b/java/dec/pom.xml index 836d956..82b87a2 100755 --- a/java/dec/pom.xml +++ b/java/dec/pom.xml @@ -5,13 +5,13 @@ org.brotli parent - 0.1.0-SNAPSHOT + 0.1.0 dec - 0.1.0-SNAPSHOT + 0.1.0 jar - dec + ${project.groupId}:${project.artifactId} . diff --git a/java/integration/pom.xml b/java/integration/pom.xml index 1091e8c..d2a985a 100755 --- a/java/integration/pom.xml +++ b/java/integration/pom.xml @@ -5,19 +5,19 @@ org.brotli parent - 0.1.0-SNAPSHOT + 0.1.0 integration - 0.1.0-SNAPSHOT + 0.1.0 jar - integration + ${project.groupId}:${project.artifactId} org.brotli dec - 0.1.0-SNAPSHOT + 0.1.0 diff --git a/java/pom.xml b/java/pom.xml index c8e647a..5841f7a 100755 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,15 +4,34 @@ org.brotli parent - 0.1.0-SNAPSHOT + 0.1.0 pom + ${project.groupId}:${project.artifactId} + Brotli is a generic-purpose lossless compression algorithm. + http://brotli.org + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + + + + Google + https://github.com/google + + + + scm:git:git://github.com/google/brotli.git + scm:git:ssh://git@github.com/google/brotli.git + https://github.com/google/brotli + + dec - http://brotli.org - UTF-8 @@ -24,6 +43,36 @@ + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + @@ -35,20 +84,6 @@ 1.5 - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - org.sonatype.plugins nexus-staging-maven-plugin @@ -57,7 +92,7 @@ ossrh https://oss.sonatype.org/ - true + false