Skip to content

Commit

Permalink
v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 10, 2020
1 parent f324e67 commit 8593dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {

description = "EPICS to web gateway"
group 'org.jlab'
version = '1.9.1'
version = '1.9.2'

ext {
releaseDate = 'March 09 2020'
releaseDate = 'March 10 2020'
productionRelease = 'true'
}

Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="epics2web" default="clean-build" basedir=".">
<property name="project.release.version" value="1.9.1"/>
<property name="project.release.date" value="09 March 2020"/>
<property name="project.release.version" value="1.9.2"/>
<property name="project.release.date" value="10 March 2020"/>
<property name="project.release.production" value="true"/>
<property environment="env"/>
<fail unless="env.CATALINA_HOME" message="Environment variable CATALINA_HOME must be set in order to include Tomcat libraries in classpath"/>
Expand Down

0 comments on commit 8593dbc

Please sign in to comment.