Skip to content

Commit

Permalink
Release1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Feb 27, 2017
1 parent 12ab200 commit 376be17
Show file tree
Hide file tree
Showing 3 changed files 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.2.0</param-value>
<param-value>1.2.1</param-value>
</context-param>
<context-param>
<param-name>releaseDate</param-name>
<param-value>20 Feb 2017</param-value>
<param-value>27 Feb 2017</param-value>
</context-param>
<context-param>
<param-name>org.apache.tomcat.websocket.textBufferSize</param-name>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 376be17

Please sign in to comment.