Document upgrade to ant 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02da78fe72
commit
9bdbe9ad0e
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-09-29">
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-appserver-plugin</id>
|
||||
<name>Maven Appserver Plugin</name>
|
||||
<currentVersion>2.0-dev</currentVersion>
|
||||
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>A Maven plugin that can be used to install and control a J2EE application server instance.</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/appserver/</url>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="2.0" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="Unknown">
|
||||
<action dev="dion" type="fix">
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.0" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="vmassol" type="add">
|
||||
Plugin creation.
|
||||
</action>
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="epugh" type="update">
|
||||
If, using the cvslib, fails, then fall back to using
|
||||
the command line call to the cvs executable.
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-codeswitcher-plugin</id>
|
||||
<name>Maven CodeSwitcher Plugin</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription/>
|
||||
<url>http://maven.apache.org/reference/plugins/codeswitcher/</url>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
|
||||
3
dist/xdocs/changes.xml
vendored
3
dist/xdocs/changes.xml
vendored
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Prefix basedir on copied ant build file.
|
||||
Only create ant build file if the project has source.
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-docbook-plugin</id>
|
||||
<name>Maven DocBook Plug-in</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<shortDescription>Convert docbook to xdoc</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/docbook/</url>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/docbook/</siteDirectory>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.0" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="k8n" type="update">
|
||||
Update to hibernate-2.0.3. Add delimiter property to schema-export tag
|
||||
</action>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-j2ee-plugin</id>
|
||||
<name>Maven J2EE Plugin</name>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>J2EE tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/j2ee/</url>
|
||||
|
||||
@ -7,6 +7,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.3" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jalopy-plugin</id>
|
||||
<name>Maven Jalopy Plugin</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Reformat java source</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jalopy/</url>
|
||||
@ -34,10 +34,10 @@
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Stéphane Mor</name>
|
||||
<name>Stéphane Mor</name>
|
||||
<id>smor</id>
|
||||
<email>stephanemor@yahoo.fr</email>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-798. Add Test source formatting.
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="dion" type="update">default useexternalfile to yes</action>
|
||||
<action dev="dion" type="fix">
|
||||
Applied MAVEN-1007. Fix typo in offline link generation.
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Apply patch from Nicolas De Loof for reduce open files during jxr process.
|
||||
</action>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-latex-plugin</id>
|
||||
<name>Maven Latex Plug-in</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Produce HTML from latex</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/latex/</url>
|
||||
|
||||
@ -6,7 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-perforce-plugin</id>
|
||||
<name>Maven Perforce Plugin</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<package>org.apache.maven</package>
|
||||
<description/>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
Move to oro 2.0.7
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-runner-plugin</id>
|
||||
<name>Maven Runner Plug-in</name>
|
||||
<currentVersion>0.3</currentVersion>
|
||||
<currentVersion>0.4-SNAPSHOT</currentVersion>
|
||||
<description>Various goals for making development with Plexus easy.</description>
|
||||
<shortDescription>Plexus Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/plexus/</url>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="0.4" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="0.3" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
|
||||
<action dev="dion" type="update">
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Apply MAVEN-890. Allow unit tests to be skipped.
|
||||
</action>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.5" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.4" date="2003-11-22">
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-struts-plugin</id>
|
||||
<name>Maven Struts Plugin</name>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Work with struts jars</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/struts/</url>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-summit-plugin</id>
|
||||
<name>Maven Summit Plug-in</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description>Various goals for making development with Plexus easy.</description>
|
||||
<shortDescription>Plexus Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/summit/</url>
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
|
||||
<action dev="dion" type="update">
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.5" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to ant 1.6
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Fix MAVEN-965. Document maven.xdoc.jsl.
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user