Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set parent pom in master branch to use latest Kepler M6 target platform (4.30.5.Alpha3-SNAPSHOT) by default when building, per Max's request >> master #83

Merged
merged 1 commit into from Apr 4, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -100,9 +100,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.30.5.Alpha</TARGET_PLATFORM_VERSION>
<TARGET_PLATFORM_VERSION>4.30.5.Alpha3-SNAPSHOT</TARGET_PLATFORM_VERSION>
<!-- default value for the "maximum" profile -->
<TARGET_PLATFORM_VERSION_MAXIMUM>4.30.5.Alpha2-SNAPSHOT</TARGET_PLATFORM_VERSION_MAXIMUM>
<TARGET_PLATFORM_VERSION_MAXIMUM>4.30.5.Alpha3-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