Skip to content

Commit

Permalink
versions updated to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 25, 2013
1 parent 9e9219b commit 94ad5e8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<!-- @see http://www.sonatype.com/books/nexus-book/reference/staging-sect-deployment.html -->
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.3</version>
<version>1.4.7</version>
<extensions>true</extensions>
<configuration>
<serverId>oss.sonatype.org</serverId>
Expand Down Expand Up @@ -228,7 +228,7 @@
-->
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.2.2</version>
<version>0.3</version>
<executions>
<execution>
<id>jcabi-check</id>
Expand Down Expand Up @@ -617,7 +617,7 @@
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.13</version>
<version>1.3.17</version>
<configuration>
<warnOnReflection>true</warnOnReflection>
<vmargs>-Dlog4j.configuration=file:${basedir}/src/test/resources/log4j.properties</vmargs>
Expand Down Expand Up @@ -951,7 +951,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.8</version>
<version>0.10</version>
</dependency>
<dependency>
<!--
Expand All @@ -960,7 +960,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-jdbc</artifactId>
<version>0.8</version>
<version>0.9</version>
</dependency>
<dependency>
<!--
Expand All @@ -987,7 +987,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-slf4j</artifactId>
<version>0.7.22</version>
<version>0.8</version>
</dependency>
<dependency>
<!--
Expand All @@ -1014,7 +1014,7 @@
-->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<version>15.0</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1271,22 +1271,22 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.7.22</version>
<version>0.8</version>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-ssl-maven-plugin</artifactId>
<version>0.7.22</version>
<version>0.8</version>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-heroku-maven-plugin</artifactId>
<version>0.7.22</version>
<version>0.8</version>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-beanstalk-maven-plugin</artifactId>
<version>0.7.22</version>
<version>0.9</version>
</plugin>
<plugin>
<!--
Expand Down Expand Up @@ -1353,23 +1353,23 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.7</version>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.15</version>
<version>2.16</version>
</plugin>
<plugin>
<artifactId>maven-help-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<version>2.5</version>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
Expand Down Expand Up @@ -1435,7 +1435,7 @@
to the STDOUT as well, not only to the file.
-->
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<version>2.16</version>
<configuration>
<useFile>false</useFile>
<runOrder>random</runOrder>
Expand Down

0 comments on commit 94ad5e8

Please sign in to comment.