Upped version since I've changed the plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-03-02 14:16:26 +00:00
parent 4cb0ecbceb
commit c63d54b317
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-java-plugin</id>
<name>Maven Java Plug-in</name>
<currentVersion>1.2</currentVersion>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Java Project Management Tools</shortDescription>
<url>http://jakarta.apache.org/turbine/maven/reference/plugins/java/</url>

View File

@ -7,7 +7,12 @@
</properties>
<body>
<release version="1.2" date="in cvs">
<release version="1.3" date="in cvs">
<action dev="dion" type="fix">Added chgrp maven to jar:deploy.</action>
</release>
<release version="1.2" date="2003-02-12">
<action dev="kschrader" type="add">
Added the jar:install-snapshot goal to install a SNAPSHOT
version jar in the local repository.