Bumping versions for maven deps up to 2.0.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-12-07 23:48:15 +00:00
parent 118497e008
commit 2da8372a17
1 changed files with 3 additions and 3 deletions

View File

@ -15,17 +15,17 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0-beta-1</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0-beta-1</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.0-beta-1</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>jline</groupId>