[savara-commits] savara SVN: r445 - branches/1.1.x/tools.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 22 11:09:42 EDT 2010


Author: nickboldt
Date: 2010-10-22 11:09:42 -0400 (Fri, 22 Oct 2010)
New Revision: 445

Modified:
   branches/1.1.x/tools/parent-pom.xml
Log:
set tycho to 0.10.0, branch to branches/1.1.x, and alias to Beta2

Modified: branches/1.1.x/tools/parent-pom.xml
===================================================================
--- branches/1.1.x/tools/parent-pom.xml	2010-10-19 21:11:27 UTC (rev 444)
+++ branches/1.1.x/tools/parent-pom.xml	2010-10-22 15:09:42 UTC (rev 445)
@@ -8,10 +8,9 @@
 	<packaging>pom</packaging>
 
 	<properties>
-		<!-- <tychoVersion>0.10.0-SNAPSHOT</tychoVersion> -->
-		<tychoVersion>0.9.0</tychoVersion>
-		<scmBranch>trunk</scmBranch>
-		<BUILD_ALIAS>SNAPSHOT</BUILD_ALIAS>
+		<tychoVersion>0.10.0</tychoVersion>
+		<scmBranch>branches/1.1.x</scmBranch>
+		<BUILD_ALIAS>Beta2</BUILD_ALIAS>
 		<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
 		<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
 		<systemProperties></systemProperties>



More information about the savara-commits mailing list