Skip to content

Commit

Permalink
Upgrade to Snake YAML 1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Aug 31, 2013
1 parent cfa9063 commit c6f04db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -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}

#
Expand Down
2 changes: 1 addition & 1 deletion ivy.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>

Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.6</version>
<version>1.12</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit c6f04db

Please sign in to comment.