[savara-commits] savara SVN: r457 - branches/1.1.x.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 3 10:36:53 EDT 2010


Author: objectiser
Date: 2010-11-03 10:36:53 -0400 (Wed, 03 Nov 2010)
New Revision: 457

Modified:
   branches/1.1.x/pom.xml
Log:
Update to use pi4soa 3.1.0.Final version.

Modified: branches/1.1.x/pom.xml
===================================================================
--- branches/1.1.x/pom.xml	2010-11-03 09:07:22 UTC (rev 456)
+++ branches/1.1.x/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
@@ -39,7 +39,7 @@
 
 	<properties>
 		<savara.version>1.1.0.CR1</savara.version>
-		<pi4soa.version>3.1.0-SNAPSHOT</pi4soa.version>
+		<pi4soa.version>3.1.0.Final</pi4soa.version>
 		<junit.version>4.4</junit.version>
 		<rosetta.version>4.7</rosetta.version>
 		<log4j.version>1.2.14</log4j.version>
@@ -138,6 +138,22 @@
 		  <updatePolicy>never</updatePolicy>
 		</snapshots>
 	    </repository>
+	    <!-- 
+	    <repository>
+	        <id>jboss-public-staging</id>
+	        <name>JBoss Public Maven Repository Group</name>
+		<url>https://repository.jboss.org/nexus/content/repositories/jboss_thirdparty_releases_staging_profile-001/</url>
+		<releases>
+		  <enabled>true</enabled>
+		  <updatePolicy>never</updatePolicy>
+		</releases>
+		<snapshots>
+		  <enabled>true</enabled>
+		  <updatePolicy>never</updatePolicy>
+		</snapshots>
+	    </repository>
+	    -->
+	    <!-- 
 		<repository>
 			<id>pi4soa</id>
 			<url>http://download.jboss.org/jbosstools/builds/staging/pi4soa/all/repo/</url>
@@ -149,6 +165,7 @@
 				<enabled>true</enabled>
 			</releases>
 		</repository>
+		-->
 	</repositories>
 
   <!-- No need for distribution details as there are no artifacts to publish



More information about the savara-commits mailing list