From bec5f5575e491b801f6b7eccb4af18ac82216af5 Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Tue, 8 Mar 2016 18:54:36 -0800 Subject: [PATCH] Prepare for 1.5 release --- cli/pom.xml | 4 +-- core/pom.xml | 14 ++++----- pom.xml | 83 ++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 77 insertions(+), 24 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 166670756..0e6563dd2 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ com.turn ttorrent - 1.5-SNAPSHOT + 1.5 Java BitTorrent library CLI @@ -15,7 +15,7 @@ com.turn ttorrent-core - 1.5-SNAPSHOT + 1.6-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index c7f5254ba..5b0e056ef 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.turn ttorrent - 1.5-SNAPSHOT + 1.5 Java BitTorrent library core @@ -27,11 +27,11 @@ slf4j-api 1.6.4 - - org.testng - testng - 6.1.1 - test - + + org.testng + testng + 6.1.1 + test + diff --git a/pom.xml b/pom.xml index 445d945b5..b1b945c8c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,6 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 7 - - - Java BitTorrent library ttorrent is a pure-Java implementation of the BitTorrent protocol, @@ -17,18 +10,18 @@ http://mpetazzoni.github.io/ttorrent/ com.turn ttorrent - 1.5-SNAPSHOT + 1.5 pom - - core - cli - + + core + cli + scm:git:git://github.com/mpetazzoni/ttorrent.git scm:git:ssh://git@github.com/mpetazzoni/ttorrent.git - http://github.com/mpetazzoni/ttorrent + https://github.com/mpetazzoni/ttorrent master @@ -50,8 +43,8 @@ Maxime Petazzoni maxime.petazzoni@bulix.org http://www.bulix.org - SignalFuse, Inc - http://www.signalfuse.com + SignalFx, Inc + http://www.signalfx.com maintainer architect @@ -68,6 +61,17 @@ UTF-8 + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + jboss-thirdparty-releases @@ -88,6 +92,20 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + org.apache.maven.plugins maven-javadoc-plugin @@ -96,6 +114,29 @@ ${basedir} doc + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + @@ -103,6 +144,18 @@ maven-release-plugin 2.4.2 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + +