Skip to content

Commit

Permalink
Updating Release info
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Feb 14, 2017
1 parent 2671406 commit 0936e97
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.1.1</param-value>
<param-value>1.1.2</param-value>
</context-param>
<context-param>
<param-name>releaseDate</param-name>
<param-value>09 Feb 2017</param-value>
<param-value>14 Feb 2017</param-value>
</context-param>
<context-param>
<param-name>org.apache.tomcat.websocket.textBufferSize</param-name>
Expand Down

0 comments on commit 0936e97

Please sign in to comment.