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

[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to