mirror of https://github.com/apache/archiva.git
Revert some bad changes in previous commit
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09a843c647
commit
f6a62f0ea3
6
pom.xml
6
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<artifactId>archiva-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Archiva</name>
|
||||
<version>1.0-beta-3-SNAPSHOT</version>
|
||||
<version>1.0-beta-4-SNAPSHOT</version>
|
||||
<description>
|
||||
Archiva is an application for managing one or more remote
|
||||
repositories, including administration, artifact handling,
|
||||
|
@ -518,7 +518,7 @@
|
|||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-expression-evaluator</artifactId>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
<version>1.0-rc1</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-SNAPSHOT</version>
|
||||
<version>1.0-alpha-4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
|
Loading…
Reference in New Issue