File tree Expand file tree Collapse file tree 6 files changed +43
-3
lines changed
Expand file tree Collapse file tree 6 files changed +43
-3
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,14 @@ Hibernate (https://hibernate.org) version 4.x data types.
6363
6464 <build >
6565 <plugins >
66+ <plugin >
67+ <groupId >org.apache.maven.plugins</groupId >
68+ <artifactId >maven-compiler-plugin</artifactId >
69+ <configuration >
70+ <source >8</source >
71+ <target >8</target >
72+ </configuration >
73+ </plugin >
6674 <plugin >
6775 <!-- Inherited from oss-base. Generate PackageVersion.java.-->
6876 <groupId >com.google.code.maven-replacer-plugin</groupId >
Original file line number Diff line number Diff line change @@ -80,6 +80,14 @@ Hibernate (https://hibernate.org) version 5.5 with Jakarta data types.
8080
8181 <build >
8282 <plugins >
83+ <plugin >
84+ <groupId >org.apache.maven.plugins</groupId >
85+ <artifactId >maven-compiler-plugin</artifactId >
86+ <configuration >
87+ <source >8</source >
88+ <target >8</target >
89+ </configuration >
90+ </plugin >
8391 <plugin >
8492 <!-- Inherited from oss-base. Generate PackageVersion.java.-->
8593 <groupId >com.google.code.maven-replacer-plugin</groupId >
Original file line number Diff line number Diff line change @@ -97,6 +97,14 @@ Hibernate (https://hibernate.org) version 5.x data types.
9797
9898 <build >
9999 <plugins >
100+ <plugin >
101+ <groupId >org.apache.maven.plugins</groupId >
102+ <artifactId >maven-compiler-plugin</artifactId >
103+ <configuration >
104+ <source >8</source >
105+ <target >8</target >
106+ </configuration >
107+ </plugin >
100108 <plugin >
101109 <!-- Inherited from oss-base. Generate PackageVersion.java.-->
102110 <groupId >com.google.code.maven-replacer-plugin</groupId >
Original file line number Diff line number Diff line change 6161 </dependencies >
6262 <build >
6363 <plugins >
64+ <plugin >
65+ <groupId >org.apache.maven.plugins</groupId >
66+ <artifactId >maven-compiler-plugin</artifactId >
67+ <configuration >
68+ <source >8</source >
69+ <target >8</target >
70+ </configuration >
71+ </plugin >
6472 <plugin >
6573 <!-- Don't generate a jar -->
6674 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -72,6 +72,14 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
7272
7373 <build >
7474 <plugins >
75+ <plugin >
76+ <groupId >org.apache.maven.plugins</groupId >
77+ <artifactId >maven-compiler-plugin</artifactId >
78+ <configuration >
79+ <source >11</source >
80+ <target >11</target >
81+ </configuration >
82+ </plugin >
7583 <plugin >
7684 <!-- Inherited from oss-base. Generate PackageVersion.java.-->
7785 <groupId >com.google.code.maven-replacer-plugin</groupId >
Original file line number Diff line number Diff line change 1616 <modules >
1717 <module >hibernate4</module >
1818 <module >hibernate5</module >
19+ <!--
20+ <module>hibernate5_2-test</module>
21+ -->
1922 <!-- added in 2.13.0 to support JAXB->Jakarta move: -->
2023 <module >hibernate5-jakarta</module >
2124 <module >hibernate6</module >
22- <!--
23- <module>hibernate5_2-test</module>
24- -->
2525 </modules >
2626
2727 <url >https://github.com/FasterXML/jackson-datatype-hibernate</url >
You can’t perform that action at this time.
0 commit comments