Author: nickboldt
Date: 2012-09-18 01:58:11 -0400 (Tue, 18 Sep 2012)
New Revision: 43779
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml
Log:
use 4.0 instead of 3.4
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml 2012-09-18 04:36:17
UTC (rev 43778)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml 2012-09-18 05:58:11
UTC (rev 43779)
@@ -19,12 +19,12 @@
<!-- _stable_branch jobs could use this profile but the above default (last
stable milestone) is probably better -->
<profile>
- <id>3.4.juno</id>
+ <id>4.0.juno</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
- <
jboss.discovery.directory.url>http://download.jboss.org/jbosstools/upd...
+ <
jboss.discovery.directory.url>http://download.jboss.org/jbosstools/upd...
</properties>
</profile>