PR: MPSCM-68
Upgrade to maven-scm-1.0-beta-2. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61d6d5f42c
commit
0b1f5387d5
@ -127,27 +127,27 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-manager-plexus</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<version>1.0-beta-2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-api</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<version>1.0-beta-2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-cvs</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<version>1.0-beta-2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-svn</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<version>1.0-beta-2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-starteam</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<version>1.0-beta-2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@ -25,10 +25,9 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.6-SNAPSHOT" date="in SVN">
|
||||
<!--<action dev="ltheussl" type="fix" issue="MPSCM-67" due-to="Dennis Lundberg">scm:prepare-release fails because project.xml has been locally modified.</action>-->
|
||||
<action dev="ltheussl" type="update" issue="MPSCM-68">Update to maven-scm 1.0-beta-2.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPSCM-65" due-to="Phil Steitz">When pom.repository.connection ends with '/' checkout fails.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPSCM-57">Re-add changes.xml file to display announcements.</action>
|
||||
<action dev="aheritier" type="update" issue="MPSCM-66">Update to released version of maven-scm.</action>
|
||||
<action dev="brett" type="add" issue="MPSCM-47,MPSCM-54">New scm:checkin goal.</action>
|
||||
<action dev="evenisse" type="add" issue="MPSCM-56">Add Starteam support, plus scm:add, scm:status, scm:checkin.</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user