Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.CR2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 20, 2023
1 parent 0f1f33c commit 7687ef0
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</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>999-SNAPSHOT</version>
<version>2.0.0.CR2</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.quarkiverse.mybatis</groupId>
<artifactId>quarkus-parent</artifactId>
<name>Quarkus - Parent</name>
<version>999-SNAPSHOT</version>
<version>2.0.0.CR2</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -86,4 +86,8 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>2.0.0.CR2</tag>
</scm>
</project>

0 comments on commit 7687ef0

Please sign in to comment.