Author: nickboldt
Date: 2012-10-11 15:00:51 -0400 (Thu, 11 Oct 2012)
New Revision: 44439
Modified:
trunk/build/parent/pom.xml
Log:
switch default TP in parent to be latest minimum (SR0*), not latest maximum (SR1*) -
JBIDE-10312, JBIDE-12761
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-10-11 17:33:10 UTC (rev 44438)
+++ trunk/build/parent/pom.xml 2012-10-11 19:00:51 UTC (rev 44439)
@@ -38,17 +38,17 @@
<!-- Default coverage filter, to be overriden when necessary -->
<coverage.filter>org.jboss.tools.*</coverage.filter>
- <targetPlatformGroup>jbosstools-JunoSR1</targetPlatformGroup>
+ <targetPlatformGroup>jbosstools-JunoSR0b</targetPlatformGroup>
<!-- 1a. URL of latest JBT target platform site -->
<!-- minimum TP: use
http://download.jboss.org/jbosstools/updates/juno/SR0b/latest/
-->
<!-- latest TP: use
http://download.jboss.org/jbosstools/updates/juno/SR1/latest/
-->
- <
jbosstools-target-site>http://download.jboss.org/jbosstools/updates/ju...
+ <
jbosstools-target-site>http://download.jboss.org/jbosstools/updates/ju...
<!-- 1b. or use -Plocal.site
-Dlocal.site=file:///${HOME}/trunk/build/target-platform/REPO/ -->
<!-- TODO: don't forget to update JBDS .updatesite jobs when this value changes!
-->
<!-- TODO: see also 'hudson' profile below for other default value -->
- <local.site>file:///${user.home}/.m2/jbosstools-target-platform_4.0.juno.SR1/</local.site>
+ <local.site>file:///${user.home}/.m2/jbosstools-target-platform_4.0.juno.SR0b/</local.site>
<!-- 2a. URL of latest JBT nightly staging composite site (all the components
in once place) -->
@@ -64,8 +64,8 @@
<!-- 3a. URL of latest JBT requirements composite mirror -->
<!-- TODO: don't forget to update this in ../aggregate/*/associate.properties
too (5 files)! -->
- <
jboss-requirements-composite-mirror>http://download.jboss.org/jbosstoo...
- <
jboss-requirements-composite-soa-tooling-mirror>http://download.jboss....
+ <
jboss-requirements-composite-mirror>http://download.jboss.org/jbosstoo...
+ <
jboss-requirements-composite-soa-tooling-mirror>http://download.jboss....
<!-- 3b., or use -Plocal.requirements
-Dlocal.requirements=file:///path/to/mirror/of/composite/requirements/site -->
<local.requirements>file:///qa/services/http/binaries/RHDS/updates/juno/</local.requirements>