You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2006/10/17 08:41:46 UTC

svn commit: r464829 - in /webservices/sandesha/trunk/java: maven.xml project.properties project.xml

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: svn commit: r464829 - in /webservices/sandesha/trunk/java: maven.xml project.properties project.xml

Posted by Chamikara Jayalath <ch...@gmail.com>.
Hi Matt,

OK.
Will bring this back to trunk. I'll also create a Sandesha2 branch based on
the Axis2 1.1 branch.
Thanks for pointing this out. Will really appreaciate any help in merging
things back.

Chamikara



On 10/17/06, Matthew Lovett <ML...@uk.ibm.com> wrote:
>
> Hi Chamikara,
>
> I think that I would prefer that we continue building Sandesha head
> against the Axis2 head stream. We have ongoing development plans, which
> will probably need us to use some of the changes in Axis2 that are not
> being targeted at the 1.1 branch. If you plan to stabilise a Sandesha 1.1
> stream too then that good, but couldn't that be done off a Sandesha 1.1
> branch? (e.g. take the same approach as the parent project)
>
> We are willing to help track and merge Sandesha 1.1 changes into head, if
> that helps.
>
> Thanks
>
> Matt
>
>
> chamikara@apache.org wrote on 17/10/2006 07:41:46:
>
> > 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
> >
>
>

Re: svn commit: r464829 - in /webservices/sandesha/trunk/java: maven.xml project.properties project.xml

Posted by Chamikara Jayalath <ch...@gmail.com>.
Hi Matt,

OK.
Will bring this back to trunk. I'll also create a Sandesha2 branch based on
the Axis2 1.1 branch.
Thanks for pointing this out. Will really appreaciate any help in merging
things back.

Chamikara



On 10/17/06, Matthew Lovett <ML...@uk.ibm.com> wrote:
>
> Hi Chamikara,
>
> I think that I would prefer that we continue building Sandesha head
> against the Axis2 head stream. We have ongoing development plans, which
> will probably need us to use some of the changes in Axis2 that are not
> being targeted at the 1.1 branch. If you plan to stabilise a Sandesha 1.1
> stream too then that good, but couldn't that be done off a Sandesha 1.1
> branch? (e.g. take the same approach as the parent project)
>
> We are willing to help track and merge Sandesha 1.1 changes into head, if
> that helps.
>
> Thanks
>
> Matt
>
>
> chamikara@apache.org wrote on 17/10/2006 07:41:46:
>
> > 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
> >
>
>

Re: svn commit: r464829 - in /webservices/sandesha/trunk/java: maven.xml project.properties project.xml

Posted by Matthew Lovett <ML...@uk.ibm.com>.
Hi Chamikara,

I think that I would prefer that we continue building Sandesha head 
against the Axis2 head stream. We have ongoing development plans, which 
will probably need us to use some of the changes in Axis2 that are not 
being targeted at the 1.1 branch. If you plan to stabilise a Sandesha 1.1 
stream too then that good, but couldn't that be done off a Sandesha 1.1 
branch? (e.g. take the same approach as the parent project)

We are willing to help track and merge Sandesha 1.1 changes into head, if 
that helps.

Thanks

Matt


chamikara@apache.org wrote on 17/10/2006 07:41:46:

> 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
> 


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


Re: svn commit: r464829 - in /webservices/sandesha/trunk/java: maven.xml project.properties project.xml

Posted by Matthew Lovett <ML...@uk.ibm.com>.
Hi Chamikara,

I think that I would prefer that we continue building Sandesha head 
against the Axis2 head stream. We have ongoing development plans, which 
will probably need us to use some of the changes in Axis2 that are not 
being targeted at the 1.1 branch. If you plan to stabilise a Sandesha 1.1 
stream too then that good, but couldn't that be done off a Sandesha 1.1 
branch? (e.g. take the same approach as the parent project)

We are willing to help track and merge Sandesha 1.1 changes into head, if 
that helps.

Thanks

Matt


chamikara@apache.org wrote on 17/10/2006 07:41:46:

> 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
> 


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