From 95534cf2efd3c2e2dec95cdd5a87f4bc0616a1f9 Mon Sep 17 00:00:00 2001 From: codeforkjeff Date: Tue, 13 Sep 2022 18:07:37 -0700 Subject: [PATCH] bump version to 3.1.0 --- README.md | 2 +- pom.xml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f012119..dccd92d 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ An alternative way to run conciliator using docker is available If you don't have Docker, you can run the application as follows: -Install Java 8 if you don't already have it. +Install Java 11 if you don't already have it. Download the .jar file for the [latest release](https://github.com/codeforkjeff/conciliator/releases). Alternatively, diff --git a/pom.xml b/pom.xml index 8990a03..730a203 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.codefork.conciliator conciliator - 3.0.6 + 3.1.0 jar conciliator @@ -60,7 +60,10 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.10.1 + + 11 + org.codehaus.mojo