[savara-commits] savara SVN: r354 - in trunk: tools and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 17 05:01:37 EDT 2010


Author: objectiser
Date: 2010-08-17 05:01:36 -0400 (Tue, 17 Aug 2010)
New Revision: 354

Modified:
   trunk/pom.xml
   trunk/tools/pom.xml
   trunk/validators/jbossesb/pom.xml
Log:
Updated build versions and removed unnecessary dependencies. Also commented out distribution management sections as there are no artifacts that should be published at present.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-08-17 08:43:21 UTC (rev 353)
+++ trunk/pom.xml	2010-08-17 09:01:36 UTC (rev 354)
@@ -41,7 +41,7 @@
 		<savara.version>1.1.0-SNAPSHOT</savara.version>
 		<pi4soa.version>3.1.0-SNAPSHOT</pi4soa.version>
 		<junit.version>4.4</junit.version>
-		<rosetta.version>4.5</rosetta.version>
+		<rosetta.version>4.7</rosetta.version>
 		<log4j.version>1.2.14</log4j.version>
         <mvel.version>1.3.4-java1.5</mvel.version>
 	</properties>
@@ -112,33 +112,6 @@
 		</plugins>
 	</build>
 
-	<dependencyManagement>
-	  <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit.version}</version>
-            <scope>test</scope>
-        </dependency>
-	    <dependency>
-	    	<groupId>org.jboss.overlord.dependencies.org.jboss.esb</groupId>
-	    	<artifactId>jbossesb-rosetta</artifactId>
-	    	<version>${rosetta.version}</version>
-	    </dependency>
-	    <dependency>
-	    	<groupId>log4j</groupId>
-	    	<artifactId>log4j</artifactId>
-	    	<version>${log4j.version}</version>
-	    </dependency>
-	    <dependency>
-	    	<groupId>org.mvel</groupId>
-	    	<artifactId>mvel</artifactId>
-	    	<version>${mvel.version}</version>
-	    </dependency>    
-	  </dependencies>
-	</dependencyManagement>
-
-
 	<reporting>
 		<plugins>
 			<plugin>
@@ -175,6 +148,7 @@
 		</repository>
 	</repositories>
 
+  <!-- No need for distribution details as there are no artifacts to publish
   <distributionManagement>
     <repository>
       <id>jboss-releases-repository</id>
@@ -187,5 +161,6 @@
       <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
-	
+  -->
+  
 </project>

Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml	2010-08-17 08:43:21 UTC (rev 353)
+++ trunk/tools/pom.xml	2010-08-17 09:01:36 UTC (rev 354)
@@ -22,6 +22,7 @@
 		<module>site</module>
 	</modules>
 
+<!-- No need for distribution details as there are no artifacts to publish
 	<distributionManagement>
 	    <repository>
 	      <id>jboss-releases-repository</id>
@@ -34,7 +35,8 @@
 	      <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
 	    </snapshotRepository>
 	</distributionManagement>
-	
+-->
+
 	<repositories>
 		<repository>
 			<id>pi4soa</id>

Modified: trunk/validators/jbossesb/pom.xml
===================================================================
--- trunk/validators/jbossesb/pom.xml	2010-08-17 08:43:21 UTC (rev 353)
+++ trunk/validators/jbossesb/pom.xml	2010-08-17 09:01:36 UTC (rev 354)
@@ -18,16 +18,19 @@
 			<dependency>
 				<groupId>log4j</groupId>
 				<artifactId>log4j</artifactId>
+	    		<version>${log4j.version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
-				<groupId>org.jboss.overlord.dependencies.org.jboss.esb</groupId>
+				<groupId>org.jboss.savara.dependencies.esb</groupId>
 				<artifactId>jbossesb-rosetta</artifactId>
+	    		<version>${rosetta.version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
+            	<version>${junit.version}</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>



More information about the savara-commits mailing list