Skip to content

Commit

Permalink
Merge pull request #74 from 4.3.0
Browse files Browse the repository at this point in the history
Update Liquibase to 4.3.0 and maven-compiler-plugin 1.8 settings #74
  • Loading branch information
adangel committed Feb 11, 2021
2 parents 18b4da1 + 898ae7e commit 2ea87b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ target
.classpath
.pmd
.settings/
.idea/
liquibase-percona.iml
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<project.build.outputTimestamp>2021-02-04T20:26:22Z</project.build.outputTimestamp>

<java.version>8</java.version>
<liquibase.version>4.2.2</liquibase.version>
<liquibase.version>4.3.0</liquibase.version>
<mysql.version>8.0.22</mysql.version>
<percona.toolkit.version>3.3.0</percona.toolkit.version>

Expand Down Expand Up @@ -109,10 +109,12 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>${java.version}</release>
<optimize>true</optimize>
<debug>true</debug>
<encoding>${project.build.sourceEncoding}</encoding>
<source>1.8</source>
<target>1.8</target>
<verbose>true</verbose>
</configuration>
</plugin>

Expand Down

0 comments on commit 2ea87b7

Please # to comment.