diff --git a/baldur/VERSION b/baldur/VERSION index 80398822..a334306d 100644 --- a/baldur/VERSION +++ b/baldur/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=0.3.7 +VER=0.3.8 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/critwall/VERSION b/critwall/VERSION index 0cb76787..cbf79bc8 100644 --- a/critwall/VERSION +++ b/critwall/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor[.patch] # build version tag: timestamp -VER=1.0.2 +VER=1.0.3 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/fenwick/VERSION b/fenwick/VERSION index 1ecbba0a..f9a04dab 100644 --- a/fenwick/VERSION +++ b/fenwick/VERSION @@ -4,6 +4,6 @@ # tags with and without build number so operators use the versioned # tag but we always keep a timestamped tag in case a semantic tag gets # replaced accidentally -VER=1.0.2 +VER=1.0.3 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/luskan/VERSION b/luskan/VERSION index aacb0063..0b51e279 100644 --- a/luskan/VERSION +++ b/luskan/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=1.0.1 +VER=1.0.2 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/minoc/VERSION b/minoc/VERSION index f7f13882..6423351a 100644 --- a/minoc/VERSION +++ b/minoc/VERSION @@ -4,6 +4,6 @@ # tags with and without build number so operators use the versioned # tag but we always keep a timestamped tag in case a semantic tag gets # replaced accidentally -VER=1.0.6 +VER=1.0.7 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/ratik/VERSION b/ratik/VERSION index 1ecbba0a..f9a04dab 100644 --- a/ratik/VERSION +++ b/ratik/VERSION @@ -4,6 +4,6 @@ # tags with and without build number so operators use the versioned # tag but we always keep a timestamped tag in case a semantic tag gets # replaced accidentally -VER=1.0.2 +VER=1.0.3 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/raven/VERSION b/raven/VERSION index 29770a8a..f22d5977 100644 --- a/raven/VERSION +++ b/raven/VERSION @@ -2,6 +2,6 @@ # semantic version tag: major.minor[.patch] # build version tag: timestamp # tag: {semantic}-{build} -VER=1.0.2 +VER=1.0.3 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/ringhold/VERSION b/ringhold/VERSION index 03dfe36f..0cb76787 100644 --- a/ringhold/VERSION +++ b/ringhold/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor[.patch] # build version tag: timestamp -VER=1.0.1 +VER=1.0.2 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/tantar/VERSION b/tantar/VERSION index cbf79bc8..f158f8fd 100644 --- a/tantar/VERSION +++ b/tantar/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor[.patch] # build version tag: timestamp -VER=1.0.3 +VER=1.0.4 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/tantar/build.gradle b/tantar/build.gradle index 92cd21b2..248f7852 100644 --- a/tantar/build.gradle +++ b/tantar/build.gradle @@ -26,7 +26,7 @@ dependencies { compile 'org.opencadc:cadc-inventory-util:[0.1.8,1.0)' compile 'org.opencadc:cadc-storage-adapter:[1.0,)' - runtime 'org.opencadc:cadc-storage-adapter-fs:[0.9.3,)' + runtime 'org.opencadc:cadc-storage-adapter-fs:[0.9.5,)' runtime 'org.opencadc:cadc-storage-adapter-swift:[0.8.7,)' testCompile 'junit:junit:[4.12,5.0)' diff --git a/vault/VERSION b/vault/VERSION index 6423351a..95fe59b9 100644 --- a/vault/VERSION +++ b/vault/VERSION @@ -4,6 +4,6 @@ # tags with and without build number so operators use the versioned # tag but we always keep a timestamped tag in case a semantic tag gets # replaced accidentally -VER=1.0.7 +VER=1.0.8 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER