Skip to content

Commit f009e42

Browse files
committed
Polishing.
Move version settings into properties to consolidate and ease making updates. Related: #3146
1 parent 0aee918 commit f009e42

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

+6-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
<properties>
3030
<antlr>4.10.1</antlr> <!-- align with Hibernate's parser -->
3131
<eclipselink>3.0.3</eclipselink>
32+
<eclipselink-next>4.0.2</eclipselink-next>
3233
<hibernate>6.2.4.Final</hibernate>
34+
<hibernate-next>6.3.0.Final</hibernate-next>
35+
<hibernate-next-snapshots>6.3.1-SNAPSHOT</hibernate-next-snapshots>
3336
<hsqldb>2.7.1</hsqldb>
3437
<h2>2.2.220</h2>
3538
<jsqlparser>4.5</jsqlparser>
@@ -55,13 +58,13 @@
5558
<profile>
5659
<id>hibernate-63</id>
5760
<properties>
58-
<hibernate>6.3.0.Final</hibernate>
61+
<hibernate>${hibernate-next}</hibernate>
5962
</properties>
6063
</profile>
6164
<profile>
6265
<id>hibernate-63-next</id>
6366
<properties>
64-
<hibernate>6.3.1-SNAPSHOT</hibernate>
67+
<hibernate>${hibernate-next-snapshots}</hibernate>
6568
</properties>
6669
<repositories>
6770
<repository>
@@ -113,7 +116,7 @@
113116
<profile>
114117
<id>eclipselink-next</id>
115118
<properties>
116-
<eclipselink>4.0.2</eclipselink>
119+
<eclipselink>${eclipselink-next}</eclipselink>
117120
</properties>
118121
</profile>
119122
</profiles>

0 commit comments

Comments
 (0)