Skip to content

Commit

Permalink
JBIDE-29215: Update hibernate tools dependency of org.jboss.tools.hib…
Browse files Browse the repository at this point in the history
…ernate.orm.runtime.v_6_2 to version 6.2.30.Final

Signed-off-by: Jan Schatteman <[email protected]>
  • Loading branch information
jrenaat committed Aug 6, 2024
1 parent 43bcf10 commit 81554d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Require-Bundle: org.jboss.tools.hibernate.libs.antlr4-runtime.v_4_10,
org.jboss.tools.hibernate.runtime.spi,
org.jboss.tools.hibernate.orm.runtime.common
Bundle-ClassPath: .,
lib/hibernate-ant-6.2.28.Final.jar,
lib/hibernate-core-6.2.28.Final.jar,
lib/hibernate-tools-orm-6.2.28.Final.jar,
lib/hibernate-tools-orm-jbt-6.2.28.Final.jar,
lib/hibernate-tools-utils-6.2.28.Final.jar
lib/hibernate-ant-6.2.30.Final.jar,
lib/hibernate-core-6.2.30.Final.jar,
lib/hibernate-tools-orm-6.2.30.Final.jar,
lib/hibernate-tools-orm-jbt-6.2.30.Final.jar,
lib/hibernate-tools-utils-6.2.30.Final.jar
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<hibernate.version>6.2.28.Final</hibernate.version>
<hibernate.version>6.2.30.Final</hibernate.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ public class VersionTest {

@Test
public void testCoreVersion() {
assertEquals("6.2.28.Final", org.hibernate.Version.getVersionString());
assertEquals("6.2.30.Final", org.hibernate.Version.getVersionString());
}

@Test
public void testToolsVersion() {
assertEquals("6.2.28.Final", org.hibernate.tool.api.version.Version.CURRENT_VERSION);
assertEquals("6.2.30.Final", org.hibernate.tool.api.version.Version.CURRENT_VERSION);
}

@Test
Expand Down

0 comments on commit 81554d1

Please sign in to comment.