Skip to content

Commit

Permalink
bump to 4.3.1.CR1-SNAPSHOT in jbosstools-4.3.x; use latest Beta2 TPs …
Browse files Browse the repository at this point in the history
…(JBIDE-21496)
  • Loading branch information
nickboldt committed Jan 21, 2016
1 parent a436f2f commit 7db8b79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.3.1.Beta2-SNAPSHOT</version>
<version>4.3.1.CR1-SNAPSHOT</version>
<name>JBoss Tools Parent</name>
<packaging>pom</packaging>

<properties>
<!-- ==================================================== -->
<!-- Build properties, to be updated with every milestone or new Eclipse release -->
<!-- ==================================================== -->
<BUILD_ALIAS>Beta2</BUILD_ALIAS>
<BUILD_ALIAS>CR1</BUILD_ALIAS>
<targetEclipseVersion>4.5 (Mars)</targetEclipseVersion>
<eclipseReleaseName>mars</eclipseReleaseName>
<devstudioReleaseVersion>9.0</devstudioReleaseVersion>
Expand All @@ -24,7 +24,7 @@
<tychoVersion>0.24.0</tychoVersion>
<tychoExtrasVersion>${tychoVersion}</tychoExtrasVersion>
<jbossTychoPluginsVersion>0.23.3-SNAPSHOT</jbossTychoPluginsVersion>
<jbosstoolsRelengPublishVersion>4.3.1.Beta2-SNAPSHOT</jbosstoolsRelengPublishVersion>
<jbosstoolsRelengPublishVersion>4.3.1.CR1-SNAPSHOT</jbosstoolsRelengPublishVersion>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
Expand Down Expand Up @@ -116,9 +116,9 @@
In case no profile fits your requested TP version, directly override these next two properties -->

<!-- default value for the "minimum" profile -->
<TARGET_PLATFORM_VERSION>4.50.2.Beta1-SNAPSHOT</TARGET_PLATFORM_VERSION>
<TARGET_PLATFORM_VERSION>4.50.2.Beta2-SNAPSHOT</TARGET_PLATFORM_VERSION>
<!-- default value for the "maximum" profile -->
<TARGET_PLATFORM_VERSION_MAXIMUM>4.51.2.Beta1-SNAPSHOT</TARGET_PLATFORM_VERSION_MAXIMUM>
<TARGET_PLATFORM_VERSION_MAXIMUM>4.52.0.Beta2-SNAPSHOT</TARGET_PLATFORM_VERSION_MAXIMUM>
<!-- to build with the minimum TP, use -Punified.target (on by default); to build with the maximum TP, use -Pmaximum -->
<!-- when building/testing components, use minumum TP -->

Expand Down

0 comments on commit 7db8b79

Please sign in to comment.