Skip to content

Commit

Permalink
reg: fix availability plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Jul 29, 2024
1 parent 1201b5b commit 2c4e748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reg/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.1.0
VER=1.1.1
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion reg/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<servlet-class>ca.nrc.cadc.vosi.AvailabilityServlet</servlet-class>
<init-param>
<param-name>ca.nrc.cadc.vosi.AvailabilityPlugin</param-name>
<param-value>org.opencadc.reg.server.ServiceAvailability</param-value>
<param-value>org.opencadc.reg.ServiceAvailability</param-value>
</init-param>
<load-on-startup>4</load-on-startup>
</servlet>
Expand Down

0 comments on commit 2c4e748

Please sign in to comment.