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
actions-user committed Jun 24, 2024
1 parent 80eb88c commit a30e694
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion mybatis-plus/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-plus-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-plus-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-plus-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-mybatis-plus-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-plus-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mybatis/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-mybatis-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mybatis/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-mybatis-parent</artifactId>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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 @@
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-parent</artifactId>
<name>Quarkus - Parent</name>
<version>2.2.3</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -28,7 +28,7 @@
<connection>:git:git@github.com:quarkiverse/quarkus-mybatis.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-mybatis.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-mybatis</url>
<tag>2.2.3</tag>
<tag>HEAD</tag>
</scm>
<modules>
<module>mybatis</module>
Expand Down

0 comments on commit a30e694

Please sign in to comment.