Skip to content

Commit

Permalink
#55 plugins upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jun 27, 2016
1 parent 8d44818 commit 5fa3faf
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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.6.6</version>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>oss.sonatype.org</serverId>
Expand Down Expand Up @@ -269,7 +269,6 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<configuration>
<generateSitemap>true</generateSitemap>
<reportPlugins>
Expand Down Expand Up @@ -522,7 +521,7 @@
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.7.1</version>
<version>1.8.1</version>
<configuration>
<warnOnReflection>true</warnOnReflection>
<vmargs>-Dlog4j.configuration=file:${basedir}/src/test/resources/log4j.properties</vmargs>
Expand Down Expand Up @@ -805,7 +804,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.5.1-1</version>
<version>4.5.3</version>
<configuration>
<sourceDirectory>src/main/antlr4</sourceDirectory>
</configuration>
Expand Down Expand Up @@ -944,7 +943,6 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.13.2</version>
<executions>
<execution>
<id>jcabi-versionalize-packages</id>
Expand Down Expand Up @@ -1482,7 +1480,7 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.13.2</version>
<version>0.14.1</version>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
Expand All @@ -1492,7 +1490,7 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
<version>0.7.2</version>
<version>0.8</version>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
Expand Down Expand Up @@ -1540,15 +1538,15 @@
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.11</version>
<version>2.12</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5</version>
<version>3.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down Expand Up @@ -1627,11 +1625,11 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>2.10.4</version>
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
Expand All @@ -1643,11 +1641,11 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<version>3.0.1</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<version>3.5.1</version>
<configuration>
<reportPlugins>
<!--
Expand All @@ -1667,7 +1665,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.1</version>
</plugin>
<plugin>
<!--
Expand Down Expand Up @@ -1710,7 +1708,7 @@
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.16</version>
<version>0.16.5</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down

0 comments on commit 5fa3faf

Please sign in to comment.