summaryrefslogtreecommitdiffstats
path: root/archiva-cli
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-cli')
-rw-r--r--archiva-cli/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index 8ac5d7f0e..03512a1a5 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -26,7 +26,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archiva-cli</artifactId>
- <version>1.1-SNAPSHOT</version>
<name>Archiva Command Line Client</name>
<dependencies>
<dependency>
@@ -50,7 +49,6 @@
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
- <version>1.0-beta-2</version>
</dependency>
<dependency>
<groupId>com.google.code.cli-parser</groupId>
@@ -60,7 +58,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>