[jboss-svn-commits] JBL Code SVN: r35921 - in labs/jbosstm/trunk: rhq-plugin and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 9 03:14:38 EST 2010


Author: tomjenkinson
Date: 2010-11-09 03:14:37 -0500 (Tue, 09 Nov 2010)
New Revision: 35921

Modified:
   labs/jbosstm/trunk/rest-tx/webservice/pom.xml
   labs/jbosstm/trunk/rhq-plugin/pom.xml
Log:
moved the version to pom attributes

Modified: labs/jbosstm/trunk/rest-tx/webservice/pom.xml
===================================================================
--- labs/jbosstm/trunk/rest-tx/webservice/pom.xml	2010-11-09 07:04:30 UTC (rev 35920)
+++ labs/jbosstm/trunk/rest-tx/webservice/pom.xml	2010-11-09 08:14:37 UTC (rev 35921)
@@ -26,8 +26,7 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>${artifactId.name}-web</artifactId>
-    <version>${version.artifactId}</version>
+    <artifactId>rest-tx-web</artifactId>
     <packaging>war</packaging>
     <name>RESTful Atomic Transactions War Packaging</name>
     <description>Provides Transactions for web applications</description>

Modified: labs/jbosstm/trunk/rhq-plugin/pom.xml
===================================================================
--- labs/jbosstm/trunk/rhq-plugin/pom.xml	2010-11-09 07:04:30 UTC (rev 35920)
+++ labs/jbosstm/trunk/rhq-plugin/pom.xml	2010-11-09 08:14:37 UTC (rev 35921)
@@ -3,9 +3,9 @@
 
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss</groupId>
-	<artifactId>${artifactId}</artifactId>
+	<version>1.0.0.SNAPSHOT</version>
+	<artifactId>jbossts-jopr-plugin</artifactId>
 	<packaging>jar</packaging>
-	<version>${version}</version>
 	<!--
 	<version>1.0.0.SNAPSHOT</version>
 	-->
@@ -166,9 +166,4 @@
 			<artifactId>commons-logging</artifactId>
 		</dependency>
 	</dependencies>
-
-	<properties>
-		<version>1.0.0.SNAPSHOT</version>
-		<artifactId>jbossts-jopr-plugin</artifactId>
-	</properties>
 </project>



More information about the jboss-svn-commits mailing list