|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?>
|
2 | 2 | <!--
|
3 |
| - Copyright (c) 2002, 2020, Oracle and/or its affiliates. |
| 3 | + Copyright (c) 2002, 2021, Oracle and/or its affiliates. |
4 | 4 |
|
5 | 5 | This program is free software; you can redistribute it and/or modify it under
|
6 | 6 | the terms of the GNU General Public License, version 2.0, as published by the
|
@@ -205,7 +205,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
205 | 205 |
|
206 | 206 | <property name="com.mysql.cj.build.driver.version.major" value="8" />
|
207 | 207 | <property name="com.mysql.cj.build.driver.version.minor" value="0" />
|
208 |
| - <property name="com.mysql.cj.build.driver.version.subminor" value="24" /> |
| 208 | + <property name="com.mysql.cj.build.driver.version.subminor" value="25" /> |
209 | 209 | <property name="com.mysql.cj.build.driver.version.status" value="" />
|
210 | 210 |
|
211 | 211 | <property name="com.mysql.cj.build.driver.version.series" value="${com.mysql.cj.build.driver.version.major}.${com.mysql.cj.build.driver.version.minor}" />
|
@@ -1189,7 +1189,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
1189 | 1189 | overview="src/main/doc/mysqlx-overview.html"
|
1190 | 1190 | windowtitle="MySQL Connector/J X DevAPI Reference"
|
1191 | 1191 | header="<b>MySQL Connector/J X DevAPI Reference<br>v1</b>"
|
1192 |
| - bottom="<center>Copyright &copy; 2016, 2020, Oracle and/or its affiliates.</center>" |
| 1192 | + bottom="<center>Copyright &copy; 2016, 2021, Oracle and/or its affiliates.</center>" |
1193 | 1193 | linkoffline="https://docs.oracle.com/javase/8/docs/api ${com.mysql.cj.docs.jdk8pkg}">
|
1194 | 1194 | <sourcepath>
|
1195 | 1195 | <pathelement path="src/main/user-api/java" />
|
|
0 commit comments