diff --git a/README.md b/README.md index 058732f..e514795 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ There is also an example provided in Python. It can be found in [this repo](http Environment ----------- -Language: [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or later +Language: [Java 11](http://www.oracle.com/technetwork/java/javase/downloads/index.html) -Build Tool: [Maven 3.2+](https://maven.apache.org/download.cgi) +Build Tool: [Maven 3.6+](https://maven.apache.org/download.cgi) Configurations -------------- @@ -97,7 +97,7 @@ Run Release ------- -The `org.icann.czd:czds-client` library has been published in [Maven Central Repository](https://mvnrepository.com/). +The `org.icann.czd:czds-client` library has been published in [Maven Central Repository](https://mvnrepository.com/artifact/org.icann.czds/czds-client). You can include the following artifact in your project: ``` @@ -105,7 +105,7 @@ You can include the following artifact in your project: org.icann.czds czds-client - 1.0 + 1.x.x ``` @@ -126,6 +126,6 @@ Other Reference Implementation in Python: https://github.com/icann/czds-api-client-python -Java 8: http://www.oracle.com/technetwork/java/javase/downloads/index.html +Java: http://www.oracle.com/technetwork/java/javase/downloads/index.html -Apache Maven 3: https://maven.apache.org/download.cgi \ No newline at end of file +Apache Maven 3: https://maven.apache.org/download.cgi diff --git a/pom.xml b/pom.xml index d87ec2a..75ee54c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.icann.czds czds-client - 1.0.2 + 1.0.3 jar ${project.groupId}:${project.artifactId} @@ -99,8 +99,7 @@ maven-compiler-plugin 3.8.1 - 1.8 - 1.8 + 11 @@ -197,4 +196,4 @@ - \ No newline at end of file +