[maven-scm-plugin] prepare release 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@226462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ab3155c5d
commit
878b5b3dfc
@ -17,15 +17,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../plugin-parent/project.xml</extend>
|
<extend>../plugin-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-artifact-plugin</id>
|
<id>maven-artifact-plugin</id>
|
||||||
<name>Maven Artifact Plugin</name>
|
<name>Maven Artifact Plugin</name>
|
||||||
<!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
|
<!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
|
||||||
|
<currentVersion>1.6</currentVersion>
|
||||||
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
|
||||||
<description>Tools to manage artifacts and deployment. Requires Maven 1.1.</description>
|
<description>Tools to manage artifacts and deployment. Requires Maven 1.1.</description>
|
||||||
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
|
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/artifact/</url>
|
<url>http://maven.apache.org/reference/plugins/artifact/</url>
|
||||||
@ -72,6 +70,11 @@
|
|||||||
<name>1.5.2</name>
|
<name>1.5.2</name>
|
||||||
<tag>maven-artifact-plugin-1.5.2</tag>
|
<tag>maven-artifact-plugin-1.5.2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6</id>
|
||||||
|
<name>1.6</name>
|
||||||
|
<tag>maven-artifact-plugin-1.6</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -169,7 +172,6 @@
|
|||||||
<artifactId>maven-model</artifactId>
|
<artifactId>maven-model</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- For MavenUtils -->
|
<!-- For MavenUtils -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
@ -25,7 +24,7 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6" date="in SVN">
|
<release version="1.6" date="2005-07-30">
|
||||||
<action dev="brett" type="fix" issue="MPARTIFACT-55">Correct basedir for file:// URLs</action>
|
<action dev="brett" type="fix" issue="MPARTIFACT-55">Correct basedir for file:// URLs</action>
|
||||||
<action dev="brett" type="fix" issue="MPARTIFACT-54">Fix handling of dependencies with properties</action>
|
<action dev="brett" type="fix" issue="MPARTIFACT-54">Fix handling of dependencies with properties</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user