You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2007/04/14 03:08:39 UTC

svn commit: r528729 - /webservices/commons/trunk/modules/neethi/pom.xml

Author: dims
Date: Fri Apr 13 18:08:38 2007
New Revision: 528729

URL: http://svn.apache.org/viewvc?view=rev&rev=528729
Log:
use latest release of axiom

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?view=diff&rev=528729&r1=528728&r2=528729
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Apr 13 18:08:38 2007
@@ -246,12 +246,12 @@
 		<dependency>
 			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-api</artifactId>
-			<version>SNAPSHOT</version>
+			<version>1.2.3</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-impl</artifactId>
-			<version>SNAPSHOT</version>
+			<version>1.2.3</version>
 		</dependency>
 		<dependency>
 			<groupId>wsdl4j</groupId>



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


Re: svn commit: r528729 - /webservices/commons/trunk/modules/neethi/pom.xml

Posted by Glen Daniels <gl...@thoughtcraft.com>.
Hi dims:

Is this the right thing here?  I would think the process would be 
something like:

* By default the trunk always references the SNAPSHOT for dependencies 
(continuous integration) unless there is a problem or development has 
stopped for the dependency.

* Whenever we're getting ready to cut a release, the branch for the 
release gets cut and the pom.xml *on the branch* gets switched over from 
referring to SNAPSHOT to referencing a fixed release point for each 
dependecy.

* The release branches are also the time when we switch from publishing 
SNAPSHOT to publishing a particular release X.Y-SNAPSHOT (and eventually 
just X.Y)

Thoughts?  I'm not sure if this is good Maven-fu or not....

--Glen

dims@apache.org wrote:
> Author: dims
> Date: Fri Apr 13 18:08:38 2007
> New Revision: 528729
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=528729
> Log:
> use latest release of axiom
> 
> Modified:
>     webservices/commons/trunk/modules/neethi/pom.xml
> 
> Modified: webservices/commons/trunk/modules/neethi/pom.xml
> URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?view=diff&rev=528729&r1=528728&r2=528729
> ==============================================================================
> --- webservices/commons/trunk/modules/neethi/pom.xml (original)
> +++ webservices/commons/trunk/modules/neethi/pom.xml Fri Apr 13 18:08:38 2007
> @@ -246,12 +246,12 @@
>  		<dependency>
>  			<groupId>org.apache.ws.commons.axiom</groupId>
>  			<artifactId>axiom-api</artifactId>
> -			<version>SNAPSHOT</version>
> +			<version>1.2.3</version>
>  		</dependency>
>  		<dependency>
>  			<groupId>org.apache.ws.commons.axiom</groupId>
>  			<artifactId>axiom-impl</artifactId>
> -			<version>SNAPSHOT</version>
> +			<version>1.2.3</version>
>  		</dependency>
>  		<dependency>
>  			<groupId>wsdl4j</groupId>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: commons-dev-help@ws.apache.org
> 

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