Thanks for the reminding, I have the habit to keep the new development version same as the older version. And once the staging is released, then change the dev version.
-Dan On Fri, Jul 29, 2011 at 3:31 PM, Dennis Lundberg <[email protected]> wrote: > The new development version should be 1.0-beta-2-SNAPSHOT > > On 2011-07-28 17:22, [email protected] wrote: >> Revision >> 14347 <http://fisheye.codehaus.org/changelog/mojo/?cs=14347> >> Author >> dantran >> Date >> 2011-07-28 10:22:03 -0500 (Thu, 28 Jul 2011) >> >> >> Log Message >> >> [maven-release-plugin] prepare for next development iteration >> >> >> Modified Paths >> >> * trunk/mojo/dbupgrade/dbupgrade-core/pom.xml >> <#trunkmojodbupgradedbupgradecorepomxml> >> * trunk/mojo/dbupgrade/dbupgrade-maven-plugin/pom.xml >> <#trunkmojodbupgradedbupgrademavenpluginpomxml> >> * trunk/mojo/dbupgrade/pom.xml <#trunkmojodbupgradepomxml> >> >> >> Diff >> >> >> Modified: trunk/mojo/dbupgrade/dbupgrade-core/pom.xml (14346 => >> 14347) >> >> --- trunk/mojo/dbupgrade/dbupgrade-core/pom.xml 2011-07-28 15:22:00 >> UTC (rev 14346) >> +++ trunk/mojo/dbupgrade/dbupgrade-core/pom.xml 2011-07-28 15:22:03 >> UTC (rev 14347) >> @@ -3,13 +3,13 @@ >> <parent> >> <groupId>org.codehaus.mojo.dbupgrade</groupId> >> <artifactId>dbupgrade</artifactId> >> - <version>1.0-beta-1</version> >> + <version>1.0-beta-1-SNAPSHOT</version> >> </parent> >> >> <modelVersion>4.0.0</modelVersion> >> >> <artifactId>dbupgrade-core</artifactId> >> - <version>1.0-beta-1</version> >> + <version>1.0-beta-1-SNAPSHOT</version> >> >> <name>Database Upgrade Engines</name> >> >> >> >> Modified: trunk/mojo/dbupgrade/dbupgrade-maven-plugin/pom.xml >> (14346 => 14347) >> >> --- trunk/mojo/dbupgrade/dbupgrade-maven-plugin/pom.xml 2011-07-28 >> 15:22:00 UTC (rev 14346) >> +++ trunk/mojo/dbupgrade/dbupgrade-maven-plugin/pom.xml 2011-07-28 >> 15:22:03 UTC (rev 14347) >> @@ -5,7 +5,7 @@ >> <parent> >> <groupId>org.codehaus.mojo.dbupgrade</groupId> >> <artifactId>dbupgrade</artifactId> >> - <version>1.0-beta-1</version> >> + <version>1.0-beta-1-SNAPSHOT</version> >> </parent> >> >> <packaging>maven-plugin</packaging> >> >> >> Modified: trunk/mojo/dbupgrade/pom.xml (14346 => 14347) >> >> --- trunk/mojo/dbupgrade/pom.xml 2011-07-28 15:22:00 UTC (rev 14346) >> +++ trunk/mojo/dbupgrade/pom.xml 2011-07-28 15:22:03 UTC (rev 14347) >> @@ -10,7 +10,7 @@ >> >> <groupId>org.codehaus.mojo.dbupgrade</groupId> >> <artifactId>dbupgrade</artifactId> >> - <version>1.0-beta-1</version> >> + <version>1.0-beta-1-SNAPSHOT</version> >> <packaging>pom</packaging> >> >> <name>DBUpgrade Parent</name> >> @@ -24,9 +24,9 @@ >> </licenses> >> >> <scm> >> - >> <connection>scm:svn:http://svn.codehaus.org/mojo/tags/dbupgrade-1.0-beta-1</connection> >> - >> <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/dbupgrade-1.0-beta-1</developerConnection> >> - <url>http://svn.codehaus.org/mojo/tags/dbupgrade-1.0-beta-1</url> >> + >> <connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/dbupgrade</connection> >> + >> <developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/dbupgrade</developerConnection> >> + <url>http://svn.codehaus.org/mojo/trunk/mojo/dbupgrade</url> >> </scm> >> >> <developers> >> >> ------------------------------------------------------------------------ >> >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
