You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2007/07/06 16:35:54 UTC

svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: sumedha
Date: Fri Jul  6 07:35:53 2007
New Revision: 553898

URL: http://svn.apache.org/viewvc?view=rev&rev=553898
Log:
added properties for mar files

Modified:
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Jul  6 07:35:53 2007
@@ -79,7 +79,11 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>SNAPSHOT</version>
+        <version>SNAPSHOT</version>
+	<addressing.mar.version>1.3</addressing.mar.version>
+	<soapmonitor.mar.version>1.3</soapmonitor.mar.version>
+	<mex.mar.version>1.3</mex.mar.version>
+	<ping.mar.version>1.3</ping.mar.version>
         <annogen.version>0.1.0</annogen.version>
         <ant.version>1.7.0</ant.version>
         <antlr.version>2.7.4</antlr.version>



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


Re: svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Posted by sumedha rubasinghe <su...@gmail.com>.
True. It was a quick fix to get RC1 out.
/sumedha

On 7/7/07, David Illsley <da...@gmail.com> wrote:
>
> Agreed, having different values for the modules is just asking for
> trouble.
> David
>
> On 07/07/07, Chamikara Jayalath <ch...@gmail.com> wrote:
> > Hi David,
> >
> > AFAIK the version number of a module must be a long value. I.e we cannot
> > have a module with a name such as addressing-1.3-RC1.mar. This seems
> like a
> > restriction to me. Think we should fix this.
> >
> > Chamikara
> >
> >
> >
> > On 7/6/07, David Illsley <da...@gmail.com> wrote:
> > >
> > > Hi,
> > > Can you explain why we need separate version number for the mar files
> > please?
> > > Thanks.
> > > David
> > >
> > > On 06/07/07, sumedha@apache.org < sumedha@apache.org> wrote:
> > > > Author: sumedha
> > > > Date: Fri Jul  6 07:35:53 2007
> > > > New Revision: 553898
> > > >
> > > > URL: http://svn.apache.org/viewvc?view=rev&rev=553898
> > > > Log:
> > > > added properties for mar files
> > > >
> > > > Modified:
> > > >     webservices/axis2/trunk/java/modules/parent/pom.xml
> > > >
> > > > Modified:
> > webservices/axis2/trunk/java/modules/parent/pom.xml
> > > > URL:
> >
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
> > > >
> >
> ==============================================================================
> > > > --- webservices/axis2/trunk/java/modules/parent/pom.xml
> > (original)
> > > > +++ webservices/axis2/trunk/java/modules/parent/pom.xml
> > Fri Jul  6 07:35:53 2007
> > > > @@ -79,7 +79,11 @@
> > > >                element, and it will need to be changed manually
> before a
> > release,
> > > >                as the maven-release-plugin will not update this
> value.
> > > >          -->
> > > > -        <version>SNAPSHOT</version>
> > > > +        <version>SNAPSHOT</version>
> > > > +       <addressing.mar.version>1.3</addressing.mar.version>
> > > > +       <soapmonitor.mar.version >1.3</soapmonitor.mar.version>
> > > > +       <mex.mar.version>1.3</mex.mar.version>
> > > > +       <ping.mar.version>1.3</ping.mar.version>
> > > >          <annogen.version>0.1.0 </annogen.version>
> > > >          <ant.version>1.7.0</ant.version>
> > > >          <antlr.version>2.7.4</antlr.version>
> > > >
> > > >
> > > >
> > > >
> > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > axis-cvs-unsubscribe@ws.apache.org
> > > > For additional commands, e-mail: axis-cvs-help@ws.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > David Illsley - IBM Web Services Development
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > axis-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-dev-help@ws.apache.org
> > >
> > >
> >
> >
> >
> > --
> > Chamikara Jayalath
> > WSO2 Inc.
> > http://wso2.com/
> > http://wso2.org/ - For your Oxygen needs
>
>
> --
> David Illsley - IBM Web Services Development
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

Re: svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Posted by David Illsley <da...@gmail.com>.
Agreed, having different values for the modules is just asking for trouble.
David

On 07/07/07, Chamikara Jayalath <ch...@gmail.com> wrote:
> Hi David,
>
> AFAIK the version number of a module must be a long value. I.e we cannot
> have a module with a name such as addressing-1.3-RC1.mar. This seems like a
> restriction to me. Think we should fix this.
>
> Chamikara
>
>
>
> On 7/6/07, David Illsley <da...@gmail.com> wrote:
> >
> > Hi,
> > Can you explain why we need separate version number for the mar files
> please?
> > Thanks.
> > David
> >
> > On 06/07/07, sumedha@apache.org < sumedha@apache.org> wrote:
> > > Author: sumedha
> > > Date: Fri Jul  6 07:35:53 2007
> > > New Revision: 553898
> > >
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=553898
> > > Log:
> > > added properties for mar files
> > >
> > > Modified:
> > >     webservices/axis2/trunk/java/modules/parent/pom.xml
> > >
> > > Modified:
> webservices/axis2/trunk/java/modules/parent/pom.xml
> > > URL:
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
> > >
> ==============================================================================
> > > --- webservices/axis2/trunk/java/modules/parent/pom.xml
> (original)
> > > +++ webservices/axis2/trunk/java/modules/parent/pom.xml
> Fri Jul  6 07:35:53 2007
> > > @@ -79,7 +79,11 @@
> > >                element, and it will need to be changed manually before a
> release,
> > >                as the maven-release-plugin will not update this value.
> > >          -->
> > > -        <version>SNAPSHOT</version>
> > > +        <version>SNAPSHOT</version>
> > > +       <addressing.mar.version>1.3</addressing.mar.version>
> > > +       <soapmonitor.mar.version >1.3</soapmonitor.mar.version>
> > > +       <mex.mar.version>1.3</mex.mar.version>
> > > +       <ping.mar.version>1.3</ping.mar.version>
> > >          <annogen.version>0.1.0 </annogen.version>
> > >          <ant.version>1.7.0</ant.version>
> > >          <antlr.version>2.7.4</antlr.version>
> > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> axis-cvs-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-cvs-help@ws.apache.org
> > >
> > >
> >
> >
> > --
> > David Illsley - IBM Web Services Development
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs


-- 
David Illsley - IBM Web Services Development

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


Re: svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Posted by Chamikara Jayalath <ch...@gmail.com>.
I know ;-)

The question was having the specify two different version numbers for
addressing module and Axis2 in a RC1 release

Chamikara


On 7/11/07, Ruchith Fernando <ru...@gmail.com> wrote:
>
> Hmm .. I think since the value just has to be a long value there's
> another way to fix this :-)
>
> Try using 1.21 if it is a version after 1.2
>
> Thanks,
> Ruchith
>
>
> On 7/7/07, Chamikara Jayalath <ch...@gmail.com> wrote:
> > Hi David,
> >
> > AFAIK the version number of a module must be a long value. I.e we cannot
> > have a module with a name such as addressing-1.3-RC1.mar. This seems
> like a
> > restriction to me. Think we should fix this.
> >
> > Chamikara
> >
> >
> >
> > On 7/6/07, David Illsley <da...@gmail.com> wrote:
> > > Hi,
> > > Can you explain why we need separate version number for the mar files
> > please?
> > > Thanks.
> > > David
> > >
> > > On 06/07/07, sumedha@apache.org < sumedha@apache.org> wrote:
> > > > Author: sumedha
> > > > Date: Fri Jul  6 07:35:53 2007
> > > > New Revision: 553898
> > > >
> > > > URL: http://svn.apache.org/viewvc?view=rev&rev=553898
> > > > Log:
> > > > added properties for mar files
> > > >
> > > > Modified:
> > > >     webservices/axis2/trunk/java/modules/parent/pom.xml
> > > >
> > > > Modified:
> > webservices/axis2/trunk/java/modules/parent/pom.xml
> > > > URL:
> >
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
> > > >
> >
> ==============================================================================
> > > > --- webservices/axis2/trunk/java/modules/parent/pom.xml
> > (original)
> > > > +++ webservices/axis2/trunk/java/modules/parent/pom.xml
> > Fri Jul  6 07:35:53 2007
> > > > @@ -79,7 +79,11 @@
> > > >                element, and it will need to be changed manually
> before a
> > release,
> > > >                as the maven-release-plugin will not update this
> value.
> > > >          -->
> > > > -        <version>SNAPSHOT</version>
> > > > +        <version>SNAPSHOT</version>
> > > > +       <addressing.mar.version>1.3</addressing.mar.version>
> > > > +       <soapmonitor.mar.version >1.3</soapmonitor.mar.version>
> > > > +       <mex.mar.version>1.3</mex.mar.version>
> > > > +       <ping.mar.version>1.3</ping.mar.version>
> > > >          <annogen.version>0.1.0 </annogen.version>
> > > >          <ant.version>1.7.0</ant.version>
> > > >          <antlr.version>2.7.4</antlr.version>
> > > >
> > > >
> > > >
> > > >
> > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > axis-cvs-unsubscribe@ws.apache.org
> > > > For additional commands, e-mail: axis-cvs-help@ws.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > David Illsley - IBM Web Services Development
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > axis-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-dev-help@ws.apache.org
> > >
> > >
> >
> >
> >
> > --
> > Chamikara Jayalath
> > WSO2 Inc.
> > http://wso2.com/
> > http://wso2.org/ - For your Oxygen needs
>
>
> --
> www.ruchith.org
> www.wso2.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs

Re: svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Posted by Ruchith Fernando <ru...@gmail.com>.
Hmm .. I think since the value just has to be a long value there's
another way to fix this :-)

Try using 1.21 if it is a version after 1.2

Thanks,
Ruchith


On 7/7/07, Chamikara Jayalath <ch...@gmail.com> wrote:
> Hi David,
>
> AFAIK the version number of a module must be a long value. I.e we cannot
> have a module with a name such as addressing-1.3-RC1.mar. This seems like a
> restriction to me. Think we should fix this.
>
> Chamikara
>
>
>
> On 7/6/07, David Illsley <da...@gmail.com> wrote:
> > Hi,
> > Can you explain why we need separate version number for the mar files
> please?
> > Thanks.
> > David
> >
> > On 06/07/07, sumedha@apache.org < sumedha@apache.org> wrote:
> > > Author: sumedha
> > > Date: Fri Jul  6 07:35:53 2007
> > > New Revision: 553898
> > >
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=553898
> > > Log:
> > > added properties for mar files
> > >
> > > Modified:
> > >     webservices/axis2/trunk/java/modules/parent/pom.xml
> > >
> > > Modified:
> webservices/axis2/trunk/java/modules/parent/pom.xml
> > > URL:
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
> > >
> ==============================================================================
> > > --- webservices/axis2/trunk/java/modules/parent/pom.xml
> (original)
> > > +++ webservices/axis2/trunk/java/modules/parent/pom.xml
> Fri Jul  6 07:35:53 2007
> > > @@ -79,7 +79,11 @@
> > >                element, and it will need to be changed manually before a
> release,
> > >                as the maven-release-plugin will not update this value.
> > >          -->
> > > -        <version>SNAPSHOT</version>
> > > +        <version>SNAPSHOT</version>
> > > +       <addressing.mar.version>1.3</addressing.mar.version>
> > > +       <soapmonitor.mar.version >1.3</soapmonitor.mar.version>
> > > +       <mex.mar.version>1.3</mex.mar.version>
> > > +       <ping.mar.version>1.3</ping.mar.version>
> > >          <annogen.version>0.1.0 </annogen.version>
> > >          <ant.version>1.7.0</ant.version>
> > >          <antlr.version>2.7.4</antlr.version>
> > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> axis-cvs-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-cvs-help@ws.apache.org
> > >
> > >
> >
> >
> > --
> > David Illsley - IBM Web Services Development
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
>
>
>
> --
> Chamikara Jayalath
> WSO2 Inc.
> http://wso2.com/
> http://wso2.org/ - For your Oxygen needs


-- 
www.ruchith.org
www.wso2.org

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


Re: svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

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

AFAIK the version number of a module must be a long value. I.e we cannot
have a module with a name such as addressing-1.3-RC1.mar. This seems like a
restriction to me. Think we should fix this.

Chamikara


On 7/6/07, David Illsley <da...@gmail.com> wrote:
>
> Hi,
> Can you explain why we need separate version number for the mar files
> please?
> Thanks.
> David
>
> On 06/07/07, sumedha@apache.org <su...@apache.org> wrote:
> > Author: sumedha
> > Date: Fri Jul  6 07:35:53 2007
> > New Revision: 553898
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=553898
> > Log:
> > added properties for mar files
> >
> > Modified:
> >     webservices/axis2/trunk/java/modules/parent/pom.xml
> >
> > Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
> > URL:
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
> >
> ==============================================================================
> > --- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
> > +++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Jul  6
> 07:35:53 2007
> > @@ -79,7 +79,11 @@
> >                element, and it will need to be changed manually before a
> release,
> >                as the maven-release-plugin will not update this value.
> >          -->
> > -        <version>SNAPSHOT</version>
> > +        <version>SNAPSHOT</version>
> > +       <addressing.mar.version>1.3</addressing.mar.version>
> > +       <soapmonitor.mar.version>1.3</soapmonitor.mar.version>
> > +       <mex.mar.version>1.3</mex.mar.version>
> > +       <ping.mar.version>1.3</ping.mar.version>
> >          <annogen.version>0.1.0</annogen.version>
> >          <ant.version>1.7.0</ant.version>
> >          <antlr.version>2.7.4</antlr.version>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-cvs-help@ws.apache.org
> >
> >
>
>
> --
> David Illsley - IBM Web Services Development
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Chamikara Jayalath
WSO2 Inc.
http://wso2.com/
http://wso2.org/ - For your Oxygen needs

Re: svn commit: r553898 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Posted by David Illsley <da...@gmail.com>.
Hi,
Can you explain why we need separate version number for the mar files please?
Thanks.
David

On 06/07/07, sumedha@apache.org <su...@apache.org> wrote:
> Author: sumedha
> Date: Fri Jul  6 07:35:53 2007
> New Revision: 553898
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=553898
> Log:
> added properties for mar files
>
> Modified:
>     webservices/axis2/trunk/java/modules/parent/pom.xml
>
> Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
> URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553898&r1=553897&r2=553898
> ==============================================================================
> --- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
> +++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Jul  6 07:35:53 2007
> @@ -79,7 +79,11 @@
>                element, and it will need to be changed manually before a release,
>                as the maven-release-plugin will not update this value.
>          -->
> -        <version>SNAPSHOT</version>
> +        <version>SNAPSHOT</version>
> +       <addressing.mar.version>1.3</addressing.mar.version>
> +       <soapmonitor.mar.version>1.3</soapmonitor.mar.version>
> +       <mex.mar.version>1.3</mex.mar.version>
> +       <ping.mar.version>1.3</ping.mar.version>
>          <annogen.version>0.1.0</annogen.version>
>          <ant.version>1.7.0</ant.version>
>          <antlr.version>2.7.4</antlr.version>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>


-- 
David Illsley - IBM Web Services Development

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