Skip to content

Commit 68c7fa2

Browse files
committed
Fix API version in BOM POM, re-trigger release
1 parent 93af327 commit 68c7fa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ name: Weld Core release
22
release:
33
current-version: 7.0.0.Alpha1
44
next-version: 7.0.0-SNAPSHOT
5+
56

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</developers>
3131

3232
<properties>
33-
<weld.api.bom.version>7.0.Alpha3</weld.api.bom.version>
33+
<weld.api.bom.version>7.0.Alpha4</weld.api.bom.version>
3434
<gpg.plugin.version>3.2.8</gpg.plugin.version>
3535
<nexus.staging.plugin.version>1.7.0</nexus.staging.plugin.version>
3636
<jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/

0 commit comments

Comments
 (0)