Skip to content

Commit

Permalink
chore: #81 Refine latest stuff on release
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Dec 16, 2024
1 parent 13b87ff commit 8232b22
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
target/jreleaser/output.properties
- name: Set next iteration version
run: mvn -B -q versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}
run: mvn -B -q versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}-SNAPSHOT

- name: Commit, push and tag changes
run: |
Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.microcks.quarkus</groupId>
<artifactId>quarkus-microcks-parent</artifactId>
<version>0.2.8</version>
<version>0.2.8-SNAPSHOT</version>
</parent>

<artifactId>quarkus-microcks-deployment</artifactId>
Expand Down
17 changes: 1 addition & 16 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ assemble:
- input: target/staging-deploy
includes:
- '**/*.*'
# - input: target
# output: 'io/github/microcks/quarkus/quarkus-microcks-parent/{{projectVersion}}'
# includes:
# - 'quarkus-microcks-parent-*.*'
# - input: deployment/target
# output: 'io/github/microcks/quarkus/quarkus-microcks-deployment/{{projectVersion}}'
# includes:
# - 'quarkus-microcks-deployment-*.*'
# - input: runtime/target
# output: 'io/github/microcks/quarkus/quarkus-microcks/{{projectVersion}}'
# includes:
# - 'quarkus-microcks-*.*'
# - input: test-framework/target
# output: 'io/github/microcks/quarkus/quarkus-microcks-test/{{projectVersion}}'
# includes:
# - 'quarkus-microcks-test-*.*'

files:
active: ALWAYS
Expand Down Expand Up @@ -70,6 +54,7 @@ deploy:
release:
github:
overwrite: true
releaseName: '{{tagName}}'
tagName: '{{projectVersion}}'
changelog:
formatted: ALWAYS
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.microcks.quarkus</groupId>
<artifactId>quarkus-microcks-parent</artifactId>
<version>0.2.8</version>
<version>0.2.8-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>deployment</module>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.microcks.quarkus</groupId>
<artifactId>quarkus-microcks-parent</artifactId>
<version>0.2.8</version>
<version>0.2.8-SNAPSHOT</version>
</parent>

<artifactId>quarkus-microcks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.microcks.quarkus</groupId>
<artifactId>quarkus-microcks-parent</artifactId>
<version>0.2.8</version>
<version>0.2.8-SNAPSHOT</version>
</parent>

<artifactId>quarkus-microcks-test</artifactId>
Expand Down

0 comments on commit 8232b22

Please sign in to comment.