From 772c556f758d89bc1b3340a0dea3395e2e50019e Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 27 May 2024 12:38:43 +0100 Subject: [PATCH 1/3] Add a missing trailing period --- gradle-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index ab58cd5..5f610ec 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -144,7 +144,7 @@ gradlePlugin { id = "io.spine.prototap" implementationClass = "io.spine.tools.prototap.gradle.Plugin" displayName = "ProtoTap Gradle Plugin" - description = "Obtains generated code and related data from Protobuf compiler" + description = "Obtains generated code and related data from Protobuf compiler." tags.set(listOf("protobuf", "protoc", "prototap", "codegen")) } } From 0b8280f8c757ddd0e95090e89619f03f6b262b9e Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 27 May 2024 12:39:10 +0100 Subject: [PATCH 2/3] Bump `checkout` and `setup-java` -> `@v4` --- .github/workflows/build-on-ubuntu.yml | 4 ++-- .github/workflows/build-on-windows.yml | 4 ++-- .github/workflows/ensure-reports-updated.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/increment-guard.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-on-ubuntu.yml b/.github/workflows/build-on-ubuntu.yml index 55bb482..b32875d 100644 --- a/.github/workflows/build-on-ubuntu.yml +++ b/.github/workflows/build-on-ubuntu.yml @@ -8,11 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true' - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: 11 distribution: zulu diff --git a/.github/workflows/build-on-windows.yml b/.github/workflows/build-on-windows.yml index ff947a6..3627bbf 100644 --- a/.github/workflows/build-on-windows.yml +++ b/.github/workflows/build-on-windows.yml @@ -8,11 +8,11 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true' - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: 11 distribution: zulu diff --git a/.github/workflows/ensure-reports-updated.yml b/.github/workflows/ensure-reports-updated.yml index f16798e..fdd8b8e 100644 --- a/.github/workflows/ensure-reports-updated.yml +++ b/.github/workflows/ensure-reports-updated.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Configure the checkout of all branches, so that it is possible to run the comparison. fetch-depth: 0 diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 47e2938..a13b191 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout latest code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/increment-guard.yml b/.github/workflows/increment-guard.yml index b33fd74..a1c90c3 100644 --- a/.github/workflows/increment-guard.yml +++ b/.github/workflows/increment-guard.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true' - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: 11 distribution: zulu From dd65aec6193c362fd8c69ab7a4d126ee6570e62d Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 27 May 2024 12:39:23 +0100 Subject: [PATCH 3/3] Bump version -> `0.8.5` --- dependencies.md | 12 ++++++------ pom.xml | 2 +- version.gradle.kts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies.md b/dependencies.md index 6a8df31..2313f38 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:prototap-api:0.8.4` +# Dependencies of `io.spine.tools:prototap-api:0.8.5` ## Runtime 1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 24.0.1. @@ -490,12 +490,12 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 27 00:23:28 WEST 2024** 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). +This report was generated on **Mon May 27 12:36:03 WEST 2024** 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). -# Dependencies of `io.spine.tools:prototap-gradle-plugin:0.8.4` +# Dependencies of `io.spine.tools:prototap-gradle-plugin:0.8.5` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -1284,12 +1284,12 @@ This report was generated on **Mon May 27 00:23:28 WEST 2024** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 27 00:23:29 WEST 2024** 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). +This report was generated on **Mon May 27 12:36:03 WEST 2024** 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). -# Dependencies of `io.spine.tools:prototap-protoc-plugin:0.8.4` +# Dependencies of `io.spine.tools:prototap-protoc-plugin:0.8.5` ## Runtime 1. **Group** : com.google.protobuf. **Name** : protobuf-java. **Version** : 3.25.1. @@ -1783,4 +1783,4 @@ This report was generated on **Mon May 27 00:23:29 WEST 2024** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 27 00:23:29 WEST 2024** 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). \ No newline at end of file +This report was generated on **Mon May 27 12:36:04 WEST 2024** 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). \ No newline at end of file diff --git a/pom.xml b/pom.xml index fb4471c..16feeef 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine.tools ProtoTap -0.8.4 +0.8.5 2015 diff --git a/version.gradle.kts b/version.gradle.kts index c078d23..d64997e 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -24,4 +24,4 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -val versionToPublish: String by extra("0.8.4") +val versionToPublish: String by extra("0.8.5")