Skip to content

Commit 5fa9bd5

Browse files
committed
Set stable 1.8.2 version for release
mvn versions:set -DnewVersion=1.8.2 versions:set-scm-tag -DnewTag=1.8.2
1 parent 0dcb11b commit 5fa9bd5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>io.github.stanio</groupId>
1010
<artifactId>xbrz-java</artifactId>
11-
<version>1.8.2-SNAPSHOT</version>
11+
<version>1.8.2</version>
1212
<packaging>pom</packaging>
1313

1414
<name>xBRZ for Java Reactor</name>
@@ -36,7 +36,7 @@
3636

3737
<scm child.scm.connection.inherit.append.path="false">
3838
<connection>scm:git:https://github.com/stanio/xbrz-java.git</connection>
39-
<tag>HEAD</tag>
39+
<tag>1.8.2</tag>
4040
<url>https://github.com/stanio/xbrz-java/tree/${project.scm.tag}</url>
4141
</scm>
4242

xbrz-awt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.stanio</groupId>
1010
<artifactId>xbrz-java</artifactId>
11-
<version>1.8.2-SNAPSHOT</version>
11+
<version>1.8.2</version>
1212
</parent>
1313
<artifactId>xbrz-awt</artifactId>
1414

xbrz-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.stanio</groupId>
1010
<artifactId>xbrz-java</artifactId>
11-
<version>1.8.2-SNAPSHOT</version>
11+
<version>1.8.2</version>
1212
</parent>
1313
<artifactId>xbrz-core</artifactId>
1414

xbrz-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.stanio</groupId>
1010
<artifactId>xbrz-java</artifactId>
11-
<version>1.8.2-SNAPSHOT</version>
11+
<version>1.8.2</version>
1212
</parent>
1313
<artifactId>xbrz-tool</artifactId>
1414

0 commit comments

Comments
 (0)