Skip to content

Commit

Permalink
Release 6.0.Beta5; second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jun 21, 2024
1 parent 3cfb3c2 commit db42020
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weld API
release:
current-version: 6.0.Beta5
next-version: 6.0-SNAPSHOT
next-version: 6.0-SNAPSHOT
9 changes: 9 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@
<!-- This is true by default -->
<useAgent>${gpg.useAgent}</useAgent>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit db42020

Please sign in to comment.