File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
spt-development-logging-spring-boot-autoconfigure
spt-development-logging-spring-boot-starter Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11language : java
22
33jdk :
4- - openjdk15
4+ - openjdk8
55
66script :
77 - mvn test -B
Original file line number Diff line number Diff line change 44
55 <groupId >com.spt-development</groupId >
66 <artifactId >spt-development-logging-spring-boot</artifactId >
7- <version >1 .0.0</version >
7+ <version >2 .0.0</version >
88
99 <name >logging-spring-boot</name >
1010 <description >Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description >
3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3636
37- <maven .compiler.source>15 </maven .compiler.source>
38- <maven .compiler.target>15 </maven .compiler.target>
37+ <maven .compiler.source>8 </maven .compiler.source>
38+ <maven .compiler.target>8 </maven .compiler.target>
3939
4040 <!-- Dependency versions -->
4141 <slf4j .version>1.7.30</slf4j .version>
4242 <spring .version>5.3.2</spring .version>
4343 <spring-boot .version>2.4.1</spring-boot .version>
44- <spt-cid .version>1.1 .0</spt-cid .version>
45- <spt-logging-spring .version>1 .0.0</spt-logging-spring .version>
44+ <spt-cid .version>2.0 .0</spt-cid .version>
45+ <spt-logging-spring .version>2 .0.0</spt-logging-spring .version>
4646
4747 <!-- Test dependency versions -->
4848 <hamcrest .version>2.2</hamcrest .version>
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.spt-development</groupId >
99 <artifactId >spt-development-logging-spring-boot</artifactId >
10- <version >1 .0.0</version >
10+ <version >2 .0.0</version >
1111 </parent >
1212
1313 <artifactId >spt-development-logging-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.spt-development</groupId >
99 <artifactId >spt-development-logging-spring-boot</artifactId >
10- <version >1 .0.0</version >
10+ <version >2 .0.0</version >
1111 </parent >
1212
1313 <artifactId >spt-development-logging-spring-boot-starter</artifactId >
You can’t perform that action at this time.
0 commit comments