Skip to content

Commit

Permalink
Merge pull request #119 from nickboldt/use-stable-JBT-tests-URL-and-v…
Browse files Browse the repository at this point in the history
…ersion

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
  • Loading branch information
Paul Leacu committed Sep 9, 2013
2 parents 2ac2a42 + 4c20880 commit db6ccfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit db6ccfc

Please sign in to comment.