Skip to content

Commit 0399dbe

Browse files
authored
Merge pull request #41 from SpineEventEngine/release-1.3.0
Release `1.3.0`
2 parents eafee55 + 043a3be commit 0399dbe

File tree

7 files changed

+78
-98
lines changed

7 files changed

+78
-98
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Gradle plugin for bootstrapping projects built with Spine.
99
In order to apply the plugin to a Gradle project, in `build.gralde` add the following config:
1010
```gradle
1111
plugins {
12-
id 'io.spine.tools.gradle.bootstrap' version '1.2.0'
12+
id 'io.spine.tools.gradle.bootstrap' version '1.3.0'
1313
}
1414
```
1515

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

license-report.md

Lines changed: 46 additions & 61 deletions
Large diffs are not rendered by default.

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
1212

1313
<groupId>io.spine</groupId>
1414
<artifactId>spine-bootstrap</artifactId>
15-
<version>1.2.0</version>
15+
<version>1.3.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -46,37 +46,37 @@ all modules and does not describe the project structure per-subproject.
4646
<dependency>
4747
<groupId>com.google.protobuf</groupId>
4848
<artifactId>protobuf-gradle-plugin</artifactId>
49-
<version>0.8.8</version>
49+
<version>0.8.10</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.spine</groupId>
5454
<artifactId>spine-base</artifactId>
55-
<version>1.2.0</version>
55+
<version>1.3.0</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.spine.tools</groupId>
6060
<artifactId>spine-model-compiler</artifactId>
61-
<version>1.2.0</version>
61+
<version>1.3.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.spine.tools</groupId>
6666
<artifactId>spine-plugin-base</artifactId>
67-
<version>1.2.0</version>
67+
<version>1.3.0</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.spine.tools</groupId>
7272
<artifactId>spine-proto-js-plugin</artifactId>
73-
<version>1.2.0</version>
73+
<version>1.3.0</version>
7474
<scope>compile</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.checkerframework</groupId>
7878
<artifactId>checker-qual</artifactId>
79-
<version>2.9.0</version>
79+
<version>3.0.0</version>
8080
<scope>compile</scope>
8181
</dependency>
8282
<dependency>
@@ -106,13 +106,13 @@ all modules and does not describe the project structure per-subproject.
106106
<dependency>
107107
<groupId>io.spine</groupId>
108108
<artifactId>spine-testlib</artifactId>
109-
<version>1.2.0</version>
109+
<version>1.3.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>io.spine.tools</groupId>
114114
<artifactId>spine-plugin-testlib</artifactId>
115-
<version>1.2.0</version>
115+
<version>1.3.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
@@ -130,19 +130,19 @@ all modules and does not describe the project structure per-subproject.
130130
<dependency>
131131
<groupId>org.junit.jupiter</groupId>
132132
<artifactId>junit-jupiter-api</artifactId>
133-
<version>5.5.1</version>
133+
<version>5.5.2</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.junit.jupiter</groupId>
138138
<artifactId>junit-jupiter-engine</artifactId>
139-
<version>5.5.1</version>
139+
<version>5.5.2</version>
140140
<scope>test</scope>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.junit.jupiter</groupId>
144144
<artifactId>junit-jupiter-params</artifactId>
145-
<version>5.5.1</version>
145+
<version>5.5.2</version>
146146
<scope>test</scope>
147147
</dependency>
148148
<dependency>
@@ -158,22 +158,22 @@ all modules and does not describe the project structure per-subproject.
158158
<dependency>
159159
<groupId>io.spine.tools</groupId>
160160
<artifactId>spine-protoc-plugin</artifactId>
161-
<version>1.2.0</version>
161+
<version>1.3.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>net.sourceforge.pmd</groupId>
165165
<artifactId>pmd-java</artifactId>
166-
<version>6.16.0</version>
166+
<version>6.19.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.jacoco</groupId>
170170
<artifactId>org.jacoco.agent</artifactId>
171-
<version>0.8.4</version>
171+
<version>0.8.5</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>org.jacoco</groupId>
175175
<artifactId>org.jacoco.ant</artifactId>
176-
<version>0.8.4</version>
176+
<version>0.8.5</version>
177177
</dependency>
178178
</dependencies>
179179
</project>

version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* already in the root directory.
3030
*/
3131

32-
final def SPINE_VERSION = '1.2.0'
32+
final def SPINE_VERSION = '1.3.0'
3333

3434
ext {
3535
spineVersion = SPINE_VERSION

0 commit comments

Comments
 (0)