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 TP to version 4.1.5.Alpha1-SNAPSHOT, and DO NOT release it as 4.1.5.Final until closer to JBDS IS GA date; instead, we can rev 4.1.5.Alpha2-SNAPSHOT, 4.1.5.Beta1-SNAPSHOT, etc. >> master #119

Merged
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions target-platform/integration-stack-base.target
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@
<!-- JBoss Tools Core Tests -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">

<!-- Required by BPEL -->
<unit id="org.jboss.tools.tests" version="3.5.0.Final-v20130717-0450-B102"/>
<repository location="http://download.jboss.org/jbosstools/updates/nightly/coretests/4.1.kepler/"/>
<!-- Required by BPEL, ESB, and any projects w/ UI tests -->
<!-- TODO: consider migrating UI tests to https://github.com/jbosstools/jbosstools-integration-tests/ so they're built downstream instead of within the components' builds -->
<unit id="org.jboss.tools.tests" version="3.5.0.Alpha1-v20130907-0531-B106"/>
<repository location="http://download.jboss.org/jbosstools/updates/JBossTools-4.1.1.Alpha1.coretests/"/>
</location>

</locations>
Expand Down
4 changes: 3 additions & 1 deletion target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

<groupId>org.jboss.tools.integration-stack</groupId>
<artifactId>target-platform</artifactId>
<version>4.1.4-SNAPSHOT</version>
<!-- Since this target platform contains pre-GA and pre-Final content, it should also be set to a quality version of Alpha or Beta, as appropriate -->
<!-- TODO: release a .Final version just before JBDS IS goes GA -->
<version>4.1.5.Alpha1-SNAPSHOT</version>

<name>JBoss Tools Integration Stack Target Platform</name>
<description>
Expand Down