File tree 3 files changed +564
-564
lines changed
java/io/quarkus/code/misc
3 files changed +564
-564
lines changed Original file line number Diff line number Diff line change 91
91
# Persist logs
92
92
- name : JReleaser release output
93
93
if : steps.check_changes.outputs.skip == 'false'
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : jreleaser-release
97
97
path : |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void textContent() throws IOException {
33
33
extensions .get (0 ), is (CodeQuarkusExtension .builder ()
34
34
.id ("io.quarkus:quarkus-resteasy" )
35
35
.shortId ("ignored" )
36
- .version ("999-SNAPSHOT " )
36
+ .version ("5.5.0.1 " )
37
37
.name ("RESTEasy JAX-RS" )
38
38
.description ("REST endpoint framework implementing JAX-RS and more" )
39
39
.shortName ("jax-rs" )
@@ -46,12 +46,12 @@ void textContent() throws IOException {
46
46
.guide ("https://quarkus.io/guides/rest-json" )
47
47
.order (0 )
48
48
.platform (true )
49
- .bom ("io.quarkus:quarkus-bom:999-SNAPSHOT " )
49
+ .bom ("io.quarkus:quarkus-bom:5.5.0.1 " )
50
50
.build ()));
51
51
assertThat (extensions .get (6 ), is (CodeQuarkusExtension .builder ()
52
52
.id ("io.quarkus:quarkus-rest-client-mutiny" )
53
53
.shortId ("ignored" )
54
- .version ("999-SNAPSHOT " )
54
+ .version ("5.5.0.1 " )
55
55
.name ("Mutiny support for REST Client" )
56
56
.description ("Enable Mutiny for the REST client" )
57
57
.category ("Web" )
@@ -63,7 +63,7 @@ void textContent() throws IOException {
63
63
.guide (null )
64
64
.order (6 )
65
65
.platform (true )
66
- .bom ("io.quarkus:quarkus-bom:999-SNAPSHOT " )
66
+ .bom ("io.quarkus:quarkus-bom:5.5.0.1 " )
67
67
.build ()));
68
68
}
69
69
You can’t perform that action at this time.
0 commit comments