Skip to content

Commit

Permalink
Bump development version, use Weld 6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jun 21, 2024
1 parent 6aef182 commit 7ca3b1f
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.4-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>

<name>Weld JUnit Extensions</name>
<description>Set of JUnit extensions to enhance the testing of CDI components.</description>
Expand Down Expand Up @@ -47,7 +47,7 @@
<version.spock>2.3-groovy-3.0</version.spock>
<version.junit.platform>1.9.0</version.junit.platform>
<version.groovy>3.0.21</version.groovy>
<version.weld>5.1.2.Final</version.weld>
<version.weld>6.0.0.Beta1</version.weld>
<version.mockito>5.12.0</version.mockito>
<version.jakarta.ejb.api>4.0.1</version.jakarta.ejb.api>
<version.jakarta.inject>2.0.1</version.jakarta.inject>
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.4-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

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

0 comments on commit 7ca3b1f

Please sign in to comment.