- Upped version.

- Fixed bad links from project.xml
- Updated changes


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-03-02 14:33:08 +00:00
parent ceec3c5183
commit fd87709b71
2 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-latka-plugin</id>
<name>Maven Latka Plug-in</name>
<currentVersion>1.0</currentVersion>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Java Project Management Tools</shortDescription>
<url>http://jakarta.apache.org/turbine/maven/reference/plugins/latka/</url>
@@ -29,7 +29,7 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
@@ -92,7 +92,7 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-html</artifactId>
<version>20030211.143308</version>
<url>http://jakarta.apache.org/commons/jelly/tags/html/</url>
<url>http://jakarta.apache.org/commons/jelly/libs/html/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
@@ -104,14 +104,5 @@
<classloader>root.maven</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
</dependencies>
</project>

View File

@@ -6,6 +6,15 @@
</properties>
<body>
<release version="1.2" date="in cvs">
<action dev="dion" type="fix">Fixed docs.</action>
</release>
<release version="1.1" date="2003-03-02">
<action dev="dion" type="fix">Various jelly usage bugs.</action>
</release>
<release version="1.0" date="in CVS">
<action dev="dion" type="add">
Created.