[maven-scm-plugin] prepare release 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 03:08:23 +00:00
parent 2c4ca79134
commit 2a755e7e04
6 changed files with 29 additions and 26 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-caller-plugin</id>
<name>Maven Caller Plugin</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<description>Interface to isolate calls between plugins</description>
<shortDescription>Maven Caller plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/caller/</url>
@ -40,6 +40,11 @@
<name>1.0</name>
<tag>MAVEN_CALLER_1_0</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_CALLER_1_1</tag>
</version>
</versions>
<developers>
<developer>

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,16 +23,10 @@
<title>Caller Plugin</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.1" date="in CVS">
</release>
<release version="1.1" date="2004-05-15"></release>
<release version="1.0" date="2003-11-16">
<action dev="vmassol" type="add">
Initial creation of plugin.
</action>
<action dev="vmassol" type="add">Initial creation of plugin.</action>
</release>
</body>
</document>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jetty-plugin</id>
<name>Maven Jetty plugin</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<shortDescription>Run Jetty</shortDescription>
<url>http://maven.apache.org/reference/plugins/jetty/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10421</issueTrackingUrl>
@ -39,6 +39,11 @@
<name>1.0</name>
<tag>MAVEN_JETTY_1_0</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_JETTY_1_1</tag>
</version>
</versions>
<developers>
<developer>
@ -74,14 +79,13 @@
<artifactId>jasper-runtime</artifactId>
<version>4.0.4</version>
</dependency>
<!-- VMA: I don't know why but this dependency is required for some
persons -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
</dependency>
</dependencies>
</project>

View File

@ -24,16 +24,13 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.1" date="in CVS">
<action dev="vmassol" type="fix">
Added dependency on <code>commons-jelly-tags-xml</code>. It seems
this is required for some configurations of Maven.
<release version="1.1" date="2004-05-15">
<action dev="vmassol" type="fix">Added dependency on
<code>commons-jelly-tags-xml</code>. It seems this is required for some configurations of Maven.
</action>
</release>
<release version="1.0" date="2004-03-17">
<action dev="vmassol" type="add">
Plugin creation. Currently only supports WAR deployments in Jetty.
</action>
<action dev="vmassol" type="add">Plugin creation. Currently only supports WAR deployments in Jetty.</action>
</release>
</body>
</document>

View File

@ -23,10 +23,8 @@
<pomVersion>3</pomVersion>
<id>maven-jira-plugin</id>
<name>Maven JIRA Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<description>
This plugin download issues from Jira and create a report.
</description>
<currentVersion>1.1</currentVersion>
<description>This plugin download issues from Jira and create a report.</description>
<shortDescription>Download issue from Jira</shortDescription>
<url>http://maven.apache.org/reference/plugins/jira/</url>
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450</issueTrackingUrl>
@ -72,5 +70,10 @@
<name>1.0</name>
<tag>MAVEN_JIRA_1_0</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_JIRA_1_1</tag>
</version>
</versions>
</project>

View File

@ -24,7 +24,6 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.1-SNAPSHOT" date="in CVS">
</release>
<release version="1.1" date="2004-05-15"></release>
</body>
</document>