Skip to content

Commit e657e88

Browse files
committed
HBX-3110: Add a functional test to guard the sanity of the Ant examples
- Modify 'common/included.xml' to be able to replace the versions of 'javaee-api' and 'h2' with the actual used versions Signed-off-by: Koen Aers <[email protected]>
1 parent dedbd1e commit e657e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ant/docs/examples/common/included.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<project name="common" xmlns:ivy="antlib:org.apache.ivy.ant">
1717

1818
<property name="hibernate-tools.version" value="@project.version@"/>
19-
<property name="javaee-api.version" value="8.0.1"/>
19+
<property name="javaee-api.version" value="@javaee-api.version@"/>
2020
<property name="jdbc-driver.org" value="com.h2database"/>
2121
<property name="jdbc-driver.module" value="h2"/>
22-
<property name="jdbc-driver.version" value="2.3.232"/>
22+
<property name="jdbc-driver.version" value="@h2.version@"/>
2323

2424
<ivy:cachepath
2525
organisation="org.hibernate.tool"

0 commit comments

Comments
 (0)