Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 27, 2023
1 parent 03d2b94 commit 1c85c80
Show file tree
Hide file tree
Showing 11 changed files with 12 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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
3 changes: 2 additions & 1 deletion 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>999-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -27,6 +27,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.1.0</tag>
</scm>
<modules>
<module>mybatis</module>
Expand Down

0 comments on commit 1c85c80

Please sign in to comment.