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 b02eec8df421e1b3f3894efd140e76ebdf58ff19 Author: Cedric Beust <[email protected]> Date: Sat May 9 07:41:05 2015 -0700 pom.xml --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 216aa66..404f73c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <artifactId>testng</artifactId> <packaging>jar</packaging> <name>TestNG</name> - <version>6.9.1-SNAPSHOT</version> + <version>6.9.0-SNAPSHOT</version> <description>TestNG is a testing framework.</description> <url>http://testng.org</url> @@ -64,6 +64,14 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.7</version> + <configuration> + <excludePackageNames>*.internal</excludePackageNames> + </configuration> + </plugin> <!-- <plugin> <artifactId>maven-javadoc-plugin</artifactId> @@ -77,7 +85,7 @@ </executions> </plugin> --> - </plugins> + </plugins> </build> </profile> -- 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

