Skip to content

Commit 12796a1

Browse files
committed
[maven-release-plugin] prepare release 1.2.0.Final
1 parent 544eb11 commit 12796a1

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

junit-common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jboss.weld</groupId>
76
<artifactId>weld-junit-parent</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0.Final</version>
98
</parent>
109

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

junit4/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0.Final</version>
88
</parent>
99

1010
<artifactId>weld-junit4</artifactId>

junit5/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.jboss.weld</groupId>
87
<artifactId>weld-junit-parent</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0.Final</version>
109
</parent>
1110

1211
<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>1.2.0-SNAPSHOT</version>
5+
<version>1.2.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:git@github.com:weld/weld-junit.git</developerConnection>
2828
<url>https://github.com/weld/weld-junit</url>
29-
<tag>HEAD</tag>
29+
<tag>1.2.0.Final</tag>
3030
</scm>
3131

3232
<developers>

0 commit comments

Comments
 (0)