Skip to content

Commit b0f31fc

Browse files
Merge pull request #49 from SpineEventEngine/fix-publishing-docs
Fix publishing documentation
2 parents 3f0ab2f + 9ccf3d1 commit b0f31fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependencies.md

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

22

3-
# Dependencies of `io.spine:spine-base-types:2.0.0-SNAPSHOT.220`
3+
# Dependencies of `io.spine:spine-base-types:2.0.0-SNAPSHOT.221`
44

55
## Runtime
66
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
@@ -1026,6 +1026,6 @@
10261026

10271027
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
10281028

1029-
This report was generated on **Mon Dec 22 17:45:04 WET 2025** using
1029+
This report was generated on **Mon Dec 22 18:25:07 WET 2025** using
10301030
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
10311031
[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
@@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
1010
-->
1111
<groupId>io.spine</groupId>
1212
<artifactId>base-types</artifactId>
13-
<version>2.0.0-SNAPSHOT.220</version>
13+
<version>2.0.0-SNAPSHOT.221</version>
1414

1515
<inceptionYear>2015</inceptionYear>
1616

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
*
3030
* For dependencies on Spine modules please see [io.spine.dependency.local.Spine].
3131
*/
32-
val versionToPublish by extra("2.0.0-SNAPSHOT.220")
32+
val versionToPublish by extra("2.0.0-SNAPSHOT.221")

0 commit comments

Comments
 (0)