Skip to content

Commit

Permalink
bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Sep 14, 2022
1 parent ac9db16 commit 95534cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.codefork.conciliator</groupId>
<artifactId>conciliator</artifactId>
<version>3.0.6</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>conciliator</name>
Expand Down Expand Up @@ -60,7 +60,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.10.1</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 95534cf

Please sign in to comment.