Skip to content

Commit b17db7b

Browse files
Version upgrade
1 parent e1d5d30 commit b17db7b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
tomcat:
88
depends_on:
99
- mongo
10-
image: guilhemsempere/gigwa:2.8-RELEASE
10+
image: guilhemsempere/gigwa:2.9-RELEASE
1111
ports:
1212
- 8080:8080 # You may amend the external port only (left hand side). By default, webapp URL will be http://host.ip:8080/gigwa
1313
restart: always

misc/linux_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Variables
4-
project_version="2.8-RELEASE"
4+
project_version="2.9-RELEASE"
55
tomcat_version="9.0.64"
66
mongodb_linux_file="linux-x86_64-ubuntu1804-4.2.25"
77
path_to_ubuntu_jre="zulu17.40.19-ca-jre17.0.6-linux_x64.tar.gz"

misc/macos_bundle.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Variables
4-
project_version="2.8-RELEASE"
4+
project_version="2.9-RELEASE"
55
tomcat_version="9.0.64"
66
mongodb_osx_file="macos-x86_64-4.2.25"
77
path_to_osx_jre="zulu17.40.19-ca-jre17.0.6-macosx_x64.tar.gz"

misc/win_bundle.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Variables
2-
$project_version = "2.8-RELEASE"
2+
$project_version = "2.9-RELEASE"
33
$tomcat_version = "9.0.64"
44
$mongodb_windows_file = "win32-x86_64-2012plus-4.2.25"
55
$path_to_windows_jre = "zulu17.40.19-ca-jre17.0.6-win_x64"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<modelVersion>4.0.0</modelVersion>
66
<properties>
7-
<project.version>2.9-alpha</project.version>
7+
<project.version>2.9-RELEASE</project.version>
88
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<bundle.dir>${project.build.directory}/bundles</bundle.dir>

0 commit comments

Comments
 (0)