Skip to content

Commit 9ecb2dd

Browse files
author
Weld CI
committed
[maven-release-plugin] prepare release 7.0.Alpha4
1 parent 997e87a commit 9ecb2dd

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-SNAPSHOT</version>
6+
<version>7.0.Alpha4</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>HEAD</tag>
61+
<tag>7.0.Alpha4</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-SNAPSHOT</version>
5+
<version>7.0.Alpha4</version>
66

77
<parent>
88
<groupId>org.jboss.weld</groupId>
@@ -207,6 +207,6 @@
207207
<connection>scm:git:[email protected]:weld/api.git</connection>
208208
<developerConnection>scm:git:[email protected]:weld/api.git</developerConnection>
209209
<url>scm:git:[email protected]:weld/api.git</url>
210-
<tag>HEAD</tag>
210+
<tag>7.0.Alpha4</tag>
211211
</scm>
212212
</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-SNAPSHOT</version>
5+
<version>7.0.Alpha4</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-SNAPSHOT</version>
5+
<version>7.0.Alpha4</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)