[exo-jcr-commits] exo-jcr SVN: r3278 - in jcr/branches/1.12.x: applications/exo.jcr.applications.tomcat and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 8 16:04:49 EDT 2010


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/1.12.x/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/branches/1.12.x/</developerConnection>
-    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/branches/1.12.x</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/branches/1.12.5-GA_REL</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/branches/1.12.5-GA_REL</developerConnection>
+    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/branches/1.12.5-GA_REL</url>
   </scm>
 
   <properties>



More information about the exo-jcr-commits mailing list