[maven-scm-plugin] prepare release 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:53:30 +00:00
parent 7507be2baf
commit dccd5004de
4 changed files with 20 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-javacc-plugin</id> <id>maven-javacc-plugin</id>
<name>Maven Javacc Plugin</name> <name>Maven Javacc Plugin</name>
<currentVersion>1.1-SNAPSHOT</currentVersion> <currentVersion>1.1</currentVersion>
<description/> <description/>
<shortDescription>Process javacc/jtree grammars</shortDescription> <shortDescription>Process javacc/jtree grammars</shortDescription>
<url>http://maven.apache.org/reference/plugins/javacc/</url> <url>http://maven.apache.org/reference/plugins/javacc/</url>
@ -40,6 +40,11 @@
<name>1.0</name> <name>1.0</name>
<tag>MAVEN_JAVACC_1_0</tag> <tag>MAVEN_JAVACC_1_0</tag>
</version> </version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_JAVACC_1_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -24,7 +24,7 @@
<author email="michal.maczka@dinatics.com">Michal Maczka</author> <author email="michal.maczka@dinatics.com">Michal Maczka</author>
</properties> </properties>
<body> <body>
<release version="1.1-SNAPSHOT" date="in CVS"> <release version="1.1" date="2004-05-15">
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action> <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release> </release>
<release version="1.0" date="2004-03-10"> <release version="1.0" date="2004-03-10">

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jdee-plugin</id> <id>maven-jdee-plugin</id>
<name>Maven JDEE Plug-in</name> <name>Maven JDEE Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion> <currentVersion>1.1</currentVersion>
<description>A plugin to create a project file to be used within the <description>A plugin to create a project file to be used within the
<!-- <!--
<a href="http://jdee.sunsite.dk/">Java Developement Enviroment for Emacw</a> <a href="http://jdee.sunsite.dk/">Java Developement Enviroment for Emacw</a>
@ -43,6 +43,11 @@
<name>1.0</name> <name>1.0</name>
<tag>MAVEN_JDEE_1_0</tag> <tag>MAVEN_JDEE_1_0</tag>
</version> </version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_JDEE_1_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

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.
@ -17,13 +18,12 @@
*/ */
--> -->
<project> <project>
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-wizard-plugin</id> <id>maven-wizard-plugin</id>
<name>Maven Wizard Plug-in</name> <name>Maven Wizard Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion> <currentVersion>1.1</currentVersion>
<shortDescription>Wizard for Maven</shortDescription> <shortDescription>Wizard for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/wizard/</url> <url>http://maven.apache.org/reference/plugins/wizard/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10373</issueTrackingUrl> <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10373</issueTrackingUrl>
@ -39,6 +39,11 @@
<name>1.0</name> <name>1.0</name>
<tag>MAVEN_WIZARD_1_0</tag> <tag>MAVEN_WIZARD_1_0</tag>
</version> </version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_WIZARD_1_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>