Skip to content

Commit b81aacd

Browse files
author
Weld CI
committed
[maven-release-plugin] prepare release 5.0.0.Final
1 parent b1258f0 commit b81aacd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

junit-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.weld</groupId>
66
<artifactId>weld-junit-parent</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0.Final</version>
88
</parent>
99

1010
<artifactId>weld-junit-common</artifactId>

junit4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.weld</groupId>
66
<artifactId>weld-junit-parent</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0.Final</version>
88
</parent>
99

1010
<artifactId>weld-junit4</artifactId>

junit5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld</groupId>
77
<artifactId>weld-junit-parent</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0.Final</version>
99
</parent>
1010

1111
<artifactId>weld-junit5</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>weld-junit-parent</artifactId>
44
<packaging>pom</packaging>
5-
<version>5.0.0-SNAPSHOT</version>
5+
<version>5.0.0.Final</version>
66

77
<name>Weld JUnit Extensions</name>
88
<description>Set of JUnit extensions to enhance the testing of CDI components.</description>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git://github.com:weld/weld-junit.git</connection>
2727
<developerConnection>scm:git:[email protected]:weld/weld-junit.git</developerConnection>
2828
<url>https://github.com/weld/weld-junit</url>
29-
<tag>HEAD</tag>
29+
<tag>5.0.0.Final</tag>
3030
</scm>
3131

3232
<developers>

spock/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.weld</groupId>
77
<artifactId>weld-junit-parent</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0.Final</version>
99
</parent>
1010

1111
<artifactId>weld-spock</artifactId>

0 commit comments

Comments
 (0)