diff options
author | Emmanuel Venisse <evenisse@apache.org> | 2007-10-23 08:08:59 +0000 |
---|---|---|
committer | Emmanuel Venisse <evenisse@apache.org> | 2007-10-23 08:08:59 +0000 |
commit | 09a843c64728abdb2e788b57f8c44a03a2fcc009 (patch) | |
tree | cfea6e565a1e20433b6653758937f89a9e4ad708 /pom.xml | |
parent | 83a2c1fc4e31a9784929b4740fe5fad3730ba222 (diff) | |
download | archiva-09a843c64728abdb2e788b57f8c44a03a2fcc009.tar.gz archiva-09a843c64728abdb2e788b57f8c44a03a2fcc009.zip |
[MRM-458] update to last remote resources plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -31,7 +31,7 @@ <artifactId>archiva-parent</artifactId> <packaging>pom</packaging> <name>Archiva</name> - <version>1.0-beta-4-SNAPSHOT</version> + <version>1.0-beta-3-SNAPSHOT</version> <description> Archiva is an application for managing one or more remote repositories, including administration, artifact handling, @@ -135,7 +135,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.0-alpha-5</version> + <version>1.0-alpha-6</version> <executions> <execution> <goals> @@ -143,7 +143,7 @@ </goals> <configuration> <resourceBundles> - <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle> </resourceBundles> </configuration> </execution> @@ -518,7 +518,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-expression-evaluator</artifactId> - <version>1.0-rc1</version> + <version>1.0-alpha-2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -630,7 +630,7 @@ <dependency> <groupId>org.codehaus.plexus.webdav</groupId> <artifactId>plexus-webdav-simple</artifactId> - <version>1.0-alpha-4</version> + <version>1.0-alpha-4-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.servlet</groupId> |