Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 31, 2023
1 parent 3f19344 commit de6df04
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 19 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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</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.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>quarkus-jberet-jpa</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>Quarkus - JBeret - Parent</name>
Expand Down Expand Up @@ -144,4 +144,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>2.0.1</tag>
</scm>
</project>
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.0.1-SNAPSHOT</version>
<version>2.0.1</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-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit de6df04

Please sign in to comment.