Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3653a3d22
commit
0d8addcc36
@ -93,7 +93,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-interaction</artifactId>
|
<artifactId>commons-jelly-tags-interaction</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<reports>
|
<reports>
|
||||||
|
|||||||
@ -26,11 +26,12 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.10-SNAPSHOT" date="In SVN">
|
<release version="1.10-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
|
||||||
<action dev="aheritier" type="add" issue="MPANT-19">The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.</action>
|
<action dev="aheritier" type="add" issue="MPANT-19">The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.</action>
|
||||||
<action dev="aheritier" type="update">The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.</action>
|
<action dev="aheritier" type="update">The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.</action>
|
||||||
<action dev="aheritier" type="remove">The property maven.ant.generatebuild.file is removed.</action>
|
<action dev="aheritier" type="remove">The property maven.ant.generatebuild.file is removed.</action>
|
||||||
<action dev="aheritier" type="add" issue="MPANT-25">Add a new goal (ant:execute) to execute a build.xml file from maven.</action>
|
<action dev="aheritier" type="add" issue="MPANT-25">Add a new goal (ant:execute) to execute a build.xml file from maven.</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1.</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1, commons-jelly-tags-interaction v1.0 to v1.1</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.9" date="2005-04-09">
|
<release version="1.9" date="2005-04-09">
|
||||||
<action dev="aheritier" type="add" issue="MPANT-24">Ant script looks for dependencies in several remote repositories.</action>
|
<action dev="aheritier" type="add" issue="MPANT-24">Ant script looks for dependencies in several remote repositories.</action>
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-genapp-plugin</id>
|
<id>maven-genapp-plugin</id>
|
||||||
<name>Maven Genapp Plugin</name>
|
<name>Maven Genapp Plugin</name>
|
||||||
<currentVersion>2.3</currentVersion>
|
<currentVersion>2.4-SNAPSHOT</currentVersion>
|
||||||
<description>A collection of example projects showing how to use maven in different situations</description>
|
<description>A collection of example projects showing how to use maven in different situations</description>
|
||||||
<shortDescription>A collection of example projects</shortDescription>
|
<shortDescription>A collection of example projects</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-interaction</artifactId>
|
<artifactId>commons-jelly-tags-interaction</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -22,6 +22,9 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<release version="2.4-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
|
||||||
|
</release>
|
||||||
<release version="2.3" date="2006-01-07">
|
<release version="2.3" date="2006-01-07">
|
||||||
<action dev="ltheussl" type="fix" issue="MPGENAPP-21">Make generated structure comply with maven standarts.</action>
|
<action dev="ltheussl" type="fix" issue="MPGENAPP-21">Make generated structure comply with maven standarts.</action>
|
||||||
<action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property
|
<action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property
|
||||||
|
|||||||
@ -144,7 +144,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-interaction</artifactId>
|
<artifactId>commons-jelly-tags-interaction</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8-SNAPSHOT" date="In SVN">
|
<release version="1.8-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.7" date="2005-12-12">
|
<release version="1.7" date="2005-12-12">
|
||||||
|
|||||||
@ -114,7 +114,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-interaction</artifactId>
|
<artifactId>commons-jelly-tags-interaction</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
|
|||||||
@ -23,7 +23,8 @@
|
|||||||
<author email="brett@apache.org">Brett Porter</author>
|
<author email="brett@apache.org">Brett Porter</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.7" date="In SVN">
|
<release version="1.7-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
|
||||||
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
|
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.6" date="2006-02-24">
|
<release version="1.6" date="2006-02-24">
|
||||||
|
|||||||
@ -86,7 +86,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
<artifactId>commons-jelly-tags-interaction</artifactId>
|
<artifactId>commons-jelly-tags-interaction</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.1-SNAPSHOT" date="in SVN">
|
<release version="1.1-SNAPSHOT" date="in SVN">
|
||||||
|
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.0" date="2006-02-19">
|
<release version="1.0" date="2006-02-19">
|
||||||
<action dev="snicoll" type="add">Initial release.</action>
|
<action dev="snicoll" type="add">Initial release.</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user