[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:
parent
2c4ca79134
commit
2a755e7e04
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-caller-plugin</id>
|
<id>maven-caller-plugin</id>
|
||||||
<name>Maven Caller Plugin</name>
|
<name>Maven Caller Plugin</name>
|
||||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.1</currentVersion>
|
||||||
<description>Interface to isolate calls between plugins</description>
|
<description>Interface to isolate calls between plugins</description>
|
||||||
<shortDescription>Maven Caller plugin</shortDescription>
|
<shortDescription>Maven Caller plugin</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/caller/</url>
|
<url>http://maven.apache.org/reference/plugins/caller/</url>
|
||||||
@ -40,6 +40,11 @@
|
|||||||
<name>1.0</name>
|
<name>1.0</name>
|
||||||
<tag>MAVEN_CALLER_1_0</tag>
|
<tag>MAVEN_CALLER_1_0</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.1</id>
|
||||||
|
<name>1.1</name>
|
||||||
|
<tag>MAVEN_CALLER_1_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -22,16 +23,10 @@
|
|||||||
<title>Caller Plugin</title>
|
<title>Caller Plugin</title>
|
||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.1" date="in CVS">
|
<release version="1.1" date="2004-05-15"></release>
|
||||||
</release>
|
|
||||||
<release version="1.0" date="2003-11-16">
|
<release version="1.0" date="2003-11-16">
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Initial creation of plugin.</action>
|
||||||
Initial creation of plugin.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jetty-plugin</id>
|
<id>maven-jetty-plugin</id>
|
||||||
<name>Maven Jetty plugin</name>
|
<name>Maven Jetty plugin</name>
|
||||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.1</currentVersion>
|
||||||
<shortDescription>Run Jetty</shortDescription>
|
<shortDescription>Run Jetty</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/jetty/</url>
|
<url>http://maven.apache.org/reference/plugins/jetty/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10421</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10421</issueTrackingUrl>
|
||||||
@ -39,6 +39,11 @@
|
|||||||
<name>1.0</name>
|
<name>1.0</name>
|
||||||
<tag>MAVEN_JETTY_1_0</tag>
|
<tag>MAVEN_JETTY_1_0</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.1</id>
|
||||||
|
<name>1.1</name>
|
||||||
|
<tag>MAVEN_JETTY_1_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -74,14 +79,13 @@
|
|||||||
<artifactId>jasper-runtime</artifactId>
|
<artifactId>jasper-runtime</artifactId>
|
||||||
<version>4.0.4</version>
|
<version>4.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- VMA: I don't know why but this dependency is required for some
|
<!-- VMA: I don't know why but this dependency is required for some
|
||||||
persons -->
|
persons -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||||
<version>20030211.142705</version>
|
<version>20030211.142705</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -24,16 +24,13 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.1" date="in CVS">
|
<release version="1.1" date="2004-05-15">
|
||||||
<action dev="vmassol" type="fix">
|
<action dev="vmassol" type="fix">Added dependency on
|
||||||
Added dependency on <code>commons-jelly-tags-xml</code>. It seems
|
<code>commons-jelly-tags-xml</code>. It seems this is required for some configurations of Maven.
|
||||||
this is required for some configurations of Maven.
|
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="2004-03-17">
|
<release version="1.0" date="2004-03-17">
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Plugin creation. Currently only supports WAR deployments in Jetty.</action>
|
||||||
Plugin creation. Currently only supports WAR deployments in Jetty.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
@ -23,10 +23,8 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jira-plugin</id>
|
<id>maven-jira-plugin</id>
|
||||||
<name>Maven JIRA Plug-in</name>
|
<name>Maven JIRA Plug-in</name>
|
||||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.1</currentVersion>
|
||||||
<description>
|
<description>This plugin download issues from Jira and create a report.</description>
|
||||||
This plugin download issues from Jira and create a report.
|
|
||||||
</description>
|
|
||||||
<shortDescription>Download issue from Jira</shortDescription>
|
<shortDescription>Download issue from Jira</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/jira/</url>
|
<url>http://maven.apache.org/reference/plugins/jira/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450</issueTrackingUrl>
|
||||||
@ -72,5 +70,10 @@
|
|||||||
<name>1.0</name>
|
<name>1.0</name>
|
||||||
<tag>MAVEN_JIRA_1_0</tag>
|
<tag>MAVEN_JIRA_1_0</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.1</id>
|
||||||
|
<name>1.1</name>
|
||||||
|
<tag>MAVEN_JIRA_1_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -24,7 +24,6 @@
|
|||||||
<author email="brett@apache.org">Brett Porter</author>
|
<author email="brett@apache.org">Brett Porter</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.1-SNAPSHOT" date="in CVS">
|
<release version="1.1" date="2004-05-15"></release>
|
||||||
</release>
|
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user