diff --git a/build.gradle.kts b/build.gradle.kts index d69b0294..5dfb9d00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -93,10 +93,7 @@ plugins { } spinePublishing { - modules = setOf( - "time", - "time-testlib" - ) + modules = productionModules.map { it.name }.toSet() - "time-js" destinations = with(PublishingRepos) { setOf( gitHub("time"), diff --git a/dependencies.md b/dependencies.md index 8fc5c70d..af39c06e 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.210` +# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.211` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -1006,14 +1006,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Oct 28 21:58:00 WET 2025** using +This report was generated on **Wed Oct 29 15:43:04 WET 2025** 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:spine-time-java:2.0.0-SNAPSHOT.210` +# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.211` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -1849,14 +1849,14 @@ This report was generated on **Tue Oct 28 21:58:00 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Oct 28 21:58:00 WET 2025** using +This report was generated on **Wed Oct 29 15:43:04 WET 2025** 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:spine-time-js:2.0.0-SNAPSHOT.210` +# Dependencies of `io.spine:spine-time-js:2.0.0-SNAPSHOT.211` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -2038,14 +2038,14 @@ This report was generated on **Tue Oct 28 21:58:00 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Oct 28 21:57:59 WET 2025** using +This report was generated on **Wed Oct 29 15:43:03 WET 2025** 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:spine-time-kotlin:2.0.0-SNAPSHOT.210` +# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.211` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -2885,14 +2885,14 @@ This report was generated on **Tue Oct 28 21:57:59 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Oct 28 21:58:00 WET 2025** using +This report was generated on **Wed Oct 29 15:43:04 WET 2025** 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:spine-time-testlib:2.0.0-SNAPSHOT.210` +# Dependencies of `io.spine.tools:spine-time-testlib:2.0.0-SNAPSHOT.211` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -3728,6 +3728,6 @@ This report was generated on **Tue Oct 28 21:58:00 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Tue Oct 28 21:58:00 WET 2025** using +This report was generated on **Wed Oct 29 15:43:04 WET 2025** 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 b1bcc188..1354bca8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine spine-time -2.0.0-SNAPSHOT.210 +2.0.0-SNAPSHOT.211 2015 diff --git a/version.gradle.kts b/version.gradle.kts index 51639e7e..9e342ce7 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -29,4 +29,4 @@ * * For dependencies on Spine modules please see [io.spine.dependency.local.Spine]. */ -val versionToPublish by extra("2.0.0-SNAPSHOT.210") +val versionToPublish by extra("2.0.0-SNAPSHOT.211")