EMBJOPR SVN: r1009 - in trunk: jbas6 and 1 other directory.
by embjopr-commits@lists.jboss.org
Author: ips
Date: 2010-12-22 14:57:06 -0500 (Wed, 22 Dec 2010)
New Revision: 1009
Added:
trunk/touch-buildNumber-properties-files.sh
Modified:
trunk/jbas6/pom.xml
Log:
prepare for EmbJopr 1.4.0.SP2 release, which downgrades the infinispan plugin from 4.2.0.FINAL to 4.2.0.CR4
Modified: trunk/jbas6/pom.xml
===================================================================
--- trunk/jbas6/pom.xml 2010-12-17 21:11:40 UTC (rev 1008)
+++ trunk/jbas6/pom.xml 2010-12-22 19:57:06 UTC (rev 1009)
@@ -83,7 +83,7 @@
<artifactItem>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-jopr-plugin</artifactId>
- <version>4.2.0.FINAL</version>
+ <version>4.2.0.CR4</version>
</artifactItem>
</artifactItems>
Added: trunk/touch-buildNumber-properties-files.sh
===================================================================
--- trunk/touch-buildNumber-properties-files.sh (rev 0)
+++ trunk/touch-buildNumber-properties-files.sh 2010-12-22 19:57:06 UTC (rev 1009)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+mkdir -p target
+touch target/build-number.properties
+
+mkdir -p core/target
+touch core/target/build-number.properties
+
+mkdir -p jbas6/target
+touch jbas6/target/build-number.properties
+