Skip to content

Commit d087f46

Browse files
committed
[pom] Simplify the derby version setup for java 17 through 18
1 parent 96880bd commit d087f46

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -268,26 +268,16 @@
268268
</plugins>
269269
</build>
270270

271-
<!-- NOTE: Do not add back 'cdi-2.0', clirr needs it defined to look back to old poms. That is javax namespace. It is not intended to be present now. -->
272271
<profiles>
273272
<profile>
274-
<id>17</id>
273+
<id>derby-17-18</id>
275274
<activation>
276-
<jdk>[17,)</jdk>
275+
<jdk>[17,19)</jdk>
277276
</activation>
278277
<properties>
279278
<derby.version>10.16.1.1</derby.version>
280279
</properties>
281280
</profile>
282-
<profile>
283-
<id>19</id>
284-
<activation>
285-
<jdk>[19,)</jdk>
286-
</activation>
287-
<properties>
288-
<derby.version>10.17.1.0</derby.version>
289-
</properties>
290-
</profile>
291281
</profiles>
292282

293283
</project>

0 commit comments

Comments
 (0)