Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cavern/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=0.9.0
VER=0.9.1
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion cavern/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation 'org.opencadc:cadc-util-fs:[1.1.2,)'
implementation 'org.opencadc:cadc-log:[1.0,)'
implementation 'org.opencadc:cadc-permissions:[0.3.3,)'
implementation 'org.opencadc:cadc-registry:[1.7.6,)'
implementation 'org.opencadc:cadc-registry:[1.9.0,)'
implementation 'org.opencadc:cadc-vosi:[1.4.3,)'
implementation 'org.opencadc:cadc-rest:[1.3.18,)'
implementation 'org.opencadc:cadc-uws:[1.0.3,)'
Expand Down
1 change: 1 addition & 0 deletions cavern/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
org.opencadc.cavern
org.opencadc.vospace
org.opencadc.auth
ca.nrc.cadc.reg
org.opencadc.gms
ca.nrc.cadc.db.version
ca.nrc.cadc.rest
Expand Down