Author: nickboldt
Date: 2011-03-08 20:14:21 -0500 (Tue, 08 Mar 2011)
New Revision: 29638
Modified:
branches/3.3.indigo/build/parent/pom.xml
Log:
target platform refs should be to version 0.0.3 in 33x branch, not 0.0.1
Modified: branches/3.3.indigo/build/parent/pom.xml
===================================================================
--- branches/3.3.indigo/build/parent/pom.xml 2011-03-09 01:13:50 UTC (rev 29637)
+++ branches/3.3.indigo/build/parent/pom.xml 2011-03-09 01:14:21 UTC (rev 29638)
@@ -282,7 +282,7 @@
<artifact>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.target.platform</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.3-SNAPSHOT</version>
<classifier>${target.platform.classifier.unified}</classifier>
</artifact>
</target>
@@ -315,7 +315,7 @@
<artifact>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.target.platform</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.3-SNAPSHOT</version>
<classifier>${target.platform.classifier.local}</classifier>
</artifact>
</target>