update assembly, dependency and failsafe maven plugin

This commit is contained in:
Sebastian Sdorra
2011-08-04 14:59:47 +02:00
parent 0553e420b3
commit 669df0886b
3 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<version>2.2.1</version>
<configuration>
<archive>
<manifest>

View File

@@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
@@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/scm-server-app.xml</descriptor>

View File

@@ -251,7 +251,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
<version>2.3</version>
<executions>
<execution>
<phase>compile</phase>
@@ -490,7 +490,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.7.1</version>
<version>2.9</version>
<executions>
<execution>
<id>integration-test</id>