On Wed, May 25, 2011 at 11:30 PM, Andreas Veithen <andreas.veit...@gmail.com> wrote: > Logically, the trunk should be 1.7.0-SNAPSHOT and 1.6.0-SNAPSHOT would > be the version of the release branch (yet to be created).
That is my plan too but took slightly different path since 1.6 branch is yet to be created i thought to postponed above mentioned change. Will do once I create the branch. Thanks ! > > Andreas > > On Wed, May 25, 2011 at 18:56, Sagara Gunathunga > <sagara.gunathu...@gmail.com> wrote: >> I have bounced Axis2 Transport version numbers as 1.6.0-SNAPSHOT this >> is based on following discussions [1] [2]. It's better to change >> dependent project dependencies accordingly. >> >> [1] - http://markmail.org/message/54zdcoapvqx3axbs >> [2] - http://axis.markmail.org/thread/pnunb7wqgzbweqln >> >> Thanks ! >> >> >> ---------- Forwarded message ---------- >> From: <sag...@apache.org> >> Date: Wed, May 25, 2011 at 10:17 PM >> Subject: svn commit: r1127578 - in /axis/axis2/java/transports/trunk: >> ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ >> modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/xmpp/ >> To: java-comm...@axis.apache.org >> >> >> Author: sagara >> Date: Wed May 25 16:47:09 2011 >> New Revision: 1127578 >> >> URL: http://svn.apache.org/viewvc?rev=1127578&view=rev >> Log: >> Bounced version numbers as 1.6.X. >> >> Modified: >> axis/axis2/java/transports/trunk/modules/all/pom.xml >> axis/axis2/java/transports/trunk/modules/base/pom.xml >> axis/axis2/java/transports/trunk/modules/http/pom.xml >> axis/axis2/java/transports/trunk/modules/jms/pom.xml >> axis/axis2/java/transports/trunk/modules/mail/pom.xml >> axis/axis2/java/transports/trunk/modules/sms/pom.xml >> axis/axis2/java/transports/trunk/modules/tcp/pom.xml >> axis/axis2/java/transports/trunk/modules/testkit/pom.xml >> axis/axis2/java/transports/trunk/modules/udp/pom.xml >> axis/axis2/java/transports/trunk/modules/xmpp/pom.xml >> axis/axis2/java/transports/trunk/pom.xml >> >> Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/all/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/all/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/all/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -23,13 +23,13 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transport-all</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <packaging>bundle</packaging> >> <description>Axis2 Transport</description> >> <name>Apache Axis2 - Transport - All</name> >> @@ -219,4 +219,4 @@ >> </plugin> >> </plugins> >> </build> >> -</project> >> \ No newline at end of file >> +</project> >> >> Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/base/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/base/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -26,7 +26,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> >> >> Modified: axis/axis2/java/transports/trunk/modules/http/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/http/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/http/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -25,7 +25,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> <artifactId>axis2-transport-http-tests</artifactId> >> >> Modified: axis/axis2/java/transports/trunk/modules/jms/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -26,7 +26,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> >> >> Modified: axis/axis2/java/transports/trunk/modules/mail/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -26,7 +26,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> >> >> Modified: axis/axis2/java/transports/trunk/modules/sms/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -26,7 +26,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> >> >> Modified: axis/axis2/java/transports/trunk/modules/tcp/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/tcp/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -25,7 +25,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> <artifactId>axis2-transport-tcp</artifactId> >> >> Modified: axis/axis2/java/transports/trunk/modules/testkit/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/testkit/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/testkit/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/testkit/pom.xml Wed May >> 25 16:47:09 2011 >> @@ -25,7 +25,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> <artifactId>axis2-transport-testkit</artifactId> >> >> Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -25,7 +25,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> <artifactId>axis2-transport-udp</artifactId> >> >> Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Wed May 25 >> 16:47:09 2011 >> @@ -25,7 +25,7 @@ >> <parent> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <relativePath>../../pom.xml</relativePath> >> </parent> >> <artifactId>axis2-transport-xmpp</artifactId> >> >> Modified: axis/axis2/java/transports/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1127578&r1=1127577&r2=1127578&view=diff >> ============================================================================== >> --- axis/axis2/java/transports/trunk/pom.xml (original) >> +++ axis/axis2/java/transports/trunk/pom.xml Wed May 25 16:47:09 2011 >> @@ -30,7 +30,7 @@ >> <modelVersion>4.0.0</modelVersion> >> <groupId>org.apache.axis2</groupId> >> <artifactId>axis2-transports</artifactId> >> - <version>1.1.0-SNAPSHOT</version> >> + <version>1.6.0-SNAPSHOT</version> >> <packaging>pom</packaging> >> <name>Apache Axis2 - Transport - Root</name> >> <url>http://axis.apache.org/axis2/java/transports/</url> >> >> >> >> >> >> -- >> Sagara Gunathunga >> >> Blog - http://ssagara.blogspot.com >> Web - http://people.apache.org/~sagara/ >> LinkedIn - http://www.linkedin.com/in/ssagara >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org >> For additional commands, e-mail: java-dev-h...@axis.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ LinkedIn - http://www.linkedin.com/in/ssagara --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org