Browse Source

Use released versions

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511844 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-0.9-alpha-1
Emmanuel Venisse 17 years ago
parent
commit
401840ce73
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      archiva-plexus-runtime/pom.xml
  2. 2
    2
      archiva-reports-standard/pom.xml

+ 1
- 1
archiva-plexus-runtime/pom.xml View File

@@ -76,7 +76,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-naming</artifactId>
<version>1.0-alpha-3-SNAPSHOT</version>
<version>1.0-alpha-3</version>
<scope>runtime</scope>
</dependency>
<dependency>

+ 2
- 2
archiva-reports-standard/pom.xml View File

@@ -118,7 +118,7 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-14-SNAPSHOT</version>
<version>1.0-alpha-14</version>
<configuration>
<version>1.0.0</version>
<packageWithVersion>false</packageWithVersion>
@@ -150,7 +150,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jpox-maven-plugin</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
<executions>
<execution>
<goals>

Loading…
Cancel
Save