[maven-scm-plugin] prepare release 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-10 11:50:48 +00:00
parent dded52fe9c
commit f61eaf65a1
2 changed files with 13 additions and 10 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-shell-plugin</id>
<name>Maven Shell Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<description>A plugin to generate various files for different shells to allow tab completion for maven goals</description>
<shortDescription>Shell Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/shell/</url>
@ -44,4 +44,11 @@
</roles>
</developer>
</developers>
<versions>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_SHELL_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,17 +23,12 @@
<title>Changes</title>
<author email="apache@kav.dk">Kasper Nielsen</author>
</properties>
<body>
<release version="1.1" date="in CVS">
<release version="1.1" date="2004-03-10">
<action dev="dion" type="fix">Apply MAVEN-850</action>
</release>
<release version="1.0" date="2003-03-10">
<action dev="knielsen" type="add">
Initial release
</action>
<action dev="knielsen" type="add">Initial release</action>
</release>
</body>
</document>