You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ct...@apache.org on 2008/12/12 15:44:04 UTC

svn commit: r726022 - in /webservices/muse/trunk/modules: muse-osgi-soa-axis2/pom.xml muse-platform-axis2/pom.xml pom.xml

Author: ctwiner
Date: Fri Dec 12 06:44:03 2008
New Revision: 726022

URL: http://svn.apache.org/viewvc?rev=726022&view=rev
Log:
migrate to axis2 1.4.1 etc.  I'm not following the complete list from Richard as these are enough to build with (eclipse requires 1.5 of course)

Modified:
    webservices/muse/trunk/modules/muse-osgi-soa-axis2/pom.xml
    webservices/muse/trunk/modules/muse-platform-axis2/pom.xml
    webservices/muse/trunk/modules/pom.xml

Modified: webservices/muse/trunk/modules/muse-osgi-soa-axis2/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-osgi-soa-axis2/pom.xml?rev=726022&r1=726021&r2=726022&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-osgi-soa-axis2/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-osgi-soa-axis2/pom.xml Fri Dec 12 06:44:03 2008
@@ -14,11 +14,11 @@
 	<name>Apache Muse - Axis2 Deployment for OSGi</name>
 	<dependencies>
 		<dependency>
-			<groupId>axis2</groupId>
+			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-kernel</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>axis2</groupId>
+			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-saaj</artifactId>
 		</dependency>
 		<dependency>

Modified: webservices/muse/trunk/modules/muse-platform-axis2/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-platform-axis2/pom.xml?rev=726022&r1=726021&r2=726022&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-platform-axis2/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-platform-axis2/pom.xml Fri Dec 12 06:44:03 2008
@@ -14,11 +14,11 @@
 	<name>Apache Muse - Axis2 Deployment</name>
 	<dependencies>
 		<dependency>
-			<groupId>ws-commons</groupId>
+			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-api</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>axis2</groupId>
+			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-kernel</artifactId>
 		</dependency>
 		<dependency>
@@ -42,4 +42,16 @@
 			<artifactId>muse-core</artifactId>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>	
 </project>

Modified: webservices/muse/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/pom.xml?rev=726022&r1=726021&r2=726022&view=diff
==============================================================================
--- webservices/muse/trunk/modules/pom.xml (original)
+++ webservices/muse/trunk/modules/pom.xml Fri Dec 12 06:44:03 2008
@@ -279,21 +279,21 @@
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
-				<groupId>ws-commons</groupId>
+				<groupId>org.apache.ws.commons.axiom</groupId>
 				<artifactId>axiom-api</artifactId>
-				<version>1.2</version>
+				<version>1.2.5</version>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
-				<groupId>axis2</groupId>
+				<groupId>org.apache.axis2</groupId>
 				<artifactId>axis2-kernel</artifactId>
-				<version>1.1</version>
+				<version>1.4.1</version>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
-				<groupId>axis2</groupId>
+				<groupId>org.apache.axis2</groupId>
 				<artifactId>axis2-saaj</artifactId>
-				<version>1.1</version>
+				<version>1.4.1</version>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
@@ -407,6 +407,18 @@
                 <targetPath>resources</targetPath>
 			</resource>
 		</resources>
+	  <pluginManagement>
+	   	<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+				  <artifactId>maven-compiler-plugin</artifactId>
+					<configuration>
+						<source>1.4</source>
+						<target>1.4</target>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
 	</build>
 	<licenses>
 		<license>