Author: ltheussl
Date: Fri Jul 28 08:59:18 2006
New Revision: 426580

URL: http://svn.apache.org/viewvc?rev=426580&view=rev
Log:
[maven-scm-plugin] prepare release 1.2.2

Modified:
    maven/maven-1/plugins/trunk/antlr/project.xml
    maven/maven-1/plugins/trunk/antlr/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/antlr/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/antlr/project.xml?rev=426580&r1=426579&r2=426580&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/antlr/project.xml (original)
+++ maven/maven-1/plugins/trunk/antlr/project.xml Fri Jul 28 08:59:18 2006
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +17,12 @@
  * limitations under the License.
  */
  -->
-<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";>
+<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";>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-antlr-plugin</id>
   <name>Maven Antlr Plugin</name>
-  <currentVersion>1.2.2-SNAPSHOT</currentVersion>
+  <currentVersion>1.2.2</currentVersion>
   <description/>
   <shortDescription>Process Antlr grammars</shortDescription>
   <versions>
@@ -40,6 +40,11 @@
       <id>1.2.1</id>
       <name>1.2.1</name>
       <tag>MAVEN_ANTLR_1_2_1</tag>
+    </version>
+    <version>
+      <id>1.2.2</id>
+      <name>1.2.2</name>
+      <tag>MAVEN_ANTLR_1_2_2</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/antlr/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/antlr/xdocs/changes.xml?rev=426580&r1=426579&r2=426580&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/antlr/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/antlr/xdocs/changes.xml Fri Jul 28 08:59:18 2006
@@ -17,14 +17,13 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="[EMAIL PROTECTED]">dIon Gillard</author>
   </properties>
   <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>
     </release>
     <release version="1.2.1" date="2004-07-10">


Reply via email to