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
artem-v committed Oct 1, 2022
1 parent ef1eee4 commit ea9a71c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-security-parent</artifactId>
<version>1.0.28</version>
<version>1.0.29-SNAPSHOT</version>
</parent>

<artifactId>scalecube-security-jwt</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>scalecube-security-parent</artifactId>
<version>1.0.28</version>
<version>1.0.29-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ScaleCube Security</name>

Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/scalecube/scalecube-security.git</connection>
<developerConnection>scm:git:https://github.com/scalecube/scalecube-security.git
</developerConnection>
<tag>release-1.0.28</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tokens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-security-parent</artifactId>
<version>1.0.28</version>
<version>1.0.29-SNAPSHOT</version>
</parent>

<artifactId>scalecube-security-tokens</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-security-parent</artifactId>
<version>1.0.28</version>
<version>1.0.29-SNAPSHOT</version>
</parent>

<artifactId>scalecube-security-vault</artifactId>
Expand Down

0 comments on commit ea9a71c

Please sign in to comment.