[jboss-svn-commits] JBL Code SVN: r37109 - in labs/jbosstm/trunk/ArjunaJTA/examples: basic and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 22 16:05:22 EDT 2011


Author: tomjenkinson
Date: 2011-06-22 16:05:22 -0400 (Wed, 22 Jun 2011)
New Revision: 37109

Modified:
   labs/jbosstm/trunk/ArjunaJTA/examples/basic/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/examples/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/examples/recovery/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/examples/simple_integration_example/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml
Log:
JBTM-854 updated to clean up parent pom name

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/basic/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/basic/pom.xml	2011-06-22 19:23:17 UTC (rev 37108)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/basic/pom.xml	2011-06-22 20:05:22 UTC (rev 37109)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.narayana.examples</groupId>
 		<artifactId>jta-examples</artifactId>
-		<version>0.0.1-SNAPSHOT</version>
+		<version>5.0.0.M1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/pom.xml	2011-06-22 19:23:17 UTC (rev 37108)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/pom.xml	2011-06-22 20:05:22 UTC (rev 37109)
@@ -1,13 +1,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.jboss.narayana</groupId>
-        <artifactId>jbossjta-all</artifactId>
-        <version>5.0.0.M1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <artifactId>jbossjta-examples</artifactId>
+
+    <groupId>org.jboss.narayana.examples</groupId>
+    <artifactId>jta-examples</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>All examples of JBoss JTA</name>
     <description>All examples of JBoss JTA</description>

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/recovery/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/recovery/pom.xml	2011-06-22 19:23:17 UTC (rev 37108)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/recovery/pom.xml	2011-06-22 20:05:22 UTC (rev 37109)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.narayana.examples</groupId>
 		<artifactId>jta-examples</artifactId>
-		<version>0.0.1-SNAPSHOT</version>
+		<version>5.0.0.M1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/simple_integration_example/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_integration_example/pom.xml	2011-06-22 19:23:17 UTC (rev 37108)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/simple_integration_example/pom.xml	2011-06-22 20:05:22 UTC (rev 37109)
@@ -1,9 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.narayana.examples</groupId>
+    <artifactId>jta-examples</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.narayana.examples</groupId>
   <artifactId>simple_integration_example</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
   <name>simple_integration_example</name>
   <description>simple_integration_example</description>
   <build>

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml	2011-06-22 19:23:17 UTC (rev 37108)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml	2011-06-22 20:05:22 UTC (rev 37109)
@@ -16,10 +16,15 @@
 		02110-1301, USA.
 	-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.narayana.examples</groupId>
+    <artifactId>jta-examples</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.narayana.examples</groupId>
   <artifactId>simple_maven_example</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>simple_maven_example</name>
   <description>simple_maven_example</description>



More information about the jboss-svn-commits mailing list