[jbosstools-commits] JBoss Tools SVN: r43535 - trunk/build/parent.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Sep 7 19:51:30 EDT 2012
Author: nickboldt
Date: 2012-09-07 19:51:30 -0400 (Fri, 07 Sep 2012)
New Revision: 43535
Modified:
trunk/build/parent/pom.xml
Log:
fix paths used in parent pom
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-09-07 23:27:36 UTC (rev 43534)
+++ trunk/build/parent/pom.xml 2012-09-07 23:51:30 UTC (rev 43535)
@@ -48,7 +48,7 @@
<!-- 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.SR0/</local.site>
+ <local.site>file:///${user.home}/.m2/jbosstools-target-platform_4.0.juno.SR0a/</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/jbosstools/updates/juno/SR0/</jboss-requirements-composite-mirror>
- <jboss-requirements-composite-soa-tooling-mirror>http://download.jboss.org/jbosstools/updates/juno/soa-tooling/SR0/</jboss-requirements-composite-soa-tooling-mirror>
+ <jboss-requirements-composite-mirror>http://download.jboss.org/jbosstools/updates/juno/SR0a/</jboss-requirements-composite-mirror>
+ <jboss-requirements-composite-soa-tooling-mirror>http://download.jboss.org/jbosstools/updates/juno/soa-tooling/SR0a/</jboss-requirements-composite-soa-tooling-mirror>
<!-- 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>
@@ -665,7 +665,7 @@
</property>
</activation>
<properties>
- <local.site>file:///home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0/e420-wtp340.target/</local.site>
+ <local.site>file:///home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0a/e421RC2-wtp341M.target/</local.site>
</properties>
<build>
<plugins>
More information about the jbosstools-commits
mailing list