Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine:spine-base:2.0.0-SNAPSHOT.214`
# Dependencies of `io.spine:spine-base:2.0.0-SNAPSHOT.215`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -865,4 +865,4 @@

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

This report was generated on **Tue Oct 15 17:04:12 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 **Wed Oct 16 14:55:14 CEST 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).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine</groupId>
<artifactId>base</artifactId>
<version>2.0.0-SNAPSHOT.214</version>
<version>2.0.0-SNAPSHOT.215</version>

<inceptionYear>2015</inceptionYear>

Expand Down
4 changes: 3 additions & 1 deletion src/main/proto/spine/options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,9 @@ message CompareByOption {
// - `bool` (false is less than true);
// - `string` (in the order of respective Unicode values);
// - enumerations (following the order of numbers associated with each constant);
// - messages marked with `(compare_by)`.
// - local messages (generated within the current build) marked with `(compare_by)`;
// - external messages (from dependencies), which either marked with `(compare_by)`
// OR have a comparator provided in `io.spine.compare.ComparatorRegistry`.
//
// Other types are not permitted. Repeated or map fields are not permitted either.
// Such declarations can lead to build-time errors.
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

val versionToPublish: String by extra("2.0.0-SNAPSHOT.214")
val versionToPublish: String by extra("2.0.0-SNAPSHOT.215")