Skip to content

Commit 921f220

Browse files
committed
JBIDE-29209: Update hibernate tools dependency of org.jboss.tools.hibernate.orm.runtime.v_7_0 to version 7.0.0.Alpha2
Signed-off-by: Koen Aers <koen.aers@gmail.com>
1 parent 9d07de4 commit 921f220

File tree

3 files changed

+10
-10
lines changed
  • orm
    • plugin/runtime/org.jboss.tools.hibernate.orm.runtime.v_7_0
    • test/runtime/org.jboss.tools.hibernate.orm.runtime.v_7_0.test/src/org/jboss/tools/hibernate/orm/runtime/v_7_0

3 files changed

+10
-10
lines changed

orm/plugin/runtime/org.jboss.tools.hibernate.orm.runtime.v_7_0/META-INF/MANIFEST.MF

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Require-Bundle: org.jboss.tools.hibernate.orm.runtime.common,
1818
Bundle-Localization: plugin
1919
Bundle-RequiredExecutionEnvironment: JavaSE-17
2020
Bundle-ClassPath: .,
21-
lib/hibernate-ant-7.0.0.Alpha1.jar,
22-
lib/hibernate-core-7.0.0.Alpha1.jar,
23-
lib/hibernate-tools-orm-7.0.0.Alpha1.jar,
24-
lib/hibernate-tools-orm-jbt-7.0.0.Alpha1.jar,
25-
lib/hibernate-tools-utils-7.0.0.Alpha1.jar,
26-
lib/hibernate-models-0.7.8.jar,
21+
lib/hibernate-ant-7.0.0.Alpha2.jar,
22+
lib/hibernate-core-7.0.0.Alpha2.jar,
23+
lib/hibernate-tools-orm-7.0.0.Alpha2.jar,
24+
lib/hibernate-tools-orm-jbt-7.0.0.Alpha2.jar,
25+
lib/hibernate-tools-utils-7.0.0.Alpha2.jar,
26+
lib/hibernate-models-0.8.3.jar,
2727
lib/byte-buddy-1.14.15.jar,
2828
lib/jakarta.persistence-api-3.2.0.jar

orm/plugin/runtime/org.jboss.tools.hibernate.orm.runtime.v_7_0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<packaging>eclipse-plugin</packaging>
1313

1414
<properties>
15-
<hibernate.version>7.0.0.Alpha1</hibernate.version>
16-
<hibernate.models.version>0.7.8</hibernate.models.version>
15+
<hibernate.version>7.0.0.Alpha2</hibernate.version>
16+
<hibernate.models.version>0.8.3</hibernate.models.version>
1717
<bytebuddy.version>1.14.15</bytebuddy.version>
1818
<jakarta-persistence-api.version>3.2.0</jakarta-persistence-api.version>
1919
</properties>

orm/test/runtime/org.jboss.tools.hibernate.orm.runtime.v_7_0.test/src/org/jboss/tools/hibernate/orm/runtime/v_7_0/VersionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ public class VersionTest {
1111

1212
@Test
1313
public void testCoreVersion() {
14-
assertEquals("7.0.0.Alpha1", org.hibernate.Version.getVersionString());
14+
assertEquals("7.0.0.Alpha2", org.hibernate.Version.getVersionString());
1515
}
1616

1717
@Test
1818
public void testToolsVersion() {
19-
assertEquals("7.0.0.Alpha1", org.hibernate.tool.api.version.Version.CURRENT_VERSION);
19+
assertEquals("7.0.0.Alpha2", org.hibernate.tool.api.version.Version.CURRENT_VERSION);
2020
}
2121

2222
@Test

0 commit comments

Comments
 (0)