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
1 change: 1 addition & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:

- name: Run tests with Gradle
run: gradlew.bat build
shell: cmd
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Gradle plugin for bootstrapping projects built with Spine.
In order to apply the plugin to a Gradle project, in `build.gralde` add the following config:
```gradle
plugins {
id 'io.spine.tools.gradle.bootstrap' version '1.1.4'
id 'io.spine.tools.gradle.bootstrap' version '1.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion config
17 changes: 7 additions & 10 deletions license-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.tools:spine-plugin:1.1.4`
# Dependencies of `io.spine.tools:spine-plugin:1.2.0`

## Runtime
1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0
Expand All @@ -12,7 +12,7 @@
* **POM Project URL:** [http://findbugs.sourceforge.net/](http://findbugs.sourceforge.net/)
* **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.7
1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.8.5
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group:** com.google.errorprone **Name:** error_prone_annotations **Version:** 2.3.3
Expand Down Expand Up @@ -54,12 +54,12 @@
* **POM Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
* **POM License: BSD 3-Clause** - [http://opensource.org/licenses/BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)

1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.9.0
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.10.0
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)

1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.9.0
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.10.0
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
Expand Down Expand Up @@ -172,9 +172,6 @@
* **POM Project URL:** [http://findbugs.sourceforge.net/](http://findbugs.sourceforge.net/)
* **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.7
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.8.5
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)

Expand Down Expand Up @@ -233,12 +230,12 @@
* **POM Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
* **POM License: BSD 3-Clause** - [http://opensource.org/licenses/BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)

1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.9.0
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.10.0
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)

1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.9.0
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.10.0
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
Expand Down Expand Up @@ -471,4 +468,4 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.


This report was generated on **Tue Oct 08 18:44:26 EEST 2019** 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 **Fri Nov 08 19:41:12 EET 2019** 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).
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.

<groupId>io.spine</groupId>
<artifactId>spine-bootstrap</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -52,25 +52,25 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-base</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-model-compiler</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-plugin-base</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-proto-js-plugin</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -106,13 +106,13 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-testlib</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-plugin-testlib</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -158,7 +158,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-protoc-plugin</artifactId>
<version>1.1.4</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* already in the root directory.
*/

final def SPINE_VERSION = '1.1.4'
final def SPINE_VERSION = '1.2.0'

ext {
spineVersion = SPINE_VERSION
Expand Down