Skip to content

Commit ebf3738

Browse files
committed
Merge Hibernate Tools into ORM : Fix the 'ExamplesIT' Maven integration test
1 parent 551cf90 commit ebf3738

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

tooling/hibernate-maven-plugin/src/intTest/resources/hbm2java/jpa-default/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<build>
3535
<plugins>
3636
<plugin>
37-
<groupId>org.hibernate.tool</groupId>
38-
<artifactId>hibernate-tools-maven</artifactId>
37+
<groupId>org.hibernate.orm</groupId>
38+
<artifactId>hibernate-maven-plugin</artifactId>
3939
<version>${hibernate.version}</version>
4040
<executions>
4141
<execution>

tooling/hibernate-maven-plugin/src/intTest/resources/hbm2java/no-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<build>
3535
<plugins>
3636
<plugin>
37-
<groupId>org.hibernate.tool</groupId>
38-
<artifactId>hibernate-tools-maven</artifactId>
37+
<groupId>org.hibernate.orm</groupId>
38+
<artifactId>hibernate-maven-plugin</artifactId>
3939
<version>${hibernate.version}</version>
4040
<executions>
4141
<execution>

tooling/hibernate-maven-plugin/src/intTest/resources/hbm2java/no-generics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<build>
3535
<plugins>
3636
<plugin>
37-
<groupId>org.hibernate.tool</groupId>
38-
<artifactId>hibernate-tools-maven</artifactId>
37+
<groupId>org.hibernate.orm</groupId>
38+
<artifactId>hibernate-maven-plugin</artifactId>
3939
<version>${hibernate.version}</version>
4040
<executions>
4141
<execution>

tooling/hibernate-maven-plugin/src/intTest/resources/hbm2java/output-directory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<build>
3535
<plugins>
3636
<plugin>
37-
<groupId>org.hibernate.tool</groupId>
38-
<artifactId>hibernate-tools-maven</artifactId>
37+
<groupId>org.hibernate.orm</groupId>
38+
<artifactId>hibernate-maven-plugin</artifactId>
3939
<version>${hibernate.version}</version>
4040
<executions>
4141
<execution>

tooling/hibernate-maven-plugin/src/intTest/resources/hbm2java/template-path/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<build>
3535
<plugins>
3636
<plugin>
37-
<groupId>org.hibernate.tool</groupId>
38-
<artifactId>hibernate-tools-maven</artifactId>
37+
<groupId>org.hibernate.orm</groupId>
38+
<artifactId>hibernate-maven-plugin</artifactId>
3939
<version>${hibernate.version}</version>
4040
<executions>
4141
<execution>

tooling/hibernate-maven-plugin/src/intTest/resources/hbm2java/use-generics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<build>
3535
<plugins>
3636
<plugin>
37-
<groupId>org.hibernate.tool</groupId>
38-
<artifactId>hibernate-tools-maven</artifactId>
37+
<groupId>org.hibernate.orm</groupId>
38+
<artifactId>hibernate-maven-plugin</artifactId>
3939
<version>${hibernate.version}</version>
4040
<executions>
4141
<execution>

0 commit comments

Comments
 (0)