Skip to content

Commit cc3babc

Browse files
author
Weld CI
committed
[maven-release-plugin] prepare release 5.0.2.Final
1 parent 6fb4399 commit cc3babc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

junit-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jboss.weld</groupId>
99
<artifactId>weld-junit-parent</artifactId>
10-
<version>5.0.2-SNAPSHOT</version>
10+
<version>5.0.2.Final</version>
1111
</parent>
1212

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

junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jboss.weld</groupId>
88
<artifactId>weld-junit-parent</artifactId>
9-
<version>5.0.2-SNAPSHOT</version>
9+
<version>5.0.2.Final</version>
1010
</parent>
1111

1212
<artifactId>weld-junit4</artifactId>

junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jboss.weld</groupId>
99
<artifactId>weld-junit-parent</artifactId>
10-
<version>5.0.2-SNAPSHOT</version>
10+
<version>5.0.2.Final</version>
1111
</parent>
1212

1313
<artifactId>weld-junit5</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.2-SNAPSHOT</version>
5+
<version>5.0.2.Final</version>
66

77
<name>Weld Extensions for JUnit and Spock</name>
88
<description>Set of JUnit/Spock 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.2.Final</tag>
3030
</scm>
3131

3232
<developers>

spock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jboss.weld</groupId>
99
<artifactId>weld-junit-parent</artifactId>
10-
<version>5.0.2-SNAPSHOT</version>
10+
<version>5.0.2.Final</version>
1111
</parent>
1212

1313
<artifactId>weld-spock</artifactId>

0 commit comments

Comments
 (0)