[teiid-commits] teiid SVN: r2590 - in branches/7.1.x: build and 1 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Sep 20 12:05:57 EDT 2010


Author: rareddy
Date: 2010-09-20 12:05:56 -0400 (Mon, 20 Sep 2010)
New Revision: 2590

Modified:
   branches/7.1.x/build/pom.xml
   branches/7.1.x/pom.xml
   branches/7.1.x/test-integration/db/pom.xml
Log:
TEIID-1264: Pulling up the assembly plugin version to the parent pom to be consistent across all the projects.

Modified: branches/7.1.x/build/pom.xml
===================================================================
--- branches/7.1.x/build/pom.xml	2010-09-17 22:13:20 UTC (rev 2589)
+++ branches/7.1.x/build/pom.xml	2010-09-20 16:05:56 UTC (rev 2590)
@@ -38,7 +38,6 @@
           <plugins>
             <plugin>
               <artifactId>maven-assembly-plugin</artifactId>
-              <version>2.2-beta-6-m1-jboss</version>
             </plugin>
           </plugins>
         </pluginManagement>

Modified: branches/7.1.x/pom.xml
===================================================================
--- branches/7.1.x/pom.xml	2010-09-17 22:13:20 UTC (rev 2589)
+++ branches/7.1.x/pom.xml	2010-09-20 16:05:56 UTC (rev 2590)
@@ -97,6 +97,10 @@
 					<artifactId>maven-jar-plugin</artifactId>
 					<version>2.2</version>
 				</plugin>
+				<plugin>
+				  <artifactId>maven-assembly-plugin</artifactId>
+				  <version>2.2-beta-6-m1-jboss</version>
+				</plugin>
 			</plugins>
 		</pluginManagement>
 		<plugins>

Modified: branches/7.1.x/test-integration/db/pom.xml
===================================================================
--- branches/7.1.x/test-integration/db/pom.xml	2010-09-17 22:13:20 UTC (rev 2589)
+++ branches/7.1.x/test-integration/db/pom.xml	2010-09-20 16:05:56 UTC (rev 2590)
@@ -509,7 +509,6 @@
 
 				<plugin>
 					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2-beta-2</version>
 					<configuration>
 						<descriptors>
 							<descriptor>src/assembly/binaries.xml</descriptor>



More information about the teiid-commits mailing list