Skip to content

Commit eef4e30

Browse files
committed
3.0.0.Beta1
1 parent bddab37 commit eef4e30

41 files changed

Lines changed: 42 additions & 42 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

jberet-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.jberet</groupId>
2121
<artifactId>jberet-parent</artifactId>
22-
<version>3.0.0-Beta1</version>
22+
<version>3.0.0.Beta1</version>
2323
</parent>
2424

2525
<artifactId>jberet-core</artifactId>

jberet-manifest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jberet</groupId>
2929
<artifactId>jberet-parent</artifactId>
30-
<version>3.0.0-Beta1</version>
30+
<version>3.0.0.Beta1</version>
3131
</parent>
3232

3333
<artifactId>jberet-channel-manifest</artifactId>

jberet-se-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.jberet</groupId>
1515
<artifactId>jberet-parent</artifactId>
16-
<version>3.0.0-Beta1</version>
16+
<version>3.0.0.Beta1</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.jberet</groupId>

jberet-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
1818
<parent>
1919
<groupId>org.jberet</groupId>
2020
<artifactId>jberet-parent</artifactId>
21-
<version>3.0.0-Beta1</version>
21+
<version>3.0.0.Beta1</version>
2222
</parent>
2323

2424
<artifactId>jberet-se</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.jberet</groupId>
2424
<artifactId>jberet-parent</artifactId>
25-
<version>3.0.0-Beta1</version>
25+
<version>3.0.0.Beta1</version>
2626

2727
<name>jberet-parent</name>
2828
<description>Implementation of Jakarta Batch</description>

test-apps/amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>test-apps</artifactId>
2020
<groupId>org.jberet.test-apps</groupId>
21-
<version>3.0.0-Beta1</version>
21+
<version>3.0.0.Beta1</version>
2222
</parent>
2323

2424
<artifactId>amqp</artifactId>

test-apps/cassandraInject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>test-apps</artifactId>
1919
<groupId>org.jberet.test-apps</groupId>
20-
<version>3.0.0-Beta1</version>
20+
<version>3.0.0.Beta1</version>
2121
</parent>
2222

2323
<artifactId>cassandraInject</artifactId>

test-apps/cdiScopes/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>cdiScopes</artifactId>
1919
<groupId>org.jberet.test-apps</groupId>
20-
<version>3.0.0-Beta1</version>
20+
<version>3.0.0.Beta1</version>
2121
</parent>
2222

2323
<artifactId>cdiScopes-commons</artifactId>

test-apps/cdiScopes/jobScoped/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>cdiScopes</artifactId>
2020
<groupId>org.jberet.test-apps</groupId>
21-
<version>3.0.0-Beta1</version>
21+
<version>3.0.0.Beta1</version>
2222
</parent>
2323

2424
<artifactId>jobScoped</artifactId>

test-apps/cdiScopes/partitionScoped/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>cdiScopes</artifactId>
2020
<groupId>org.jberet.test-apps</groupId>
21-
<version>3.0.0-Beta1</version>
21+
<version>3.0.0.Beta1</version>
2222
</parent>
2323

2424
<artifactId>partitionScoped</artifactId>

0 commit comments

Comments
 (0)