Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 26, 2023
1 parent a1ced69 commit 0bb0442
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-core-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-core-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/chunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-chunk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jdbc-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-jdbc-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jpa-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-jpa-repository</artifactId>
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.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/programmatic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-programmatic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-scripting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<artifactId>quarkus-jberet-tck</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jpa/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-jpa-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-jpa-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jpa/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-jpa-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-jpa</artifactId>
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.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<name>Quarkus - JBeret - Parent</name>

Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-jberet.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-jberet.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-jberet</url>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-rest-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-rest-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rest/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-rest-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>quarkus-jberet-rest</artifactId>
Expand Down

0 comments on commit 0bb0442

Please sign in to comment.