This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit aa7d2383cb96bacdc75afadf598ec27d252013a6 Author: Cedric Beust <[email protected]> Date: Sat May 9 07:17:31 2015 -0700 [maven-release-plugin] prepare release testng-6.9.0 --- pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4dc9bc..a52e993 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <artifactId>testng</artifactId> <packaging>jar</packaging> <name>TestNG</name> - <version>6.9.0-SNAPSHOT</version> + <version>6.9.0</version> <description>TestNG is a testing framework.</description> <url>http://testng.org</url> @@ -38,7 +38,49 @@ <version>3</version> </parent> + <distributionManagement> + <repository> + <id>bintray</id> + <url>https://api.bintray.com/maven/cbeust/maven/testng</url> + </repository> + </distributionManagement> + <profiles> + + <!-- bintray profile --> + + <profile> + <id>bintray</id> + <build> + <plugins> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> +<!-- + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>attach-javadocs</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + --> + </plugins> + </build> + </profile> + <profile> <!-- When activated, download dependencies from the snapshot repo --> <id>snapshot</id> @@ -160,6 +202,17 @@ </resources> <plugins> + <!-- Release for bintray --> + + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <useReleaseProfile>false</useReleaseProfile> + <releaseProfiles>release</releaseProfiles> + <autoVersionSubmodules>true</autoVersionSubmodules> + </configuration> + </plugin> + <!-- Bundle sources --> <plugin> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

