mirror of https://github.com/apache/jclouds.git
Issue 626: took out beta-release versions of build plugins
This commit is contained in:
parent
a4c354ce56
commit
2d015a39ba
2
pom.xml
2
pom.xml
|
@ -120,7 +120,7 @@ pageTracker._trackPageview();
|
|||
<!-- top-level only -->
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-5</version>
|
||||
<version>2.2.1</version>
|
||||
<inherited>false</inherited>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -404,7 +404,7 @@ pageTracker._trackPageview();
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>1.0-beta-1</version>
|
||||
<version>1.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce-banned-dependencies</id>
|
||||
|
@ -627,7 +627,7 @@ pageTracker._trackPageview();
|
|||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-5</version>
|
||||
<version>2.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate-distribution-files</id>
|
||||
|
@ -702,7 +702,7 @@ pageTracker._trackPageview();
|
|||
<!-- disable the Maven enforcer plugin and prevent forking (unlike -Denforcer.skip) -->
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>1.0-beta-1</version>
|
||||
<version>1.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce-banned-dependencies</id>
|
||||
|
|
Loading…
Reference in New Issue