Skip to content

Commit 16e20cf

Browse files
[maven-release-plugin] prepare release 4.0.6
1 parent 5393d67 commit 16e20cf

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>jakarta.enterprise</groupId>
77
<artifactId>cdi-tck-parent</artifactId>
8-
<version>4.0.6-SNAPSHOT</version>
8+
<version>4.0.6</version>
99
</parent>
1010

1111
<artifactId>cdi-tck-api</artifactId>

dist-build/libs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>jakarta.enterprise</groupId>
55
<artifactId>cdi-tck-parent</artifactId>
6-
<version>4.0.6-SNAPSHOT</version>
6+
<version>4.0.6</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

dist-build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>jakarta.enterprise</groupId>
66
<artifactId>cdi-tck-parent</artifactId>
7-
<version>4.0.6-SNAPSHOT</version>
7+
<version>4.0.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

dist-build/porting-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>jakarta.enterprise</groupId>
66
<artifactId>cdi-tck-parent</artifactId>
7-
<version>4.0.6-SNAPSHOT</version>
7+
<version>4.0.6</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

doc/reference/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>jakarta.enterprise</groupId>
1212
<artifactId>cdi-tck-parent</artifactId>
13-
<version>4.0.6-SNAPSHOT</version>
13+
<version>4.0.6</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

@@ -143,6 +143,6 @@
143143
<connection>scm:git:git://github.com/cdi-spec/cditck.git</connection>
144144
<developerConnection>scm:git:[email protected]:cdi-spec/cdi-tck.git</developerConnection>
145145
<url>https://github.com/cdi-spec/cdi-tck/</url>
146-
<tag>HEAD</tag>
146+
<tag>4.0.6</tag>
147147
</scm>
148148
</project>

ext-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cdi-tck-parent</artifactId>
55
<groupId>jakarta.enterprise</groupId>
6-
<version>4.0.6-SNAPSHOT</version>
6+
<version>4.0.6</version>
77
</parent>
88
<artifactId>cdi-tck-ext-lib</artifactId>
99
<name>CDI TCK Installed Library - test bean archive</name>

impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cdi-tck-parent</artifactId>
55
<groupId>jakarta.enterprise</groupId>
6-
<version>4.0.6-SNAPSHOT</version>
6+
<version>4.0.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cdi-tck-core-impl</artifactId>

lang-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cdi-tck-parent</artifactId>
55
<groupId>jakarta.enterprise</groupId>
6-
<version>4.0.6-SNAPSHOT</version>
6+
<version>4.0.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cdi-tck-lang-model</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>jakarta.enterprise</groupId>
55
<artifactId>cdi-tck-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>4.0.6-SNAPSHOT</version>
7+
<version>4.0.6</version>
88
<name>Jakarta CDI TCK</name>
99

1010
<parent>
@@ -293,7 +293,7 @@
293293
<connection>scm:git:[email protected]:eclipse-ee4j/cdi-tck.git</connection>
294294
<developerConnection>scm:git:[email protected]:eclipse-ee4j/cdi-tck.git</developerConnection>
295295
<url>https://github.com/eclipse-ee4j/cdi-tck</url>
296-
<tag>HEAD</tag>
296+
<tag>4.0.6</tag>
297297
</scm>
298298

299299
<profiles>

web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cdi-tck-parent</artifactId>
55
<groupId>jakarta.enterprise</groupId>
6-
<version>4.0.6-SNAPSHOT</version>
6+
<version>4.0.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cdi-tck-web-impl</artifactId>

0 commit comments

Comments
 (0)