You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2008/06/24 07:44:20 UTC

svn commit: r671032 - in /webservices/sandesha/branches/sandesha2/java/1_4: ./ modules/client/ modules/core/ modules/distribution/ modules/interop/ modules/mar/ modules/policy/ modules/rampart-integration/ modules/samples/ modules/tests/

Author: davidillsley
Date: Mon Jun 23 22:44:20 2008
New Revision: 671032

URL: http://svn.apache.org/viewvc?rev=671032&view=rev
Log:
Update POMs ready for a 1.4 release

Modified:
    webservices/sandesha/branches/sandesha2/java/1_4/modules/client/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/core/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/distribution/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/interop/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/mar/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/policy/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/rampart-integration/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/samples/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/modules/tests/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_4/pom.xml

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/client/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/client/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/client/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
 	<groupId>org.apache.sandesha2</groupId>
 	<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
@@ -92,7 +92,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4</version>
         </dependency>
     </dependencies>
 

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/core/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/core/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/core/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
 	<groupId>org.apache.sandesha2</groupId>
 	<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/distribution/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/distribution/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/distribution/pom.xml Mon Jun 23 22:44:20 2008
@@ -24,7 +24,7 @@
     <parent>
 	<groupId>org.apache.sandesha2</groupId>
 	<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
 
     <groupId>org.apache.sandesha2</groupId>

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/interop/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/interop/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/interop/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/interop/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -56,7 +56,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4</version>
         </dependency>
 		
     	<dependency>
@@ -110,8 +110,8 @@
     </dependencies>
 
     <properties>
-	<rampart.version>SNAPSHOT</rampart.version>
-	<wss4j.version>SNAPSHOT</wss4j.version>
+	<rampart.version>1.4</rampart.version>
+	<wss4j.version>1.5.4</wss4j.version>
 	<wsdl4j.version>1.6.2</wsdl4j.version>
     </properties>
 	 

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/mar/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/mar/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/mar/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
@@ -101,7 +101,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4</version>
         </dependency>
     </dependencies>
 

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/policy/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/policy/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/policy/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
@@ -86,7 +86,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4</version>
         </dependency>
 		
     </dependencies>

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/rampart-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/rampart-integration/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/rampart-integration/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/rampart-integration/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
 		<groupId>org.apache.sandesha2</groupId>
 		<artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>
@@ -63,7 +63,7 @@
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4</version>
         </dependency>
 	
 			<!-- Rampart -->
@@ -88,8 +88,8 @@
     </dependencies>
 	
     <properties>
-	     <rampart.version>SNAPSHOT</rampart.version>
-	     <wss4j.version>SNAPSHOT</wss4j.version>
+	     <rampart.version>1.4</rampart.version>
+	     <wss4j.version>1.5.4</wss4j.version>
     </properties>     
 	 
 </project>

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/samples/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/samples/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/samples/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/sandesha/branches/sandesha2/java/1_4/modules/tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/modules/tests/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/modules/tests/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/modules/tests/pom.xml Mon Jun 23 22:44:20 2008
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-RC1</version>
+        <version>1.4</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -170,7 +170,7 @@
 
 	<properties>
 		<test.property>2.8.1</test.property>
-		<rampart.version>SNAPSHOT</rampart.version>
+		<rampart.version>1.4</rampart.version>
     </properties>
 	 
 </project>

Modified: webservices/sandesha/branches/sandesha2/java/1_4/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_4/pom.xml?rev=671032&r1=671031&r2=671032&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_4/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_4/pom.xml Mon Jun 23 22:44:20 2008
@@ -13,9 +13,9 @@
         guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works
         internally.
     </description>
-    <version>1.4-RC1</version>
+    <version>1.4</version>
     <name>Apache Sandesha</name>
-    <url>http://ws.apache.org/ws-fx/sandesha/sandesha2</url>
+    <url>http://ws.apache.org/sandesha/sandesha2</url>
 
     <licenses>
         <license>
@@ -131,22 +131,6 @@
     <repositories>
         <repository>
             <releases>
-                <enabled>false</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-            <id>apache-snapshots</id>
-            <name>Apache Maven2 SNAPSHOTS</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <layout>default</layout>
-        </repository>
-        <repository>
-            <releases>
                 <enabled>true</enabled>
                 <updatePolicy>always</updatePolicy>
                 <checksumPolicy>warn</checksumPolicy>
@@ -160,62 +144,8 @@
             <name>Apache ws.zones - 2</name>
             <url>http://ws.zones.apache.org/repository2</url>
         </repository>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </snapshots>
-            <id>axis2-rc4</id>
-            <name>Axis2 RC4 Repo</name>
-            <url>http://people.apache.org/~dims/axis2-1.4/RC4/m2-repo</url>
-        </repository>
     </repositories>
 
-    <pluginRepositories>
-        <pluginRepository>
-            <id>snapshot-apache</id>
-            <name>Apache Snapshot repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-
-        <pluginRepository>
-            <id>snapshot</id>
-            <name>Snapshot repository</name>
-            <url>http://snapshots.maven.codehaus.org/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-
-        <pluginRepository>
-            <id>axis2-rc4</id>
-            <name>Axis2 RC4 Repo</name>
-            <url>http://people.apache.org/~dims/axis2-1.4/RC4/m2-repo</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-
-    </pluginRepositories>
-
     <dependencies>
 
         <dependency>
@@ -311,7 +241,7 @@
     </modules>
 
     <properties>
-        <sandesha2.version>1.4-RC1</sandesha2.version>
+        <sandesha2.version>1.4</sandesha2.version>
         <axis2.version>1.4</axis2.version>
         <axiom.version>1.2.6</axiom.version>
         <neethi.version>2.0.3</neethi.version>



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