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 55
66 <groupId >com.github.hrytsenko</groupId >
77 <artifactId >json-data-spring-boot</artifactId >
8- <version >0.2.0 </version >
8+ <version >0.2.1 </version >
99
1010 <url >https://github.com/hrytsenko/json-data-spring-boot</url >
1111 <inceptionYear >2020</inceptionYear >
4343
4444 <properties >
4545 <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>
4648
4749 <spring .version>2.4.5</spring .version>
4850
49- <json-data .version>0.2.0 </json-data .version>
51+ <json-data .version>0.2.1 </json-data .version>
5052
5153 <lombock .version>1.18.20</lombock .version>
5254 <junit .version>5.7.1</junit .version>
147149 <groupId >org.apache.maven.plugins</groupId >
148150 <artifactId >maven-compiler-plugin</artifactId >
149151 <version >3.8.1</version >
150- <configuration >
151- <release >11</release >
152- </configuration >
153152 </plugin >
154153 <plugin >
155154 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments