Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 6850aea

Browse files
committed
[maven-release-plugin] prepare release 1.5.4
1 parent 4ef28dc commit 6850aea

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
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.github.fonimus</groupId>
2222
<artifactId>ssh-shell-spring-boot-parent</artifactId>
23-
<version>1.5.4-SNAPSHOT</version>
23+
<version>1.5.4</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -65,7 +65,7 @@
6565
<connection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</connection>
6666
<url>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</url>
6767
<developerConnection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</developerConnection>
68-
<tag>HEAD</tag>
68+
<tag>1.5.4</tag>
6969
</scm>
7070

7171
<modules>

samples/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>ssh-shell-spring-boot-parent</artifactId>
2121
<groupId>com.github.fonimus</groupId>
22-
<version>1.5.4-SNAPSHOT</version>
22+
<version>1.5.4</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

samples/complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>ssh-shell-spring-boot-parent</artifactId>
2121
<groupId>com.github.fonimus</groupId>
22-
<version>1.5.4-SNAPSHOT</version>
22+
<version>1.5.4</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>ssh-shell-spring-boot-parent</artifactId>
2121
<groupId>com.github.fonimus</groupId>
22-
<version>1.5.4-SNAPSHOT</version>
22+
<version>1.5.4</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)