Skip to content

Commit 95db1bb

Browse files
author
Weld CI
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8817038 commit 95db1bb

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.Alpha1</version>
6+
<version>7.0-SNAPSHOT</version>
77

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

@@ -59,7 +59,7 @@
5959
<connection>scm:git:[email protected]:weld/api.git</connection>
6060
<developerConnection>scm:git:[email protected]:weld/api.git</developerConnection>
6161
<url>scm:git:[email protected]:weld/api.git</url>
62-
<tag>7.0.Alpha1</tag>
62+
<tag>HEAD</tag>
6363
</scm>
6464

6565
<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.Alpha1</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.Alpha1</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.Alpha1</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.Alpha1</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)