Skip to content

Commit b985ab6

Browse files
author
Weld CI
committed
[maven-release-plugin] prepare for next development iteration
1 parent 155c22d commit b985ab6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bom/pom.xml

Lines changed: 2 additions & 2 deletions
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>7.0.Alpha3</version>
6+
<version>7.0-SNAPSHOT</version>
77

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

@@ -58,7 +58,7 @@
5858
<connection>scm:git:[email protected]:weld/api.git</connection>
5959
<developerConnection>scm:git:[email protected]:weld/api.git</developerConnection>
6060
<url>scm:git:[email protected]:weld/api.git</url>
61-
<tag>7.0.Alpha3</tag>
61+
<tag>HEAD</tag>
6262
</scm>
6363

6464
<profiles>

pom.xml

Lines changed: 2 additions & 2 deletions
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>7.0.Alpha3</version>
5+
<version>7.0-SNAPSHOT</version>
66

77
<parent>
88
<groupId>org.jboss.weld</groupId>
@@ -203,6 +203,6 @@
203203
<connection>scm:git:[email protected]:weld/api.git</connection>
204204
<developerConnection>scm:git:[email protected]:weld/api.git</developerConnection>
205205
<url>scm:git:[email protected]:weld/api.git</url>
206-
<tag>7.0.Alpha3</tag>
206+
<tag>HEAD</tag>
207207
</scm>
208208
</project>

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>7.0.Alpha3</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>7.0.Alpha3</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)