[maven-scm-plugin] prepare release 1.2.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-28 15:59:18 +00:00
parent f3c27d486b
commit aac813cb04
2 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -16,13 +17,12 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend> <extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-antlr-plugin</id> <id>maven-antlr-plugin</id>
<name>Maven Antlr Plugin</name> <name>Maven Antlr Plugin</name>
<currentVersion>1.2.2-SNAPSHOT</currentVersion> <currentVersion>1.2.2</currentVersion>
<description/> <description/>
<shortDescription>Process Antlr grammars</shortDescription> <shortDescription>Process Antlr grammars</shortDescription>
<versions> <versions>
@ -41,6 +41,11 @@
<name>1.2.1</name> <name>1.2.1</name>
<tag>MAVEN_ANTLR_1_2_1</tag> <tag>MAVEN_ANTLR_1_2_1</tag>
</version> </version>
<version>
<id>1.2.2</id>
<name>1.2.2</name>
<tag>MAVEN_ANTLR_1_2_2</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -17,14 +17,13 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.2.2-SNAPSHOT" date="in SVN"> <release version="1.2.2" date="2006-07-28">
<action dev="ltheussl" type="update" issue="MPANTLR-8">Update to ANTLR 2.7.6.</action> <action dev="ltheussl" type="update" issue="MPANTLR-8">Update to ANTLR 2.7.6.</action>
</release> </release>
<release version="1.2.1" date="2004-07-10"> <release version="1.2.1" date="2004-07-10">