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