Skip to content

Commit

Permalink
Merge pull request #67 from liquibase/DAT-15997
Browse files Browse the repository at this point in the history
bump parent pom to 0.2.2
  • Loading branch information
jandroav authored Oct 11, 2023
2 parents 814886a + ac3cd79 commit 83b2fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.2.0</version> <!-- Replace with the desired version -->
<version>0.2.2</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-nochangeloglock</artifactId>
<version>4.25.0-SNAPSHOT</version>

<name>Liquibase Extension: Disable DatabaseChangeLogLock usage</name>
<name>Liquibase Extension Disable DatabaseChangeLogLock usage</name>
<description>Disables locking logic Liquibase uses to ensure only one instance is running against a database at one
time.
</description>
Expand Down

0 comments on commit 83b2fe4

Please sign in to comment.