Skip to content

Commit 12043b4

Browse files
Bump the version -> 2.0.0-SNAPSHOT.236
1 parent 53182fc commit 12043b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine:spine-base:2.0.0-SNAPSHOT.235`
3+
# Dependencies of `io.spine:spine-base:2.0.0-SNAPSHOT.236`
44

55
## Runtime
66
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
@@ -845,4 +845,4 @@
845845

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

848-
This report was generated on **Tue Jan 07 13:42:22 CET 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).
848+
This report was generated on **Wed Jan 08 16:19:17 CET 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).

pom.xml

+1-1
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</artifactId>
13-
<version>2.0.0-SNAPSHOT.235</version>
13+
<version>2.0.0-SNAPSHOT.236</version>
1414

1515
<inceptionYear>2015</inceptionYear>
1616

version.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
*/
2626

27-
val versionToPublish: String by extra("2.0.0-SNAPSHOT.235")
27+
val versionToPublish: String by extra("2.0.0-SNAPSHOT.236")

0 commit comments

Comments
 (0)