Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
fonimus committed Nov 25, 2023
1 parent 0b756f9 commit 6c0ff71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.github.fonimus</groupId>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</connection>
<url>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</url>
<developerConnection>scm:git:[email protected]:fonimus/ssh-shell-spring-boot.git</developerConnection>
<tag>3.1.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<groupId>com.github.fonimus</groupId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion samples/complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<groupId>com.github.fonimus</groupId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<groupId>com.github.fonimus</groupId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 6c0ff71

Please sign in to comment.