Skip to content

Commit 7b5d1a8

Browse files
author
Gabriela Achim
committed
Update to Java version 8.
1 parent c8bc4b1 commit 7b5d1a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are functional tests (in test/functional) that demonstrate how to use this
77

88
All you need to send requests is your own api key, get it from nameapi.org.
99

10-
This library requires at least Java 7.
10+
This library requires at least Java 8.
1111

1212

1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42-
<java.version>1.7</java.version>
42+
<java.version>1.8</java.version>
4343
<anythingworks.version>0.5</anythingworks.version>
4444
<ontology.version>5.3.2</ontology.version>
4545
<swagger-annotations-version>1.5.4</swagger-annotations-version>

0 commit comments

Comments
 (0)