From 2c4e7480cb7de05469a4bf1327bc2e043c20004d Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Mon, 29 Jul 2024 09:20:50 -0700 Subject: [PATCH] reg: fix availability plugin config --- reg/VERSION | 2 +- reg/src/main/webapp/WEB-INF/web.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reg/VERSION b/reg/VERSION index dfbc164..7dc2a8f 100644 --- a/reg/VERSION +++ b/reg/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=1.1.0 +VER=1.1.1 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/reg/src/main/webapp/WEB-INF/web.xml b/reg/src/main/webapp/WEB-INF/web.xml index ce7702e..88528b6 100644 --- a/reg/src/main/webapp/WEB-INF/web.xml +++ b/reg/src/main/webapp/WEB-INF/web.xml @@ -86,7 +86,7 @@ ca.nrc.cadc.vosi.AvailabilityServlet ca.nrc.cadc.vosi.AvailabilityPlugin - org.opencadc.reg.server.ServiceAvailability + org.opencadc.reg.ServiceAvailability 4