Skip to content

Commit

Permalink
Merge pull request #82 from onecx/feat/liquibase-plugin-update
Browse files Browse the repository at this point in the history
chore(deps): udpate tkit liquibase plugin 1.2.0
  • Loading branch information
andrejpetras authored Nov 19, 2023
2 parents a9c1f29 + 526ea59 commit 06380bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ buildNumber.properties
# JDT-specific (Eclipse Java Development Tools)
.classpath
.idea
*.iml
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

<!-- tkit -->
<tkit.quarkus.version>2.5.0</tkit.quarkus.version>
<tkit.liquibase-plugin.version>1.2.0</tkit.liquibase-plugin.version>

<!-- Maven configuration -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -648,7 +649,7 @@
<plugin>
<groupId>org.tkit.maven</groupId>
<artifactId>tkit-liquibase-plugin</artifactId>
<version>1.1.0</version>
<version>${tkit.liquibase-plugin.version}</version>
<executions>
<execution>
<id>default</id>
Expand Down

0 comments on commit 06380bf

Please sign in to comment.