Skip to content

Commit

Permalink
chore(pom.xml): update liquibase-hibernate6 version from 4.24.2 to 4.…
Browse files Browse the repository at this point in the history
…24.2-SNAPSHOT for development purposes

chore(pom.xml): update scm tag from liquibase-hibernate6-4.24.2 to main to reflect the current branch
  • Loading branch information
jandroav committed Oct 5, 2023
1 parent b425b7f commit 8173065
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 @@ -4,7 +4,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate6</artifactId>
<version>4.24.2</version>
<version>4.24.2-SNAPSHOT</version>

<name>Liquibase Hibernate Integration</name>
<description>Liquibase extension for hibernate integration including generating changesets based on changed
Expand All @@ -31,7 +31,7 @@
<scm>
<connection>scm:git:https://github.com/liquibase/liquibase-hibernate.git</connection>
<url>https://github.com/liquibase/liquibase-hibernate</url>
<tag>liquibase-hibernate6-4.24.2</tag>
<tag>main</tag>
</scm>

<developers>
Expand Down

0 comments on commit 8173065

Please sign in to comment.