Skip to content

Commit b8cd1e1

Browse files
committed
HBX-3169: Update the use of H2 in the Maven integration tests to 2.4.240
- Remove the unneeded reveng.xml files from the integration tests Signed-off-by: Koen Aers <[email protected]>
1 parent 6837ec8 commit b8cd1e1

File tree

8 files changed

+0
-116
lines changed

8 files changed

+0
-116
lines changed

test/maven/src/it/generateHbm/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
</configuration>
5252
</execution>
5353
</executions>
54-
<configuration>
55-
<revengFile>${project.basedir}/src/main/resources/hibernate.reveng.xml</revengFile>
56-
</configuration>
5754
</plugin>
5855
</plugins>
5956
</build>

test/maven/src/it/generateHbm/src/main/resources/hibernate.reveng.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/maven/src/it/hbm2dao/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@
5050
</configuration>
5151
</execution>
5252
</executions>
53-
<configuration>
54-
<revengFile>${project.basedir}/src/main/resources/hibernate.reveng.xml</revengFile>
55-
</configuration>
5653
</plugin>
5754
</plugins>
5855
</build>

test/maven/src/it/hbm2dao/src/main/resources/hibernate.reveng.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/maven/src/it/hbm2ddl/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
</configuration>
5050
</execution>
5151
</executions>
52-
<configuration>
53-
<revengFile>${project.basedir}/src/main/resources/hibernate.reveng.xml</revengFile>
54-
</configuration>
5552
</plugin>
5653
</plugins>
5754
</build>

test/maven/src/it/hbm2ddl/src/main/resources/hibernate.reveng.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/maven/src/it/hbm2java/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
</configuration>
5050
</execution>
5151
</executions>
52-
<configuration>
53-
<revengFile>${project.basedir}/src/main/resources/hibernate.reveng.xml</revengFile>
54-
</configuration>
5552
</plugin>
5653
</plugins>
5754
</build>

test/maven/src/it/hbm2java/src/main/resources/hibernate.reveng.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)