Author: nickboldt
Date: 2011-08-03 22:31:56 -0400 (Wed, 03 Aug 2011)
New Revision: 33579
Modified:
trunk/build/parent/pom.xml
Log:
revert change to 0.12.0 -- all builds failing in Hudson (but could be unrelated?) -- back
to 0.10.0
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2011-08-04 01:03:43 UTC (rev 33578)
+++ trunk/build/parent/pom.xml 2011-08-04 02:31:56 UTC (rev 33579)
@@ -15,7 +15,8 @@
<!-- to build w/ latest 0.13.0-SNAPSHOT, run `mvn install
-DtychoVersion=0.13.0-SNAPSHOT`, or uncomment this property:
<tychoVersion>0.13.0-SNAPSHOT</tychoVersion>
-->
- <tychoVersion>0.12.0</tychoVersion>
+ <!-- <tychoVersion>0.12.0</tychoVersion> -->
+ <tychoVersion>0.10.0</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>M3</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
@@ -98,7 +99,8 @@
</plugin>
<plugin>
- <groupId>org.eclipse.tycho</groupId>
+ <!-- TODO: change to org.eclipse.tycho 0.12.0 -->
+ <groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tychoVersion}</version>
<extensions>true</extensions>
Show replies by date