On 11/10/2009, sgoes...@apache.org <sgoes...@apache.org> wrote: > Author: sgoeschl > Date: Sun Oct 11 21:35:53 2009 > New Revision: 824182 > > URL: http://svn.apache.org/viewvc?rev=824182&view=rev > Log: > [maven-release-plugin] prepare for next development iteration > > Modified: > commons/proper/exec/trunk/pom.xml > > Modified: commons/proper/exec/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=824182&r1=824181&r2=824182&view=diff > > ============================================================================== > --- commons/proper/exec/trunk/pom.xml (original) > +++ commons/proper/exec/trunk/pom.xml Sun Oct 11 21:35:53 2009 > @@ -25,7 +25,7 @@ > <name>Commons Exec</name> > <groupId>org.apache.commons</groupId> > <artifactId>commons-exec</artifactId> > - <version>1.0.1</version> > + <version>1.0.2-SNAPSHOT</version> > <description>A library to reliably execute external processes from within > the JVM</description> > <url>http://commons.apache.org/exec/</url> > > @@ -79,9 +79,9 @@ > </contributors> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC5</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC5</developerConnection> > - > <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC5</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC3</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC3</developerConnection> > + > <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC3</url>
This does not look right - why are you reverting from RC5 to RC3 ? > </scm> > > <build> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org