Skip to content

Commit 2c68df1

Browse files
author
Anton Hrytsenko
committed
Add compatibility with Java 8.
1 parent a5395f4 commit 2c68df1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -43,10 +43,12 @@
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>
@@ -147,9 +149,6 @@
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>

0 commit comments

Comments
 (0)