Bumping plexus-active-collections version up to 1.0-beta-1.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@521549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-03-23 00:35:36 +00:00
parent 24a848885a
commit 0ba926c61f
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
# under the License.
classworlds.version=1.2-alpha-7
plexus-active-collections.version=1.0-SNAPSHOT
plexus-active-collections.version=1.0-beta-1
plexus.version=1.0-alpha-20
plexus-archiver.version=1.0-alpha-8
plexus-utils.version=1.4.1

View File

@ -160,7 +160,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-active-collections</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta-1</version>
</dependency>
</dependencies>
@ -168,10 +168,10 @@ under the License.
<repository>
<id>codehaus.snapshots</id>
<name>Codehaus Snapshot Development Repository</name>
<url>http://snapshots.repository.codehaus.org</url>
<releases>
<url>http://repository.codehaus.org</url>
<snapshots>
<enabled>false</enabled>
</releases>
</snapshots>
</repository>
</repositories>