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
Paullo612 committed May 24, 2023
1 parent 576be9e commit 5beb9df
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx.api</groupId>
<artifactId>api</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<artifactId>api-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/internal-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx.api</groupId>
<artifactId>api</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<artifactId>internal-stub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx.api</groupId>
<artifactId>api</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<artifactId>micronaut</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx</groupId>
<artifactId>mlfx</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<groupId>io.github.paullo612.mlfx.api</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/compiler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx.compiler</groupId>
<artifactId>compiler</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<artifactId>compiler-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx.compiler</groupId>
<artifactId>compiler</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<artifactId>micronaut</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.paullo612.mlfx</groupId>
<artifactId>mlfx</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>
</parent>

<groupId>io.github.paullo612.mlfx.compiler</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.paullo612.mlfx</groupId>
<artifactId>mlfx</artifactId>
<version>0.6.1</version>
<version>0.6.2-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git://github.com/Paullo612/mlfx.git</connection>
<developerConnection>scm:git:ssh://github.com:Paullo612/mlfx.git</developerConnection>
<url>https://github.com/Paullo612/mlfx/tree/master</url>
<tag>v0.6.1</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 5beb9df

Please sign in to comment.