mirror of https://github.com/apache/maven.git
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:
parent
24a848885a
commit
0ba926c61f
|
@ -16,7 +16,7 @@
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
classworlds.version=1.2-alpha-7
|
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.version=1.0-alpha-20
|
||||||
plexus-archiver.version=1.0-alpha-8
|
plexus-archiver.version=1.0-alpha-8
|
||||||
plexus-utils.version=1.4.1
|
plexus-utils.version=1.4.1
|
||||||
|
|
|
@ -160,7 +160,7 @@ under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-active-collections</artifactId>
|
<artifactId>plexus-active-collections</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-beta-1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -168,10 +168,10 @@ under the License.
|
||||||
<repository>
|
<repository>
|
||||||
<id>codehaus.snapshots</id>
|
<id>codehaus.snapshots</id>
|
||||||
<name>Codehaus Snapshot Development Repository</name>
|
<name>Codehaus Snapshot Development Repository</name>
|
||||||
<url>http://snapshots.repository.codehaus.org</url>
|
<url>http://repository.codehaus.org</url>
|
||||||
<releases>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue