Author: felipeal
Date: Sun Jun  5 18:16:28 2005
New Revision: 180184

URL: http://svn.apache.org/viewcvs?rev=180184&view=rev
Log:
[maven-scm-plugin] prepare release 1.7

Modified:
    maven/maven-1/plugins/trunk/ear/project.xml
    maven/maven-1/plugins/trunk/ear/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/ear/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/project.xml?rev=180184&r1=180183&r2=180184&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ear/project.xml (original)
+++ maven/maven-1/plugins/trunk/ear/project.xml Sun Jun  5 18:16:28 2005
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-ear-plugin</id>
   <name>Maven EAR Plugin</name>
-  <currentVersion>1.7-SNAPSHOT</currentVersion>
+  <currentVersion>1.7</currentVersion>
   <description>Ear Plugin for Maven</description>
   <shortDescription>Ear Plugin for Maven</shortDescription>
   <url>http://maven.apache.org/reference/plugins/ear/</url>
@@ -59,6 +59,11 @@
       <id>1.6.1</id>
       <name>1.6.1</name>
       <tag>MAVEN_EAR_1_6_1</tag>
+    </version>
+    <version>
+      <id>1.7</id>
+      <name>1.7</name>
+      <tag>MAVEN_EAR_1_7</tag>
     </version>
   </versions>
   <branches/>

Modified: maven/maven-1/plugins/trunk/ear/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/xdocs/changes.xml?rev=180184&r1=180183&r2=180184&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ear/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/ear/xdocs/changes.xml Sun Jun  5 18:16:28 2005
@@ -24,14 +24,14 @@
     <author email="[EMAIL PROTECTED]">Nathan Coast</author>
   </properties>
   <body>
-    <release version="1.7-SNAPSHOT" date="on CVS">
-      <action dev="felipeal" type="fix" issue="MPEAR-39">Improved how 
dependencies are copied into the EAR file.
+    <release version="1.7" date="2005-06-05">
+      <action dev="felipeal" type="fix" issue="MPEAR-39">Improved how 
dependencies are copied into the EAR file.</action>
+      <action dev="felipeal" type="add" issue="MPEAR-25">Added property
+        <code>maven.ear.final.name</code>.
       </action>
-      <action dev="felipeal" type="add" issue="MPEAR-25">Added property 
<code>maven.ear.final.name</code>.
-      </action>
-      <action dev="felipeal" type="remove" issue="MPEAR-37">Removed checking 
introduced by MPEAR-9, as the fix introduced more bugs than it solved.
-      </action>
-      <action dev="dion" type="fix" issue="MPEAR-32">Re-added property 
<code>maven.ear.appxml</code>.
+      <action dev="felipeal" type="remove" issue="MPEAR-37">Removed checking 
introduced by MPEAR-9, as the fix introduced more bugs than it solved.</action>
+      <action dev="dion" type="fix" issue="MPEAR-32">Re-added property
+        <code>maven.ear.appxml</code>.
       </action>
     </release>
     <release version="1.6.1" date="2004-12-10">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to