Skip to content

Commit a0f4c3e

Browse files
[maven-release-plugin] prepare release 4.1.0.Beta1
1 parent 43a0f47 commit a0f4c3e

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>jakarta.enterprise</groupId>
2323
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
24-
<version>4.1.0-SNAPSHOT</version>
24+
<version>4.1.0.Beta1</version>
2525
</parent>
2626

2727
<artifactId>jakarta.enterprise.cdi-api</artifactId>
@@ -217,7 +217,7 @@
217217
<connection>scm:git:git@github.com:cdi-spec/cdi.git</connection>
218218
<url>scm:git:git@github.com:cdi-spec/cdi.git</url>
219219
<developerConnection>scm:git:git@github.com:cdi-spec/cdi.git</developerConnection>
220-
<tag>HEAD</tag>
220+
<tag>4.1.0.Beta1</tag>
221221
</scm>
222222

223223
<profiles>

el/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>jakarta.enterprise</groupId>
1515
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
16-
<version>4.1.0-SNAPSHOT</version>
16+
<version>4.1.0.Beta1</version>
1717
</parent>
1818

1919
<artifactId>jakarta.enterprise.cdi-el-api</artifactId>

ide-config/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88
99
SPDX-License-Identifier: Apache-2.0
1010
-->
11-
<project xmlns="http://maven.apache.org/POM/4.0.0"
12-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11+
<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">
1412
<modelVersion>4.0.0</modelVersion>
1513

1614
<parent>
1715
<groupId>jakarta.enterprise</groupId>
1816
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
19-
<version>4.1.0-SNAPSHOT</version>
17+
<version>4.1.0.Beta1</version>
2018
</parent>
2119

2220
<artifactId>cdi-ide-config</artifactId>

lang-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>jakarta.enterprise</groupId>
1515
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
16-
<version>4.1.0-SNAPSHOT</version>
16+
<version>4.1.0.Beta1</version>
1717
</parent>
1818

1919
<artifactId>jakarta.enterprise.lang-model</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>jakarta.enterprise</groupId>
2020
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
2121
<packaging>pom</packaging>
22-
<version>4.1.0-SNAPSHOT</version>
22+
<version>4.1.0.Beta1</version>
2323

2424
<description>Parent module for CDI Specification</description>
2525

@@ -35,7 +35,7 @@
3535
<connection>scm:git:git://github.com/eclipse-ee4j/cdi.git</connection>
3636
<developerConnection>scm:git:git@github.com:eclipse-ee4j/cdi.git</developerConnection>
3737
<url>https://github.com/eclipse-ee4j/cdi</url>
38-
<tag>HEAD</tag>
38+
<tag>4.1.0.Beta1</tag>
3939
</scm>
4040

4141
<modules>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>jakarta.enterprise</groupId>
1515
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
16-
<version>4.1.0-SNAPSHOT</version>
16+
<version>4.1.0.Beta1</version>
1717
</parent>
1818

1919
<artifactId>jakarta.enterprise.cdi-spec-doc</artifactId>

0 commit comments

Comments
 (0)