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 c6f04db05b92e7b06fd6314bcc38b5b5c2bbf388 Author: Cedric Beust <[email protected]> Date: Sat Aug 31 14:48:23 2013 -0700 Upgrade to Snake YAML 1.12. --- build.properties | 2 +- ivy.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index f8d4d2e..c6c2ea7 100644 --- a/build.properties +++ b/build.properties @@ -2,7 +2,7 @@ # TestNG distribution # testng.basename=testng -testng.version=6.8.2beta +testng.version=6.8.7beta testng.fullname=${testng.basename}-${testng.version} # diff --git a/ivy.xml b/ivy.xml index eaaf3e5..64c3def 100644 --- a/ivy.xml +++ b/ivy.xml @@ -6,7 +6,7 @@ <dependency org="junit" name="junit" rev="4.10" /> <dependency org="org.beanshell" name="bsh" rev="2.0b4" /> <dependency org="com.google.inject" name="guice" rev="2.0" /> - <dependency org="org.yaml" name="snakeyaml" rev="1.6" /> + <dependency org="org.yaml" name="snakeyaml" rev="1.12" /> <dependency org="com.beust" name="jcommander" rev="1.27" /> </dependencies> </ivy-module> diff --git a/pom.xml b/pom.xml index 57a36a3..7e4947a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <artifactId>testng</artifactId> <packaging>jar</packaging> <name>TestNG</name> - <version>6.8.6-SNAPSHOT</version> + <version>6.8.7-SNAPSHOT</version> <description>TestNG is a testing framework.</description> <url>http://testng.org</url> @@ -124,7 +124,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.6</version> + <version>1.12</version> </dependency> </dependencies> -- 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

