Skip to content

Commit

Permalink
Bump version --> 2.0.0-SNAPSHOT.186
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhenii-nadtochii committed Aug 3, 2023
1 parent 2c9251d commit 4e5378e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
17 changes: 2 additions & 15 deletions license-report.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.185`
# Dependencies of `io.spine:spine-base:2.0.0-SNAPSHOT.186`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand All @@ -17,14 +17,6 @@
1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.18.0.
* **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4.
* **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger)
* **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group** : com.google.flogger. **Name** : flogger-system-backend. **Version** : 0.7.4.
* **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger)
* **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group** : com.google.guava. **Name** : failureaccess. **Version** : 1.0.1.
* **Project URL:** [https://github.com/google/guava/](https://github.com/google/guava/)
* **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
Expand All @@ -49,11 +41,6 @@
1. **Group** : com.google.protobuf. **Name** : protobuf-kotlin. **Version** : 3.23.4.
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)

1. **Group** : org.checkerframework. **Name** : checker-compat-qual. **Version** : 2.5.3.
* **Project URL:** [https://checkerframework.org](https://checkerframework.org)
* **License:** [GNU General Public License, version 2 (GPL2), with the classpath exception](http://www.gnu.org/software/classpath/license.html)
* **License:** [The MIT License](http://opensource.org/licenses/MIT)

1. **Group** : org.checkerframework. **Name** : checker-qual. **Version** : 3.27.0.
* **Project URL:** [https://checkerframework.org](https://checkerframework.org)
* **License:** [The MIT License](http://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -781,4 +768,4 @@

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

This report was generated on **Tue Jul 25 16:12:31 EEST 2023** 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 **Thu Aug 03 18:06:53 EEST 2023** 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).
12 changes: 9 additions & 3 deletions 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.185</version>
<version>2.0.0-SNAPSHOT.186</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -50,7 +50,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-logging</artifactId>
<version>2.0.0-SNAPSHOT.197</version>
<version>2.0.0-SNAPSHOT.198</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -68,7 +68,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-logging-backend</artifactId>
<version>2.0.0-SNAPSHOT.197</version>
<version>2.0.0-SNAPSHOT.198</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -95,6 +95,12 @@ all modules and does not describe the project structure per-subproject.
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-logging-smoke-test</artifactId>
<version>2.0.0-SNAPSHOT.198</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-testlib</artifactId>
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.185")
val versionToPublish: String by extra("2.0.0-SNAPSHOT.186")

0 comments on commit 4e5378e

Please sign in to comment.