[maven-scm-plugin] prepare release 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-10 14:16:46 +00:00
parent 2860dad8c1
commit d803bebcba
2 changed files with 15 additions and 16 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +18,12 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-repository-plugin</id>
<name>Maven Repository Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<shortDescription>Tools to work with the central repo</shortDescription>
<url>http://maven.apache.org/reference/plugins/repository/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/repository/</siteDirectory>
@ -66,4 +66,11 @@
</properties>
</dependency>
</dependencies>
<versions>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_REPOSITORY_1_1</tag>
</version>
</versions>
</project>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -22,23 +23,14 @@
<title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.1" date="2004-03-11"></release>
<release version="1.0" date="2003-09-29">
<action dev="dion" type="add">
Added repository:copy-jar
</action>
<action dev="dion" type="add">
Removed hard coded group name - now a property
</action>
<action dev="dion" type="add">
Renamed repository:deploy-snapshot-jar to repository:copy-snapshot-jar
</action>
<action dev="dion" type="add">Added repository:copy-jar</action>
<action dev="dion" type="add">Removed hard coded group name - now a property</action>
<action dev="dion" type="add">Renamed repository:deploy-snapshot-jar to repository:copy-snapshot-jar</action>
<action dev="dion" type="fix">Fixed URLs for Jelly dependencies</action>
<action dev="dion" type="fix">Created</action>
</release>
</body>
</document>