Skip to content

Commit 231bbd0

Browse files
github-actions[bot]liquibotliquibase-workflows[bot]
authored
Version bump after release (#786)
* [maven-release-plugin] prepare release temp * [maven-release-plugin] prepare for next development iteration * chore: update version after release --------- Co-authored-by: liquibot <[email protected]> Co-authored-by: liquibase-workflows[bot] <210390354+liquibase-workflows[bot]@users.noreply.github.com>
1 parent be04e26 commit 231bbd0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.liquibase.ext</groupId>
1212
<artifactId>liquibase-hibernate6</artifactId>
13-
<version>4.33.0-SNAPSHOT</version>
13+
<version>4.34.0-SNAPSHOT</version>
1414

1515
<name>Liquibase Hibernate Integration</name>
1616
<description>Liquibase extension for hibernate integration including generating changesets based on changed

pom.xml.releaseBackup

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.liquibase.ext</groupId>
1212
<artifactId>liquibase-hibernate6</artifactId>
13-
<version>4.32.0-SNAPSHOT</version>
13+
<version>4.33.0-SNAPSHOT</version>
1414

1515
<name>Liquibase Hibernate Integration</name>
1616
<description>Liquibase extension for hibernate integration including generating changesets based on changed
@@ -72,8 +72,8 @@
7272

7373
<properties>
7474
<hibernate.version>6.6.15.Final</hibernate.version>
75-
<spring.version>6.2.6</spring.version>
76-
<liquibase.version>4.32.0</liquibase.version>
75+
<spring.version>6.2.8</spring.version>
76+
<liquibase.version>4.33.0</liquibase.version>
7777
<maven.compiler.source>11</maven.compiler.source>
7878
<maven.compiler.target>11</maven.compiler.target>
7979
</properties>

release.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
#release configuration
2-
#Thu May 22 18:44:52 UTC 2025
2+
#Wed Jul 09 16:19:38 UTC 2025
33
projectVersionPolicyId=default
44
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
55
pinExternals=false
66
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
77
exec.activateProfiles=github
88
pushChanges=false
9-
project.rel.org.liquibase.ext\:liquibase-hibernate6=4.32.0
9+
project.rel.org.liquibase.ext\:liquibase-hibernate6=4.33.0
1010
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
1111
remoteTagging=true
1212
scm.commentPrefix=[maven-release-plugin]
1313
releaseStrategyId=default
1414
project.scm.org.liquibase.ext\:liquibase-hibernate6.developerConnection=scm\:git\:${project.scm.url}
1515
project.scm.org.liquibase.ext\:liquibase-hibernate6.tag=HEAD
1616
completedPhase=end-release
17-
project.dev.org.liquibase.ext\:liquibase-hibernate6=4.33.0-SNAPSHOT
17+
project.dev.org.liquibase.ext\:liquibase-hibernate6=4.34.0-SNAPSHOT
1818
scm.url=scm\:git\:https\://github.com/liquibase/liquibase-hibernate.git
1919
scm.developmentCommitComment=@{prefix} prepare for next development iteration
2020
exec.additionalArguments=-Dmaven.javadoc.skip\=true -Dmaven.test.skipTests\=true -Dmaven.test.skip\=true -Dmaven.deploy.skip\=true

0 commit comments

Comments
 (0)