Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2023
1 parent f145d74 commit c78c121
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jdbc</groupId>
<artifactId>quarkus-jdbc-sqlite-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.7</version>
</parent>
<artifactId>quarkus-jdbc-sqlite-deployment</artifactId>
<name>Quarkus - JDBC SQLite - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jdbc</groupId>
<artifactId>quarkus-jdbc-sqlite-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jdbc</groupId>
<artifactId>quarkus-jdbc-sqlite-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.7</version>
</parent>
<artifactId>quarkus-jdbc-sqlite-integration-tests</artifactId>
<name>Quarkus - JDBC SQLite - Integration Tests</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.jdbc</groupId>
<artifactId>quarkus-jdbc-sqlite-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.7</version>
<packaging>pom</packaging>
<name>Quarkus - JDBC SQLite - Parent</name>
<modules>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-jdbc-sqlite.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-jdbc-sqlite.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-jdbc-sqlite</url>
<tag>HEAD</tag>
<tag>3.0.7</tag>
</scm>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jdbc</groupId>
<artifactId>quarkus-jdbc-sqlite-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.7</version>
</parent>
<artifactId>quarkus-jdbc-sqlite</artifactId>
<name>Quarkus - JDBC SQLite - Runtime</name>
Expand Down

0 comments on commit c78c121

Please sign in to comment.