Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 25, 2024
1 parent b4dca4e commit 4348387
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 42 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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-scheduler</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions integration-tests/scopes/common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions integration-tests/scopes/job-scoped/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -18,7 +16,7 @@
<dependency>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests-scopes-commons</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 2 additions & 4 deletions integration-tests/scopes/partition-scoped/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions integration-tests/scopes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
Expand All @@ -14,7 +12,7 @@
<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions integration-tests/scopes/step-scoped/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet-integration-tests</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../..</relativePath>
</parent>

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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>
<name>Quarkus - JBeret - Parent</name>

Expand All @@ -32,7 +32,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.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.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.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

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

0 comments on commit 4348387

Please sign in to comment.