Author: aheritier
Date: 2010-10-08 16:04:49 -0400 (Fri, 08 Oct 2010)
New Revision: 3278
Modified:
jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml
jcr/branches/1.12.x/pom.xml
Log:
[maven-release-plugin] prepare branch 1.12.5-GA_REL
Modified: jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml 2010-10-08
20:04:07 UTC (rev 3277)
+++ jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml 2010-10-08
20:04:49 UTC (rev 3278)
@@ -101,14 +101,14 @@
<!-- Removing timestamps from SNAPSHOT jars-->
<move todir="${basedir}/target/lib-binary.dir/">
<fileset dir="${basedir}/target/lib-binary.dir/">
- <include name="**/*.jar"/>
+ <include name="**/*.jar" />
</fileset>
<mapper>
<firstmatchmapper>
<!-- If a timestamped SNAPSHOT is used -->
- <regexpmapper
from="(.*)-([0-9]+(.[0-9]+)*-(.*))-([0-9]{8}.[0-9]{6})-([0-9]+).jar"
to="\1-${project.version}.jar" casesensitive="no"/>
+ <regexpmapper
from="(.*)-([0-9]+(.[0-9]+)*-(.*))-([0-9]{8}.[0-9]{6})-([0-9]+).jar"
to="\1-${project.version}.jar" casesensitive="no" />
<!-- By default keep the name -->
- <flattenmapper/>
+ <flattenmapper />
</firstmatchmapper>
</mapper>
</move>
Modified: jcr/branches/1.12.x/pom.xml
===================================================================
--- jcr/branches/1.12.x/pom.xml 2010-10-08 20:04:07 UTC (rev 3277)
+++ jcr/branches/1.12.x/pom.xml 2010-10-08 20:04:49 UTC (rev 3278)
@@ -34,9 +34,9 @@
<name>eXo JCR</name>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/branches...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/br...
- <
url>http://fisheye.jboss.org/browse/exo-jcr/jcr/branches/1.12.x</ur...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/branches...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/br...
+
<
url>http://fisheye.jboss.org/browse/exo-jcr/jcr/branches/1.12.5-GA_REL...
</scm>
<properties>