diff options
author | Brett Porter <brett@apache.org> | 2006-02-22 04:59:57 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-02-22 04:59:57 +0000 |
commit | c2868b56254b0cdbf6f24d1310cc073b97d0d20b (patch) | |
tree | 05d797e109a940540feadb743601289c7f958e4f /maven-repository-proxy | |
parent | aaf252d7f0120a41c635033a8e2030cad28225b8 (diff) | |
download | archiva-c2868b56254b0cdbf6f24d1310cc073b97d0d20b.tar.gz archiva-c2868b56254b0cdbf6f24d1310cc073b97d0d20b.zip |
update versions, ignores
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@379683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-repository-proxy')
-rw-r--r-- | maven-repository-proxy/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/maven-repository-proxy/pom.xml b/maven-repository-proxy/pom.xml index 294fcabdb..e4fb69ad2 100644 --- a/maven-repository-proxy/pom.xml +++ b/maven-repository-proxy/pom.xml @@ -37,11 +37,10 @@ <groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
</dependency>
- <!-- below should be in extensions -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
- <version>1.0-alpha-7-SNAPSHOT</version>
+ <version>1.0-alpha-7</version>
<scope>test</scope>
</dependency>
</dependencies>
|