Skip to content

Commit 72d344d

Browse files
committed
Update project version to 7.0-SNAPSHOT
1 parent e9517a1 commit 72d344d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.jboss.weld</groupId>
44
<artifactId>weld-api-bom</artifactId>
55
<packaging>pom</packaging>
6-
<version>6.0-SNAPSHOT</version>
6+
<version>7.0-SNAPSHOT</version>
77

88
<name>Weld APIs BOM</name>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>weld-api-parent</artifactId>
44
<packaging>pom</packaging>
5-
<version>6.0-SNAPSHOT</version>
5+
<version>7.0-SNAPSHOT</version>
66

77
<parent>
88
<groupId>org.jboss.weld</groupId>

weld-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>weld-api-parent</artifactId>
44
<groupId>org.jboss.weld</groupId>
5-
<version>6.0-SNAPSHOT</version>
5+
<version>7.0-SNAPSHOT</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

weld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>weld-api-parent</artifactId>
44
<groupId>org.jboss.weld</groupId>
5-
<version>6.0-SNAPSHOT</version>
5+
<version>7.0-SNAPSHOT</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)