use staged released versions
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1479453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
37698bf6ab
commit
8e1fb80c64
17
pom.xml
17
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>archiva-parent</artifactId>
|
||||
<version>10-SNAPSHOT</version>
|
||||
<version>10</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.archiva.redback</groupId>
|
||||
|
@ -333,12 +333,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.cache</groupId>
|
||||
<artifactId>spring-cache-api</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.cache</groupId>
|
||||
<artifactId>spring-cache-ehcache</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
|
@ -359,12 +359,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.registry</groupId>
|
||||
<artifactId>spring-registry-api</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.registry</groupId>
|
||||
<artifactId>spring-registry-commons</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
@ -391,7 +391,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components</groupId>
|
||||
<artifactId>spring-jdo2</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>xerces</groupId>
|
||||
|
@ -690,6 +690,11 @@
|
|||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.8</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.archiva.redback.components.modello</groupId>
|
||||
<artifactId>jpox-modello-maven-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.archiva.redback.components.modello</groupId>
|
||||
<artifactId>jpox-modello-maven-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<version>1.0.1</version>
|
||||
<packageWithVersion>false</packageWithVersion>
|
||||
|
|
|
@ -122,7 +122,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.archiva.redback.components.modello</groupId>
|
||||
<artifactId>jpox-modello-maven-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<version>1.0.1</version>
|
||||
<packageWithVersion>false</packageWithVersion>
|
||||
|
|
Loading…
Reference in New Issue