[maven-scm-plugin] prepare release 1.3.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
113eccf71e
commit
42e78d00ca
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jalopy-plugin</id>
|
<id>maven-jalopy-plugin</id>
|
||||||
<name>Maven Jalopy Plugin</name>
|
<name>Maven Jalopy Plugin</name>
|
||||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
<currentVersion>1.3.1</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Reformat java source</shortDescription>
|
<shortDescription>Reformat java source</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/jalopy/</url>
|
<url>http://maven.apache.org/reference/plugins/jalopy/</url>
|
||||||
@ -50,6 +50,11 @@
|
|||||||
<name>1.3</name>
|
<name>1.3</name>
|
||||||
<tag>MAVEN_JALOPY_1_3</tag>
|
<tag>MAVEN_JALOPY_1_3</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.3.1</id>
|
||||||
|
<name>1.3.1</name>
|
||||||
|
<tag>MAVEN_JALOPY_1_3_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.4" date="In CVS">
|
<release version="1.3.1" date="2004-10-23">
|
||||||
<action dev="evenisse" type="update" issue="MPJALOPY-3">Matchs Jalopy and checkstyle.</action>
|
<action dev="evenisse" type="update" issue="MPJALOPY-3">Matchs Jalopy and checkstyle.</action>
|
||||||
<action dev="evenisse" type="update" issue="MPJALOPY-6">Allows multiple includes/excludes patterns.</action>
|
<action dev="evenisse" type="update" issue="MPJALOPY-6">Allows multiple includes/excludes patterns.</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jellydoc-plugin</id>
|
<id>maven-jellydoc-plugin</id>
|
||||||
<name>Maven JellyDoc Plug-in</name>
|
<name>Maven JellyDoc Plug-in</name>
|
||||||
<currentVersion>1.3.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.3.1</currentVersion>
|
||||||
<!-- Gump integration -->
|
<!-- Gump integration -->
|
||||||
|
|
||||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||||
@ -113,5 +113,10 @@
|
|||||||
<name>1.3</name>
|
<name>1.3</name>
|
||||||
<tag>MAVEN_JELLYDOC_1_3</tag>
|
<tag>MAVEN_JELLYDOC_1_3</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.3.1</id>
|
||||||
|
<name>1.3.1</name>
|
||||||
|
<tag>MAVEN_JELLYDOC_1_3_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -25,9 +25,10 @@
|
|||||||
<author email="kschrader@karmalab.org">Kurt Schrader</author>
|
<author email="kschrader@karmalab.org">Kurt Schrader</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.3.1-SNAPSHOT" date="in CVS">
|
<release version="1.3.1" date="2004-10-23">
|
||||||
|
<action dev="dion" type="fix">Use tools.jar for javadoc as it cannot be distributed from the repository</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.3" date="2004-05-16"></release>
|
<release version="1.3" date="2004-05-16"/>
|
||||||
<release version="1.2" date="2004-03-07">
|
<release version="1.2" date="2004-03-07">
|
||||||
<action dev="evenisse" type="fix">Externalise output directory and encoding. JellyDoc report works correctly now with multiproject.</action>
|
<action dev="evenisse" type="fix">Externalise output directory and encoding. JellyDoc report works correctly now with multiproject.</action>
|
||||||
<action dev="dion" type="fix">Only register report if sources exist</action>
|
<action dev="dion" type="fix">Only register report if sources exist</action>
|
||||||
@ -38,6 +39,6 @@
|
|||||||
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
|
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
|
||||||
<action dev="dion" type="fix">Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom if a ${basedir} prefix is required.</action>
|
<action dev="dion" type="fix">Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom if a ${basedir} prefix is required.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="Unknown"></release>
|
<release version="1.0" date="Unknown"/>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user