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.
63
63
64
64
<build >
65
65
<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 >
66
74
<plugin >
67
75
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
68
76
<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.
80
80
81
81
<build >
82
82
<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 >
83
91
<plugin >
84
92
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
85
93
<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.
97
97
98
98
<build >
99
99
<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 >
100
108
<plugin >
101
109
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
102
110
<groupId >com.google.code.maven-replacer-plugin</groupId >
Original file line number Diff line number Diff line change 61
61
</dependencies >
62
62
<build >
63
63
<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 >
64
72
<plugin >
65
73
<!-- Don't generate a jar -->
66
74
<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.
72
72
73
73
<build >
74
74
<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 >
75
83
<plugin >
76
84
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
77
85
<groupId >com.google.code.maven-replacer-plugin</groupId >
Original file line number Diff line number Diff line change 16
16
<modules >
17
17
<module >hibernate4</module >
18
18
<module >hibernate5</module >
19
+ <!--
20
+ <module>hibernate5_2-test</module>
21
+ -->
19
22
<!-- added in 2.13.0 to support JAXB->Jakarta move: -->
20
23
<module >hibernate5-jakarta</module >
21
24
<module >hibernate6</module >
22
- <!--
23
- <module>hibernate5_2-test</module>
24
- -->
25
25
</modules >
26
26
27
27
<url >https://github.com/FasterXML/jackson-datatype-hibernate</url >
You can’t perform that action at this time.
0 commit comments