You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/08/28 08:56:27 UTC

svn commit: r263839 - in /maven/maven-1/plugins/trunk/ejb: project.xml xdocs/changes.xml

Author: vmassol
Date: Sat Aug 27 23:56:19 2005
New Revision: 263839

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

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

Modified: maven/maven-1/plugins/trunk/ejb/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.xml?rev=263839&r1=263838&r2=263839&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/project.xml (original)
+++ maven/maven-1/plugins/trunk/ejb/project.xml Sat Aug 27 23:56:19 2005
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-ejb-plugin</id>
   <name>Maven EJB Plugin</name>
-  <currentVersion>1.7.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.7.1</currentVersion>
   <description>EJB Plugin for Maven</description>
   <shortDescription>EJB Plugin for Maven</shortDescription>
   <url>http://maven.apache.org/reference/plugins/ejb/</url>
@@ -59,6 +59,11 @@
       <name>1.7</name>
       <tag>MAVEN_EJB_1_7</tag>
     </version>
+    <version>
+      <id>1.7.1</id>
+      <name>1.7.1</name>
+      <tag>MAVEN_EJB_1_7_1</tag>
+    </version>
   </versions>
   <mailingLists/>
   <developers>
@@ -89,7 +94,7 @@
   </developers>
   <contributors>
     <contributor>
-      <name>Håvard Bjåstad</name>
+      <name>Håvard Bjåstad</name>
     </contributor>
   </contributors>
   <dependencies>

Modified: maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml?rev=263839&r1=263838&r2=263839&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml Sat Aug 27 23:56:19 2005
@@ -23,11 +23,8 @@
     <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
   </properties>
   <body>
-    <release version="1.7.1" date="in SVN">
-      <action dev="brett" type="fix">
-        Update dependency to Maven Model v3.0.0 final (it was previously depending
-        on 3.0.0 SNAPSHOT).
-      </action>
+    <release version="1.7.1" date="2005-08-28">
+      <action dev="brett" type="fix">Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT).</action>
     </release>
     <release version="1.7" date="2005-08-27">
       <action dev="vmassol" type="update">By default do not generate client EJB. I believe this is a more common default that generating as generation of client EJBs is only required for distributed apps which are not so common.</action>
@@ -40,7 +37,7 @@
         <code>ejb:deploy</code>). Previous goals dedicated to ejb client have been deprecated. There is a new property
         <code>maven.ejb.client.generate</code>which decides whether or not to generate the ejb client jar. It defaults to true.
       </action>
-      <action dev="vmassol" type="fix" issue="MPEJB-16" due-to="H�vard Bj�stad">Added new EJB type handler that supports
+      <action dev="vmassol" type="fix" issue="MPEJB-16" due-to="H�vard Bj�stad">Added new EJB type handler that supports
         <code>ejb</code>and
         <code>ejb-client</code>types. This fixes the bug with
         <code>ejb:install/deploy-client</code>not uploading the client jar.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org