Author: chamikara
Date: Mon Oct 16 23:41:44 2006
New Revision: 464829

URL: http://svn.apache.org/viewvc?view=rev&rev=464829
Log:
Changed Sandesha2 to axis2_1.1 branch where most of the events seems to be 
happening :-)

Modified:
    webservices/sandesha/trunk/java/maven.xml
    webservices/sandesha/trunk/java/project.properties
    webservices/sandesha/trunk/java/project.xml

Modified: webservices/sandesha/trunk/java/maven.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/maven.xml?view=diff&rev=464829&r1=464828&r2=464829
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Mon Oct 16 23:41:44 2006
@@ -30,10 +30,10 @@
     <ant:property name="release.notes.file" value="release-notes.html" />
        
     <ant:property name="repo.addressing.mar.full.name" 
value="${repo.addressing.mar.name}-${addressing.version}.mar" />
-    <ant:property name="repo.addressing.mar.path" 
value="${maven.repo.local}/axis2/mars" />
+    <ant:property name="repo.addressing.mar.path" 
value="${maven.repo.local}/org.apache.axis2/mars" />
     <ant:property name="repo.addressing.mar" 
value="${repo.addressing.mar.path}/${repo.addressing.mar.full.name}" />
-    <ant:property name="repo.rampart.mar" 
value="${maven.repo.local}/axis2/mars/rampart-${rampart.version}.mar" />
-       <ant:property name="repo.rahas.mar" 
value="${maven.repo.local}/axis2/mars/rahas-${rahas.version}.mar" />
+    <ant:property name="repo.rampart.mar" 
value="${maven.repo.local}/org.apache.axis2/mars/rampart-${rampart.version}.mar"
 />
+       <ant:property name="repo.rahas.mar" 
value="${maven.repo.local}/org.apache.axis2/mars/rahas-${rahas.version}.mar" />
        
        
     <goal name="build:all" 
prereqs="mar,jar,client:jar,policy:jar,sample:create,repo:create,test:test" />

Modified: webservices/sandesha/trunk/java/project.properties
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.properties?view=diff&rev=464829&r1=464828&r2=464829
==============================================================================
--- webservices/sandesha/trunk/java/project.properties (original)
+++ webservices/sandesha/trunk/java/project.properties Mon Oct 16 23:41:44 2006
@@ -26,11 +26,11 @@
 
 annogen.version=0.1.0
 backport_util_concurrent.version=2.1
-addressing.version=SNAPSHOT
-rampart.version=SNAPSHOT
-rahas.version=SNAPSHOT
+addressing.version=1.1-SNAPSHOT
+rampart.version=1.1-SNAPSHOT
+rahas.version=1.1-SNAPSHOT
 axiom.version=SNAPSHOT
-axis2.version=SNAPSHOT
+axis2.version=1.1-SNAPSHOT
 commons.codec.version=1.3
 commons.httpclient.version=3.0
 commons.logging.version=1.0.4
@@ -45,9 +45,9 @@
 jakarta.httpcore.version=4.0-alpha2
 geronimo.spec.activation.version=1.0.2-rc4
 geronimo.spec.javamail.version=1.3.1-rc5
-axis2.security.version=SNAPSHOT
-axis2.rahas.version=SNAPSHOT
-axis2.secpolicy.version=SNAPSHOT
+axis2.security.version=1.1-SNAPSHOT
+axis2.rahas.version=1.1-SNAPSHOT
+axis2.secpolicy.version=1.1-SNAPSHOT
 wss4j.version=SNAPSHOT
 xmlsec.version=1.3.0
 bcprov.version=jdk13-133

Modified: webservices/sandesha/trunk/java/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.xml?view=diff&rev=464829&r1=464828&r2=464829
==============================================================================
--- webservices/sandesha/trunk/java/project.xml (original)
+++ webservices/sandesha/trunk/java/project.xml Mon Oct 16 23:41:44 2006
@@ -110,19 +110,19 @@
             <version>${axis2.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
             <version>${addressing.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>rampart</artifactId>
             <version>${rampart.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>rahas</artifactId>
             <version>${rahas.version}</version>
             <type>mar</type>
@@ -213,17 +213,17 @@
             <version>${geronimo.spec.javamail.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-security</artifactId>
             <version>${axis2.security.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-rahas</artifactId>
             <version>${axis2.rahas.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-secpolicy</artifactId>
             <version>${axis2.secpolicy.version}</version>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to