File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # When a tag matching a semver number (like `1.1.0`) is pushed, then tyr to publish the version to bintray and create the matching release in Github
1
+ # When a tag matching a semver number (like `1.1.0`) is pushed, then try to publish the version to bintray and create the matching release in Github
2
2
name : CI-Release
3
3
on :
4
4
push :
19
19
- name : Release to Bintray
20
20
uses : eskatos/gradle-command-action@v1
21
21
with :
22
- gradle-version : 6.3
22
+ gradle-version : 6.5
23
23
arguments : test bintrayUpload
24
24
env :
25
25
BINTRAY_USER : ${{secrets.BINTRAY_USER}}
Original file line number Diff line number Diff line change 17
17
java-version : 11
18
18
- uses : eskatos/gradle-command-action@v1
19
19
with :
20
- gradle-version : 6.3
20
+ gradle-version : 6.5
21
21
arguments : assemble publish -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}} -PossrhPassword=${{secrets.SONATYPE_NEXUS_PASSWORD}}
22
22
- name : Create Snapshot Release in Github
23
23
uses : actions/create-release@latest
Original file line number Diff line number Diff line change 18
18
run : " docker pull localstack/localstack:0.10.2"
19
19
- uses : eskatos/gradle-command-action@v1
20
20
with :
21
- gradle-version : 6.3
21
+ gradle-version : 6.5
22
22
arguments : test -Dtests.integration=localstack
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Artifacts are published [here](https://search.maven.org/search?q=a:vertx-aws-sdk
12
12
13
13
| Project | Vert.x | AWS sdk |
14
14
| ------- | ------ | ------- |
15
+ | 0.5.1 | 3.9.2 | 2.13.6 |
15
16
| 0.5.0 | 3.9.0 | 2.12.0 |
16
17
| 0.4.0 | 3.8.3 | 2.10.16 |
17
18
| 0.3.0 | 3.8.1 | 2.7.8 |
Original file line number Diff line number Diff line change 1
- val vertxVersion = " 3.9.0 "
2
- val awsSdkVersion = " 2.12.0 "
1
+ val vertxVersion = " 3.9.2 "
2
+ val awsSdkVersion = " 2.13.6 "
3
3
val junit5Version = " 5.4.0"
4
4
val logbackVersion = " 1.2.3"
5
5
val integrationOption = " tests.integration"
6
6
7
7
group = " io.reactiverse"
8
- version = " 0.5.0 "
8
+ version = " 0.5.1 "
9
9
10
10
plugins {
11
11
`java- library`
@@ -127,7 +127,7 @@ tasks {
127
127
}
128
128
129
129
withType<Wrapper > {
130
- gradleVersion = " 6.3 "
130
+ gradleVersion = " 6.5 "
131
131
}
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments