Skip to content

Commit

Permalink
JBIDE-29209: Update hibernate tools dependency of org.jboss.tools.hib…
Browse files Browse the repository at this point in the history
…ernate.orm.runtime.v_7_0 to version 7.0.0.Alpha2

Signed-off-by: Koen Aers <[email protected]>
  • Loading branch information
koentsje committed Jul 16, 2024
1 parent 9d07de4 commit 921f220
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Require-Bundle: org.jboss.tools.hibernate.orm.runtime.common,
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: .,
lib/hibernate-ant-7.0.0.Alpha1.jar,
lib/hibernate-core-7.0.0.Alpha1.jar,
lib/hibernate-tools-orm-7.0.0.Alpha1.jar,
lib/hibernate-tools-orm-jbt-7.0.0.Alpha1.jar,
lib/hibernate-tools-utils-7.0.0.Alpha1.jar,
lib/hibernate-models-0.7.8.jar,
lib/hibernate-ant-7.0.0.Alpha2.jar,
lib/hibernate-core-7.0.0.Alpha2.jar,
lib/hibernate-tools-orm-7.0.0.Alpha2.jar,
lib/hibernate-tools-orm-jbt-7.0.0.Alpha2.jar,
lib/hibernate-tools-utils-7.0.0.Alpha2.jar,
lib/hibernate-models-0.8.3.jar,
lib/byte-buddy-1.14.15.jar,
lib/jakarta.persistence-api-3.2.0.jar
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<packaging>eclipse-plugin</packaging>

<properties>
<hibernate.version>7.0.0.Alpha1</hibernate.version>
<hibernate.models.version>0.7.8</hibernate.models.version>
<hibernate.version>7.0.0.Alpha2</hibernate.version>
<hibernate.models.version>0.8.3</hibernate.models.version>
<bytebuddy.version>1.14.15</bytebuddy.version>
<jakarta-persistence-api.version>3.2.0</jakarta-persistence-api.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ public class VersionTest {

@Test
public void testCoreVersion() {
assertEquals("7.0.0.Alpha1", org.hibernate.Version.getVersionString());
assertEquals("7.0.0.Alpha2", org.hibernate.Version.getVersionString());
}

@Test
public void testToolsVersion() {
assertEquals("7.0.0.Alpha1", org.hibernate.tool.api.version.Version.CURRENT_VERSION);
assertEquals("7.0.0.Alpha2", org.hibernate.tool.api.version.Version.CURRENT_VERSION);
}

@Test
Expand Down

0 comments on commit 921f220

Please sign in to comment.