Skip to content

Commit

Permalink
[AD-826] Bump version from 1.2.4 to 1.2.5 (#360)
Browse files Browse the repository at this point in the history
* bump version from 1.2.4 to 1.2.5

* Commit Code Coverage Badge

Co-authored-by: affonsoBQ <[email protected]>
  • Loading branch information
affonsov and affonsoBQ authored Jun 30, 2022
1 parent 4d8808a commit 16f313d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CONNECTION_STRING_LOCAL=jdbc:documentdb://username:password@localhost/database
CONNECTION_STRING_REMOTE=jdbc:documentdb://username:password@remotehost/database
MAJOR_VERSION=1
MINOR_VERSION=2
PATCH_VERSION=4
PATCH_VERSION=5
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
# Comment out if not creating a beta version
#BETA_VERSION=1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.documentdb.jdbc</groupId>
<artifactId>documentdb-jdbc</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
<name>Amazon DocumentDB JDBC Driver</name>
<description>The JDBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users.</description>
<url>https://github.com/aws/amazon-documentdb-jdbc-driver</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/documentdb-jdbc.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default.application.name=Amazon DocumentDB JDBC Driver v1.2.4
default.application.name=Amazon DocumentDB JDBC Driver v1.2.5
2 changes: 1 addition & 1 deletion src/main/resources/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
driver.full.version=1.2.4
driver.full.version=1.2.5
driver.major.version=1
driver.minor.version=2

0 comments on commit 16f313d

Please sign in to comment.