Author: xuhaihong
Date: Mon Sep 12 13:16:36 2011
New Revision: 1169734
URL: http://svn.apache.org/viewvc?rev=1169734&view=rev
Log:
1. Use the latest jaxws spec version
2. Make axis2-saaj not depend on axis2 bundle, with that, those two components could be released
at same time
Modified:
geronimo/bundles/trunk/axis2-saaj/pom.xml
geronimo/bundles/trunk/axis2/pom.xml
Modified: geronimo/bundles/trunk/axis2-saaj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axis2-saaj/pom.xml?rev=1169734&r1=1169733&r2=1169734&view=diff
==============================================================================
--- geronimo/bundles/trunk/axis2-saaj/pom.xml (original)
+++ geronimo/bundles/trunk/axis2-saaj/pom.xml Mon Sep 12 13:16:36 2011
@@ -66,9 +66,9 @@
</dependency>
<dependency>
- <groupId>org.apache.geronimo.bundles</groupId>
- <artifactId>axis2</artifactId>
- <version>1.6.1_1-SNAPSHOT</version>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>org.apache.axis2.osgi</artifactId>
+ <version>1.6.1</version>
</dependency>
</dependencies>
Modified: geronimo/bundles/trunk/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axis2/pom.xml?rev=1169734&r1=1169733&r2=1169734&view=diff
==============================================================================
--- geronimo/bundles/trunk/axis2/pom.xml (original)
+++ geronimo/bundles/trunk/axis2/pom.xml Mon Sep 12 13:16:36 2011
@@ -212,7 +212,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxws_2.2_spec</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
|