File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.hrytsenko</groupId >
7
7
<artifactId >json-data-spring-boot</artifactId >
8
- <version >0.2.0 </version >
8
+ <version >0.2.1 </version >
9
9
10
10
<url >https://github.com/hrytsenko/json-data-spring-boot</url >
11
11
<inceptionYear >2020</inceptionYear >
43
43
44
44
<properties >
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
+ <maven .compiler.source>1.8</maven .compiler.source>
47
+ <maven .compiler.target>1.8</maven .compiler.target>
46
48
47
49
<spring .version>2.4.5</spring .version>
48
50
49
- <json-data .version>0.2.0 </json-data .version>
51
+ <json-data .version>0.2.1 </json-data .version>
50
52
51
53
<lombock .version>1.18.20</lombock .version>
52
54
<junit .version>5.7.1</junit .version>
147
149
<groupId >org.apache.maven.plugins</groupId >
148
150
<artifactId >maven-compiler-plugin</artifactId >
149
151
<version >3.8.1</version >
150
- <configuration >
151
- <release >11</release >
152
- </configuration >
153
152
</plugin >
154
153
<plugin >
155
154
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments