[jbosstools-commits] JBoss Tools SVN: r43186 - trunk/central/tests/org.jboss.tools.central.test.ui.bot/resources.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 23 04:04:15 EDT 2012


Author: rhopp
Date: 2012-08-23 04:04:15 -0400 (Thu, 23 Aug 2012)
New Revision: 43186

Modified:
   trunk/central/tests/org.jboss.tools.central.test.ui.bot/resources/settings.xml
Log:
Edited settings.xml to use online WFK 2.0.0 maven repository

Modified: trunk/central/tests/org.jboss.tools.central.test.ui.bot/resources/settings.xml
===================================================================
--- trunk/central/tests/org.jboss.tools.central.test.ui.bot/resources/settings.xml	2012-08-23 06:59:05 UTC (rev 43185)
+++ trunk/central/tests/org.jboss.tools.central.test.ui.bot/resources/settings.xml	2012-08-23 08:04:15 UTC (rev 43186)
@@ -143,7 +143,7 @@
 				<repository>
 					<id>jboss-wfk-repository</id>
 					<name>JBoss WFK Maven Repository</name>
-					<url>http://maven.repository.redhat.com/jboss-wfk/2.0.0-beta1/maven-repository/</url>
+					<url>http://maven.repository.redhat.com/techpreview/wfk2/2.0.0/maven-repository/</url>
 					<layout>default</layout>
 					<releases>
 						<enabled>true</enabled>
@@ -159,7 +159,7 @@
 				<pluginRepository>
 					<id>jboss-wfk-repository-group</id>
 					<name>JBoss WFK Maven Repository</name>
-					<url>http://maven.repository.redhat.com/jboss-wfk/2.0.0-beta1/maven-repository/</url>
+					<url>http://maven.repository.redhat.com/techpreview/wfk2/2.0.0/maven-repository/</url>
 					<layout>default</layout>
 					<releases>
 						<enabled>true</enabled>
@@ -179,9 +179,9 @@
 		<!-- Optionally, make the repository active by default -->
 		<!-- <activeProfile>jboss-public-repository</activeProfile> -->
 <!-- 		<activeProfile>jboss-eap-maven-repository</activeProfile> -->
-		<activeProfile>jboss-wfk-repository</activeProfile>
+		<!--<activeProfile>jboss-wfk-repository</activeProfile>-->
 		<activeProfile>jboss-eap-maven-online-repository</activeProfile>
-		<!-- <activeProfile>jboss-wfk-online-repository</activeProfile> -->
+		<activeProfile>jboss-wfk-online-repository</activeProfile>
 	</activeProfiles>
 
 </settings>
\ No newline at end of file



More information about the jbosstools-commits mailing list