Skip to content

Commit

Permalink
Updated version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Feb 9, 2017
1 parent 02396e7 commit 6e26f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
<context-param>
<param-name>releaseNumber</param-name>
<param-value>1.0</param-value>
<param-value>1.1.1</param-value>
</context-param>
<context-param>
<param-name>releaseDate</param-name>
<param-value>03 Feb 2017</param-value>
<param-value>09 Feb 2017</param-value>
</context-param>
<session-config>
<session-timeout>30</session-timeout>
Expand Down

0 comments on commit 6e26f4a

Please sign in to comment.