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
albogdano committed May 13, 2022
1 parent 88d4490 commit 62a6550
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion para-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.45.10</version>
<version>1.45.11-SNAPSHOT</version>
</parent>

<artifactId>para-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion para-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.45.10</version>
<version>1.45.11-SNAPSHOT</version>
</parent>

<artifactId>para-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion para-jar/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.45.10</version>
<version>1.45.11-SNAPSHOT</version>
</parent>

<artifactId>para-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion para-server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.45.10</version>
<version>1.45.11-SNAPSHOT</version>
</parent>

<artifactId>para-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion para-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.45.10</version>
<version>1.45.11-SNAPSHOT</version>
</parent>

<artifactId>para-war</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.erudika</groupId>
<artifactId>para-parent</artifactId>
<version>1.45.10</version>
<version>1.45.11-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:https://github.com/Erudika/para.git</connection>
<developerConnection>scm:git:git@github.com:Erudika/para.git</developerConnection>
<url>https://github.com/Erudika/para</url>
<tag>v1.45.10</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 62a6550

Please sign in to comment.