Skip to content

Commit 0fd9665

Browse files
committed
Add proper <name> tags to Maven modules. Re-trigger release job.
1 parent 4521950 commit 0fd9665

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: Weld Parent
22
release:
33
current-version: 5.0.2.Final
4-
next-version: 5.0.3-SNAPSHOT
4+
next-version: 5.0.3-SNAPSHOT

junit-common/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4+
5+
<name>Weld Testing Common Utilities</name>
6+
47
<parent>
58
<groupId>org.jboss.weld</groupId>
69
<artifactId>weld-junit-parent</artifactId>

junit4/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33

4+
<name>Weld JUnit 4 Extension</name>
5+
46
<parent>
57
<groupId>org.jboss.weld</groupId>
68
<artifactId>weld-junit-parent</artifactId>

junit5/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<name>Weld JUnit 5 Extensions</name>
6+
57
<parent>
68
<groupId>org.jboss.weld</groupId>
79
<artifactId>weld-junit-parent</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<packaging>pom</packaging>
55
<version>5.0.2-SNAPSHOT</version>
66

7-
<name>Weld JUnit Extensions</name>
8-
<description>Set of JUnit extensions to enhance the testing of CDI components.</description>
7+
<name>Weld Extensions for JUnit and Spock</name>
8+
<description>Set of JUnit/Spock extensions to enhance the testing of CDI components.</description>
99

1010
<parent>
1111
<groupId>org.jboss.weld</groupId>

spock/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<name>Weld Spock Extension</name>
6+
57
<parent>
68
<groupId>org.jboss.weld</groupId>
79
<artifactId>weld-junit-parent</artifactId>

0 commit comments

Comments
 (0)