Skip to content

Commit 612309d

Browse files
committed
HBX-3003: Rename the Integration tests for the GenerateJava Maven Mojo
Signed-off-by: Koen Aers <[email protected]>
1 parent 3c33c4d commit 612309d

File tree

31 files changed

+6
-6
lines changed

31 files changed

+6
-6
lines changed

maven/src/it/jpa-default/pom.xml renamed to maven/src/it/hbm2java-jpa-default/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>org.hibernate.tool.maven.test</groupId>
23-
<artifactId>jpa-default</artifactId>
23+
<artifactId>hbm2java-jpa-default</artifactId>
2424
<version>0.0.1-SNAPSHOT</version>
2525

2626
<dependencies>
File renamed without changes.
File renamed without changes.

maven/src/it/no-annotations/pom.xml renamed to maven/src/it/hbm2java-no-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>org.hibernate.tool.maven.test</groupId>
23-
<artifactId>no-annotations</artifactId>
23+
<artifactId>hbm2java-no-annotations</artifactId>
2424
<version>0.0.1-SNAPSHOT</version>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)