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 di...@apache.org on 2007/02/01 22:25:41 UTC

svn commit: r502364 - in /webservices/axis2/trunk/java/modules/json: pom.xml project.xml

Author: dims
Date: Thu Feb  1 13:25:37 2007
New Revision: 502364

URL: http://svn.apache.org/viewvc?view=rev&rev=502364
Log:
Fix artifactId to all lower case and get tests working with the newer version

Modified:
    webservices/axis2/trunk/java/modules/json/pom.xml
    webservices/axis2/trunk/java/modules/json/project.xml

Modified: webservices/axis2/trunk/java/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/pom.xml?view=diff&rev=502364&r1=502363&r2=502364
==============================================================================
--- webservices/axis2/trunk/java/modules/json/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/json/pom.xml Thu Feb  1 13:25:37 2007
@@ -26,7 +26,7 @@
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 
-	<artifactId>axis2-Json</artifactId>
+	<artifactId>axis2-json</artifactId>
 	<name>Apache Axis 2.0 - JSON</name>
 	<description>Axis2 JSON module</description>
   <scm>
@@ -42,7 +42,7 @@
 		<dependency>
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>
-            <version>1.0-alpha-1</version>
+            <version>1.0-alpha-2-SNAPSHOT</version>
         </dependency>
 	</dependencies>
 

Modified: webservices/axis2/trunk/java/modules/json/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/project.xml?view=diff&rev=502364&r1=502363&r2=502364
==============================================================================
--- webservices/axis2/trunk/java/modules/json/project.xml (original)
+++ webservices/axis2/trunk/java/modules/json/project.xml Thu Feb  1 13:25:37 2007
@@ -20,7 +20,7 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-Json</id>
+    <id>axis2-json</id>
     <name>Apache Axis 2.0 - JSON</name>
     <groupId>org.apache.axis2</groupId>
     <description>Axis2 JSON module</description>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org