Author: vmassol
Date: Sun Jun 5 10:18:46 2005
New Revision: 180114
URL: http://svn.apache.org/viewcvs?rev=180114&view=rev
Log:
[maven-scm-plugin] prepare release 1.7
Modified:
maven/maven-1/plugins/trunk/jar/project.xml
maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/jar/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/project.xml?rev=180114&r1=180113&r2=180114&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/project.xml (original)
+++ maven/maven-1/plugins/trunk/jar/project.xml Sun Jun 5 10:18:46 2005
@@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
-
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-jar-plugin</id>
<name>Maven Jar Plug-in</name>
- <currentVersion>1.7-SNAPSHOT</currentVersion>
+ <currentVersion>1.7</currentVersion>
<description>Plugin for creating JAR files.</description>
<shortDescription>Create jar files</shortDescription>
<url>http://maven.apache.org/reference/plugins/jar/</url>
@@ -54,6 +53,11 @@
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_JAR_1_6_1</tag>
+ </version>
+ <version>
+ <id>1.7</id>
+ <name>1.7</name>
+ <tag>MAVEN_JAR_1_7</tag>
</version>
</versions>
<developers/>
Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?rev=180114&r1=180113&r2=180114&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml Sun Jun 5 10:18:46 2005
@@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
-
<document>
<properties>
<title>Changes</title>
@@ -25,10 +24,12 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.7-SNAPSHOT" date="in SVN">
+ <release version="1.7" date="2005-06-05">
<action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph
Benavidez">Fix typo on documentation.</action>
<action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu
Kawai">Fix typo on documentation.</action>
- <action dev="felipeal" type="add" issue="MPJAR-38">Added new property
<code>maven.jar.final.name</code>.</action>
+ <action dev="felipeal" type="add" issue="MPJAR-38">Added new property
+ <code>maven.jar.final.name</code>.
+ </action>
</release>
<release version="1.6.1" date="2004-11-10">
<action dev="brett" type="fix">Remove deploy warnings</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]