Skip to content

Commit

Permalink
argus 1.0.12 update dependency for MAXREC bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Oct 30, 2024
1 parent 026ec76 commit 07e3a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argus/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=1.0.11
VER=1.0.12
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion argus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
compile 'org.opencadc:cadc-dali:[1.2.12,)'
compile 'org.opencadc:cadc-uws-server:[1.2.22,)'
compile 'org.opencadc:cadc-tap-schema:[1.1.22,)'
compile 'org.opencadc:cadc-tap-server:[1.1.15,)'
compile 'org.opencadc:cadc-tap-server:[1.1.26,)'
compile 'org.opencadc:cadc-tap-server-pg:[1.0.0,)'
compile 'org.opencadc:cadc-adql:[1.1.5,)'
compile 'org.opencadc:cadc-uws:[1.0.2,2.0)'
Expand Down

0 comments on commit 07e3a85

Please sign in to comment.