Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Weld CI committed Mar 27, 2024
1 parent 6aa696d commit 3d24069
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion junit-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>weld-junit-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>weld-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>weld-junit5</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>weld-junit-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3.Final</version>

<name>Weld JUnit Extensions</name>
<description>Set of JUnit extensions to enhance the testing of CDI components.</description>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git://github.com:weld/weld-junit.git</connection>
<developerConnection>scm:git:[email protected]:weld/weld-junit.git</developerConnection>
<url>https://github.com/weld/weld-junit</url>
<tag>HEAD</tag>
<tag>4.0.3.Final</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion spock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3.Final</version>
</parent>

<artifactId>weld-spock</artifactId>
Expand Down

0 comments on commit 3d24069

Please sign in to comment.