2013/10/22 <henn...@apache.org>: > Author: henning > Date: Tue Oct 22 09:40:33 2013 > New Revision: 1534568 > > URL: http://svn.apache.org/r1534568 > Log: > [maven-release-plugin] prepare release CONFIGURATION_1_10RC1 > > Modified: > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml > > Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml?rev=1534568&r1=1534567&r2=1534568&view=diff > ============================================================================== > --- commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml > (original) > +++ commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Tue Oct > 22 09:40:33 2013 > @@ -27,7 +27,7 @@ > <modelVersion>4.0.0</modelVersion> > <groupId>commons-configuration</groupId> > <artifactId>commons-configuration</artifactId> > - <version>1.10-SNAPSHOT</version> > + <version>1.10-RC1</version> > <name>Apache Commons Configuration</name> > > <inceptionYear>2001</inceptionYear> > @@ -41,9 +41,9 @@ > </issueManagement> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/branches/RELEASE_1_10_BRANCH</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/branches/RELEASE_1_10_BRANCH</developerConnection> > - > <url>http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_10RC1</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_10RC1</developerConnection> > + > <url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_1_10RC1</url> > </scm> > > <distributionManagement> > @@ -147,7 +147,7 @@ > </developer> > > <developer> > - <name>Jörg Schaible</name> > + <name>Jörg Schaible</name>
That looks like a bug in the release plugin? > <id>joehni</id> > <email>joerg.schai...@gmx.de</email> > <timezone>+1</timezone> > @@ -184,7 +184,7 @@ > <contributor> > <name>Jorge Ferrer</name> > <email>jorge.fer...@gmail.com</email> > - <organization></organization> > + <organization /> > </contributor> > > <contributor> > @@ -556,7 +556,7 @@ > </goals> > </pluginExecutionFilter> > <action> > - <ignore></ignore> > + <ignore /> > </action> > </pluginExecution> > <pluginExecution> > @@ -575,7 +575,7 @@ > </goals> > </pluginExecutionFilter> > <action> > - <ignore></ignore> > + <ignore /> > </action> > </pluginExecution> > </pluginExecutions> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org