diff --git a/pom.xml b/pom.xml index 022a621..79c1dff 100644 --- a/pom.xml +++ b/pom.xml @@ -6,11 +6,11 @@ nl.goodbytes.util linkdetector - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT - 7 - 7 + 8 + 8 UTF-8 diff --git a/readme.md b/readme.md index ec0f3fe..ba313a0 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,7 @@ Fragment starting at index 125, ending at index 162 (exclusive) is not a link: ## Build / Compilation This project should be compatible with any version of Java that is not _ancient_. It _should_ be compatible with -Java 1.4, but to circumvent some issues with modern build tooling, its project descriptor defines 1.7. +Java 1.4, but to circumvent some issues with modern build tooling, its project descriptor defines 1.8. The project can be built using standard [Maven](https://maven.apache.org/) invocations, like this: