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

svn commit: r263810 - in /maven/maven-1/plugins/trunk/ejb: project.properties project.xml

Author: brett
Date: Sat Aug 27 20:50:50 2005
New Revision: 263810

URL: http://svn.apache.org/viewcvs?rev=263810&view=rev
Log:
fix the m1.1 build

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

Modified: maven/maven-1/plugins/trunk/ejb/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.properties?rev=263810&r1=263809&r2=263810&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/project.properties (original)
+++ maven/maven-1/plugins/trunk/ejb/project.properties Sat Aug 27 20:50:50 2005
@@ -17,3 +17,6 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
+
+maven.jar.override=on
+maven.jar.maven=${maven.home}/lib/maven.jar

Modified: maven/maven-1/plugins/trunk/ejb/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.xml?rev=263810&r1=263809&r2=263810&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/project.xml (original)
+++ maven/maven-1/plugins/trunk/ejb/project.xml Sat Aug 27 20:50:50 2005
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-ejb-plugin</id>
   <name>Maven EJB Plugin</name>
-  <currentVersion>1.7</currentVersion>
+  <currentVersion>1.7.1-SNAPSHOT</currentVersion>
   <description>EJB Plugin for Maven</description>
   <shortDescription>EJB Plugin for Maven</shortDescription>
   <url>http://maven.apache.org/reference/plugins/ejb/</url>
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>maven</groupId>
       <artifactId>maven-model</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
     </dependency>
   </dependencies>
 </project>



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