Skip to content

Commit 29784cb

Browse files
affonsovaffonsoBQ
and
affonsoBQ
authored
[AD-8520 Bump JDBC version from 1.2.5 to 1.3.0 (#373)
* bump JDBC version from 1.2.5 to 1.3.0 * Commit Code Coverage Badge Co-authored-by: affonsoBQ <[email protected]>
1 parent 824e832 commit 29784cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.warning.mode=all
22
MAJOR_VERSION=1
3-
MINOR_VERSION=2
4-
PATCH_VERSION=5
3+
MINOR_VERSION=3
4+
PATCH_VERSION=0
55
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
66
# Comment out if not creating a beta version
77
#BETA_VERSION=1

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.amazon.documentdb.jdbc</groupId>
66
<artifactId>documentdb-jdbc</artifactId>
7-
<version>1.2.5</version>
7+
<version>1.3.0</version>
88
<name>Amazon DocumentDB JDBC Driver</name>
99
<description>The JDBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users.</description>
1010
<url>https://github.com/aws/amazon-documentdb-jdbc-driver</url>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
default.application.name=Amazon DocumentDB JDBC Driver v1.2.5
1+
default.application.name=Amazon DocumentDB JDBC Driver v1.3.0

src/main/resources/project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
driver.full.version=1.2.5
1+
driver.full.version=1.3.0
22
driver.major.version=1
3-
driver.minor.version=2
3+
driver.minor.version=3

0 commit comments

Comments
 (0)