Skip to content

Commit

Permalink
Merge tag '8.0.14' into 'release/8.0.15'.
Browse files Browse the repository at this point in the history
MySQL Connector/J 8.0.14 (2019-01-21, General Availability)
  • Loading branch information
fjssilva committed Jan 25, 2019
2 parents d11fc1f + 36534fa commit 76adb77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,16 +1435,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<!-- ***************************** -->


<tstamp>
<format property="time.year" pattern="yyyy" />
<format property="time.month" pattern="mm" />
<format property="time.day" pattern="dd" />
<format property="time.dayOfWeek" pattern="EEE" />
<format property="time.dayTime" pattern="HH:mm:ss" />
<format property="time.timeZone" pattern="HH:mm:ss" />
</tstamp>


<target name="-prepare-rpm-deb-commercial-props" if="${com.mysql.cj.build.commercial}">
<echo>Using Commercial settings</echo>
<property name="deb_version_suffix" value="+commercial" />
Expand Down Expand Up @@ -1556,7 +1546,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<filterset>
<filter token="PRODUCT" value="${com.mysql.cj.build.driver.displayName} ${com.mysql.cj.build.driver.version.series}" />
<filter token="WITH_JARDEPS" value="${com.mysql.cj.extra.libs}" />
<filter token="YEAR" value="${time.year}" />
<filter token="PACKAGE_TIMESTAMP" value="${time.deb.packageTimeStamp}" />
<filter token="ID_RELEASE" value="${id_release}" />
<filter token="CODENAME" value="${codename}" />
Expand Down
2 changes: 1 addition & 1 deletion src/build/misc/debian.in/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Upstream-Contact: MySQL Release Engineering <mysql-build@oss.oracle.com>
Source: http://dev.mysql.com/

Files: *
Copyright: @YEAR@, Oracle and/or its affiliates. All rights reserved.
Copyright: 2002, 2019, Oracle and/or its affiliates. All rights reserved.
License:
For licensing information see the LICENSE file in this distribution.

0 comments on commit 76adb77

Please sign in to comment.