Skip to content

Commit

Permalink
versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jun 23, 2014
1 parent 3eab1d5 commit c091cc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamo</artifactId>
<version>0.15.2</version>
<version>0.15.3</version>
</dependency>
<dependency>
<!--
Expand All @@ -1074,7 +1074,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-http</artifactId>
<version>1.5.2</version>
<version>1.6.1</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1146,7 +1146,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-s3</artifactId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1362,7 +1362,7 @@
you explicitly check it in Maven Central. Version 2.0.2 is published
there, but it's outdated (June 2007), while 1.3.04 is the latest.
-->
<version>1.3.04</version> <!-- don't change this line, 1.3.04 is the right/latest version -->
<version>1.4.01</version> <!-- don't change this line, 1.4.01 is the right/latest version -->
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1439,12 +1439,12 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.2.2</version>
<version>4.3</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-annotations</artifactId>
<version>4.2.2</version>
<version>4.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit c091cc2

Please sign in to comment.