Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.1.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-cdi-bot committed Feb 29, 2024
1 parent 6baa79c commit c6ec97d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.RC1</version>
</parent>

<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down Expand Up @@ -214,7 +214,7 @@
<connection>scm:git:git@github.com:cdi-spec/cdi.git</connection>
<url>scm:git:git@github.com:cdi-spec/cdi.git</url>
<developerConnection>scm:git:git@github.com:cdi-spec/cdi.git</developerConnection>
<tag>HEAD</tag>
<tag>4.1.0.RC1</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.RC1</version>
</parent>

<artifactId>jakarta.enterprise.cdi-el-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ide-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.RC1</version>
</parent>

<artifactId>cdi-ide-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lang-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.RC1</version>
</parent>

<artifactId>jakarta.enterprise.lang-model</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<packaging>pom</packaging>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.RC1</version>

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

Expand All @@ -35,7 +35,7 @@
<connection>scm:git:git://github.com/eclipse-ee4j/cdi.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/cdi.git</developerConnection>
<url>https://github.com/eclipse-ee4j/cdi</url>
<tag>HEAD</tag>
<tag>4.1.0.RC1</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.RC1</version>
</parent>

<artifactId>jakarta.enterprise.cdi-spec-doc</artifactId>
Expand Down

0 comments on commit c6ec97d

Please sign in to comment.