Author: asavu
Date: Thu Dec 8 18:37:25 2011
New Revision: 1212023
URL: http://svn.apache.org/viewvc?rev=1212023&view=rev
Log:
WHIRR-446. Upgrade all maven plugins to latest stable release (asavu)
Modified:
whirr/trunk/.gitignore
whirr/trunk/CHANGES.txt
whirr/trunk/build-tools/src/assemble-bin.xml
whirr/trunk/build-tools/src/assemble-src.xml
whirr/trunk/pom.xml
Modified: whirr/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/whirr/trunk/.gitignore?rev=1212023&r1=1212022&r2=1212023&view=diff
==============================================================================
--- whirr/trunk/.gitignore (original)
+++ whirr/trunk/.gitignore Thu Dec 8 18:37:25 2011
@@ -6,3 +6,5 @@ target
.idea/
*.iml
**/*.log
+services/voldemort/lib/
+whirr.log
Modified: whirr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1212023&r1=1212022&r2=1212023&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Thu Dec 8 18:37:25 2011
@@ -94,6 +94,8 @@ Trunk (unreleased changes)
WHIRR-442. Release 0.6.0 is in breach of the AL2.0 and general
Apache rules in regards to the inclusion of Voldemort (Tom White via asavu)
+ WHIRR-446. Upgrade all maven plugins to latest stable release (asavu)
+
BUG FIXES
WHIRR-377. Fix broken CLI logging config. (asavu via tomwhite)
Modified: whirr/trunk/build-tools/src/assemble-bin.xml
URL:
http://svn.apache.org/viewvc/whirr/trunk/build-tools/src/assemble-bin.xml?rev=1212023&r1=1212022&r2=1212023&view=diff
==============================================================================
--- whirr/trunk/build-tools/src/assemble-bin.xml (original)
+++ whirr/trunk/build-tools/src/assemble-bin.xml Thu Dec 8 18:37:25 2011
@@ -48,6 +48,10 @@
<exclude>**/*.rej</exclude>
<exclude>**/*.classpath</exclude>
<exclude>**/whirr-logo.ai</exclude>
+ <exclude>.idea/**</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
</excludes>
</fileSet>
<fileSet>
Modified: whirr/trunk/build-tools/src/assemble-src.xml
URL:
http://svn.apache.org/viewvc/whirr/trunk/build-tools/src/assemble-src.xml?rev=1212023&r1=1212022&r2=1212023&view=diff
==============================================================================
--- whirr/trunk/build-tools/src/assemble-src.xml (original)
+++ whirr/trunk/build-tools/src/assemble-src.xml Thu Dec 8 18:37:25 2011
@@ -38,6 +38,10 @@
<exclude>**/*.classpath</exclude>
<exclude>**/whirr-logo.ai</exclude>
<exclude>services/voldemort/lib/*.jar</exclude>
+ <exclude>.idea/**</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
</excludes>
</fileSet>
</fileSets>
Modified: whirr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1212023&r1=1212022&r2=1212023&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Thu Dec 8 18:37:25 2011
@@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
+ <version>2.2.2</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileFormat>gnu</tarLongFileFormat>
@@ -245,6 +245,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@@ -253,7 +254,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0</version>
+ <version>1.0.1</version>
<executions>
<execution>
<id>enforce-java</id>
@@ -273,7 +274,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<executions>
<execution>
<goals>
@@ -293,7 +294,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8</version>
<configuration>
<excludePackageNames>org.jclouds.*</excludePackageNames>
</configuration>
@@ -310,7 +311,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.0</version>
+ <version>1.2.1</version>
<executions>
<execution>
<goals>
@@ -327,6 +328,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
<executions>
<execution>
<phase>package</phase>
@@ -339,6 +341,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.11</version>
<configuration>
<excludes>
<exclude>**/integration/*Test.java</exclude>
@@ -349,7 +352,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.7</version>
+ <version>0.8</version>
<executions>
<execution>
<phase>package</phase>
@@ -436,7 +439,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <executions>
+ <version>1.4</version>
+ <executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
@@ -464,7 +468,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8</version>
<configuration>
<excludePackageNames>org.jclouds.*</excludePackageNames>
</configuration>
@@ -495,7 +499,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.5</version>
+ <version>2.11</version>
<configuration>
<includes>
<include>**/integration/*Test.java</include>
@@ -528,7 +532,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
+ <version>2.2.2</version>
<configuration>
<descriptors>
<descriptor>build-tools/src/assemble-src.xml</descriptor>