You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2004/12/23 05:49:42 UTC

svn commit: r123164 - /webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml /webservices/axis/trunk/java/dev/scratch/prototype2/project.xml

Author: hemapani
Date: Wed Dec 22 20:49:40 2004
New Revision: 123164

URL: http://svn.apache.org/viewcvs?view=rev&rev=123164
Log:
change the version to M1 and copy the jar to the maven repository
Modified:
   webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml
   webservices/axis/trunk/java/dev/scratch/prototype2/project.xml

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml?view=diff&rev=123164&p1=webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml&r1=123163&p2=webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml&r2=123164
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/maven.xml	Wed Dec 22 20:49:40 2004
@@ -16,4 +16,8 @@
 			<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="src/samples/deployment/module2"/>
         </j:jelly>
     </preGoal> 
-</project>
+	<postGoal name="jar">
+        <ant:mkdir dir="${maven.repo.local}/axis/jars"/>
+		<ant:copy file="${basedir}/target/axis2-M1.jar" tofile="${maven.repo.local}/axis/jars/axis2-M1.jar"/>
+    </postGoal>
+ </project>

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/project.xml
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/project.xml?view=diff&rev=123164&p1=webservices/axis/trunk/java/dev/scratch/prototype2/project.xml&r1=123163&p2=webservices/axis/trunk/java/dev/scratch/prototype2/project.xml&r2=123164
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/project.xml	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/project.xml	Wed Dec 22 20:49:40 2004
@@ -3,7 +3,7 @@
   <id>axis2</id>
   <name>Axis2.0</name>
   
-  <currentVersion>1.0</currentVersion>
+  <currentVersion>M1</currentVersion>
   
   <!-- details about the organization that 'owns' the project -->
   <organization>