Author: nickboldt
Date: 2011-09-20 13:21:43 -0400 (Tue, 20 Sep 2011)
New Revision: 34885
Modified:
branches/jbosstools-3.2.x/build/parent/pom.xml
Log:
add variables for JBT_VERSION and JBDS_VERSION to allow dynamic naming of update site
index.html pages
Modified: branches/jbosstools-3.2.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/build/parent/pom.xml 2011-09-20 17:20:38 UTC (rev 34884)
+++ branches/jbosstools-3.2.x/build/parent/pom.xml 2011-09-20 17:21:43 UTC (rev 34885)
@@ -15,6 +15,8 @@
<!--tychoVersion>0.10.0-SNAPSHOT</tychoVersion -->
<tychoVersion>0.10.0</tychoVersion>
<scmBranch>branches/jbosstools-3.2.x</scmBranch>
+ <JBT_VERSION>3.2.2</JBT_VERSION>
+ <JBDS_VERSION>4.1.1</JBDS_VERSION>
<BUILD_ALIAS>CR1</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>