Author: sebb Date: Fri Jan 9 20:43:51 2015 New Revision: 1650658 URL: http://svn.apache.org/r1650658 Log: Update to latest versions of plugins and dependencies
Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1650658&r1=1650657&r2=1650658&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Fri Jan 9 20:43:51 2015 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>34</version> + <version>36</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-net</groupId> @@ -123,7 +123,7 @@ Supported protocols include: Echo, Finge <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> </dependencies> @@ -351,7 +351,7 @@ Supported protocols include: Echo, Finge <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1</version> + <version>1.3.2</version> <executions> <execution> <goals> @@ -440,7 +440,7 @@ Supported protocols include: Echo, Finge <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.11</version> + <version>2.12.1</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>