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

JBDS-3488, JBDS-3440 forgot to update TestNG ... ...in JBDS installer when updating it in Central for Beta2; update it for CR1 instead #160

Merged
merged 1 commit into from Jul 23, 2015
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 jbdevstudio/multiple/jbdevstudio-multiple.target
Expand Up @@ -446,8 +446,8 @@

<!-- Only in JBDS (shipped in installer): TestNG -->
<location includeAllPlatforms="false" includeMode="slicer" type="InstallableUnit" includeSource="true">
<repository location="http://download.jboss.org/jbosstools/updates/requirements/testng/6.8.6.20130914_0724/"/>
<unit id="org.testng.eclipse.feature.group" version="6.8.6.20130914_0724"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/testng/6.9.5.201506120235/"/>
<unit id="org.testng.eclipse.feature.group" version="6.9.5.201506120235"/>
</location>

<!-- Eclipse Docker Tooling -->
Expand Down