Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-cdi-bot committed Mar 1, 2024
1 parent 4053d24 commit 15e67f0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>cdi-tck-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist-build/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions doc/reference/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -156,6 +156,6 @@
<connection>scm:git:git://github.com/cdi-spec/cditck.git</connection>
<developerConnection>scm:git:git@github.com:cdi-spec/cdi-tck.git</developerConnection>
<url>https://github.com/cdi-spec/cdi-tck/</url>
<tag>HEAD</tag>
<tag>4.1.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion ext-lib/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cdi-tck-parent</artifactId>
<groupId>jakarta.enterprise</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>cdi-tck-ext-lib</artifactId>
<name>CDI TCK Installed Library - test bean archive</name>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cdi-tck-parent</artifactId>
<groupId>jakarta.enterprise</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-tck-core-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lang-model/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cdi-tck-parent</artifactId>
<groupId>jakarta.enterprise</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cdi-tck-lang-model</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-parent</artifactId>
<packaging>pom</packaging>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<name>Jakarta CDI TCK</name>

<parent>
Expand Down Expand Up @@ -325,7 +325,7 @@
<connection>scm:git:git@github.com:eclipse-ee4j/cdi-tck.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/cdi-tck.git</developerConnection>
<url>https://github.com/eclipse-ee4j/cdi-tck</url>
<tag>HEAD</tag>
<tag>4.1.0</tag>
</scm>

<profiles>
Expand Down

0 comments on commit 15e67f0

Please sign in to comment.