commit ca26825194a02b13c971ccf9574022585f59cd81
Author: Mauro Talevi <[email protected]>
AuthorDate: Sun, 9 Mar 2014 13:29:25 +0100
Commit: Mauro Talevi <[email protected]>
CommitDate: Sun, 9 Mar 2014 13:29:25 +0100
Updated pom dependencies.
diff --git a/pom.xml b/pom.xml
index 797cf56..6ce3378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,22 +34,22 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.2</version>
+ <version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.1</version>
+ <version>2.5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
</plugin>
</plugins>
</pluginManagement>
diff --git a/site-frontend/pom.xml b/site-frontend/pom.xml
index 261b9c2..f3d3d9d 100755
--- a/site-frontend/pom.xml
+++ b/site-frontend/pom.xml
@@ -63,7 +63,6 @@
<plugin>
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
- <version>1.3</version>
<configuration>
<sourceDirectoryPath>${basedir}/src/site/</sourceDirectoryPath>
<compositionFilePath>config/xsite.xml</compositionFilePath>