Skip to content

Commit

Permalink
CADC-12859 update build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jburke-cadc committed Feb 9, 2024
1 parent 856e862 commit 2296e4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cadc-test-vos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sourceCompatibility = 1.8

group = 'org.opencadc'

version = '2.1.7'
version = '2.1.6'

description = 'OpenCADC VOSpace test library'
def git_url = 'https://github.com/opencadc/vos'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,6 @@ public void externalLinkNodeTest() {

@Test
public void linkTargetInDifferentPackageRootTest() {
if (!testExternalLinks) {
log.info("testExternalLinks=false, skipping externalLinkNodeTest");
return;
}
// dir1/dir2/link
// dirA/dirB/target
// link points to target
Expand Down
2 changes: 1 addition & 1 deletion cavern/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ dependencies {
testImplementation 'org.opencadc:cadc-test-uws:[1.0,)'
testImplementation 'org.opencadc:cadc-access-control-identity:[1.1.0,)'

intTestImplementation 'org.opencadc:cadc-test-vos:[2.1.7,)'
intTestImplementation 'org.opencadc:cadc-test-vos:[2.1.6,)'
intTestImplementation 'org.opencadc:cadc-test-vosi:[1.0.11,)'
}

0 comments on commit 2296e4b

Please sign in to comment.