Skip to content

Commit 5ccee00

Browse files
authored
Merge pull request #180 from SpineEventEngine/1.x-tune-publishing-workflow
[1.x] Tune publishing workflow
2 parents fc95668 + 7d0b7e4 commit 5ccee00

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/publish-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# updated with the contents of 2.x branch. So this operation should be performed
6161
# manually, if really needed.
6262
# See https://github.com/SpineEventEngine/config/tree/master/scripts/publish-documentation.
63-
run: ./gradlew publish -x test -x updateGitHubPages --stacktrace
63+
run: ./gradlew publish -x test --stacktrace
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
FORMAL_GIT_HUB_PAGES_AUTHOR: developers@spine.io

license-report.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine.gcloud:spine-datastore:1.9.0-SNAPSHOT.2`
3+
# Dependencies of `io.spine.gcloud:spine-datastore:1.9.0-SNAPSHOT.3`
44

55
## Runtime
66
1. **Group:** com.fasterxml.jackson **Name:** jackson-bom **Version:** 2.14.2 **No license information found**
@@ -722,12 +722,12 @@
722722
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
723723

724724

725-
This report was generated on **Fri Apr 07 16:05:55 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
725+
This report was generated on **Fri Apr 07 16:26:26 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
726726

727727

728728

729729

730-
# Dependencies of `io.spine.gcloud:spine-pubsub:1.9.0-SNAPSHOT.2`
730+
# Dependencies of `io.spine.gcloud:spine-pubsub:1.9.0-SNAPSHOT.3`
731731

732732
## Runtime
733733
1. **Group:** com.google.android **Name:** annotations **Version:** 4.1.1.4
@@ -1149,12 +1149,12 @@ This report was generated on **Fri Apr 07 16:05:55 WEST 2023** using [Gradle-Lic
11491149
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
11501150

11511151

1152-
This report was generated on **Fri Apr 07 16:06:02 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
1152+
This report was generated on **Fri Apr 07 16:26:33 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
11531153

11541154

11551155

11561156

1157-
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.9.0-SNAPSHOT.2`
1157+
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.9.0-SNAPSHOT.3`
11581158

11591159
## Runtime
11601160
1. **Group:** com.google.android **Name:** annotations **Version:** 4.1.1.4
@@ -1784,12 +1784,12 @@ This report was generated on **Fri Apr 07 16:06:02 WEST 2023** using [Gradle-Lic
17841784
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
17851785

17861786

1787-
This report was generated on **Fri Apr 07 16:06:12 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
1787+
This report was generated on **Fri Apr 07 16:26:43 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
17881788

17891789

17901790

17911791

1792-
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.9.0-SNAPSHOT.2`
1792+
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.9.0-SNAPSHOT.3`
17931793

17941794
## Runtime
17951795
1. **Group:** com.fasterxml.jackson **Name:** jackson-bom **Version:** 2.14.2 **No license information found**
@@ -2511,4 +2511,4 @@ This report was generated on **Fri Apr 07 16:06:12 WEST 2023** using [Gradle-Lic
25112511
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
25122512

25132513

2514-
This report was generated on **Fri Apr 07 16:06:18 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
2514+
This report was generated on **Fri Apr 07 16:26:50 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
1212

1313
<groupId>io.spine.gcloud</groupId>
1414
<artifactId>spine-gcloud-java</artifactId>
15-
<version>1.9.0-SNAPSHOT.2</version>
15+
<version>1.9.0-SNAPSHOT.3</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ val cloudTraceVersion: String by extra("2.14.0")
3737

3838
val spineBaseVersion: String by extra("1.9.0-SNAPSHOT.5")
3939
val spineCoreVersion: String by extra("1.9.0-SNAPSHOT.10")
40-
val versionToPublish: String by extra("1.9.0-SNAPSHOT.2")
40+
val versionToPublish: String by extra("1.9.0-SNAPSHOT.3")

0 commit comments

Comments
 (0)