Skip to content

Commit bb98421

Browse files
committed
Set release version to 1.8.2
1 parent 99fc5d6 commit bb98421

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

deploy.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#! /bin/bash
2+
3+
#ensure we use java 8
4+
. ~/.sdkman/bin/sdkman-init.sh
5+
sdk env
6+
7+
mvn -P release clean deploy

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</organization>
3838

3939
<properties>
40-
<revision>1.9.0-SNAPSHOT</revision>
40+
<revision>1.8.2</revision>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<jts-core.version>[1.18.0, 1.19.0)</jts-core.version>

0 commit comments

Comments
 (0)