Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weld Parent
release:
current-version: 5.0.2.Final
next-version: 5.0.3-SNAPSHOT
next-version: 5.0.3-SNAPSHOT
3 changes: 3 additions & 0 deletions junit-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>

<name>Weld Testing Common Utilities</name>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions junit4/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<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">
<modelVersion>4.0.0</modelVersion>

<name>Weld JUnit 4 Extension</name>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<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">
<modelVersion>4.0.0</modelVersion>

<name>Weld JUnit 5 Extensions</name>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<packaging>pom</packaging>
<version>5.0.2-SNAPSHOT</version>

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

<parent>
<groupId>org.jboss.weld</groupId>
Expand Down
2 changes: 2 additions & 0 deletions spock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<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">
<modelVersion>4.0.0</modelVersion>

<name>Weld Spock Extension</name>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
Expand Down
Loading