[jbosstools-commits] JBoss Tools SVN: r42584 - branches/jbosstools-3.3.x/build/parent.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Sat Jul 14 22:07:04 EDT 2012
Author: nickboldt
Date: 2012-07-14 22:07:03 -0400 (Sat, 14 Jul 2012)
New Revision: 42584
Modified:
branches/jbosstools-3.3.x/build/parent/pom.xml
Log:
oops. use Final, not GA
Modified: branches/jbosstools-3.3.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/parent/pom.xml 2012-07-13 22:39:30 UTC (rev 42583)
+++ branches/jbosstools-3.3.x/build/parent/pom.xml 2012-07-15 02:07:03 UTC (rev 42584)
@@ -18,7 +18,7 @@
<scmBranch>trunk</scmBranch>
<JBT_VERSION>3.3.1</JBT_VERSION>
<JBDS_VERSION>5.0.1</JBDS_VERSION>
- <BUILD_ALIAS>GA</BUILD_ALIAS>
+ <BUILD_ALIAS>Final</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
More information about the jbosstools-commits
mailing list