Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Aug 26, 2024
1 parent 36e7979 commit a2283b1
Show file tree
Hide file tree
Showing 28 changed files with 38 additions and 47 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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-scheduler</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/scopes/common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions integration-tests/scopes/job-scoped/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions integration-tests/scopes/partition-scoped/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions integration-tests/scopes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-scopes</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/scopes/step-scoped/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../../pom.xml</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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>quarkus-jberet-integration-tests-scripting</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/tck/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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-tck-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>quarkus-jberet-tck-deployment</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/tck/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>quarkus-jberet-tck-parent</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/tck/runner/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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-tck-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>quarkus-jberet-tck-runner</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/tck/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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-tck-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.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.3.2-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

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

0 comments on commit a2283b1

Please sign in to comment.