Skip to content

Commit

Permalink
[AD-614] Bump version to v1.2.0 (#292)
Browse files Browse the repository at this point in the history
* [AD-614] Bump version to v1.2.0

* Commit Code Coverage Badge

Co-authored-by: andiem-bq <[email protected]>
  • Loading branch information
andiemontoyeah and andiem-bq authored Mar 4, 2022
1 parent b8a79c1 commit 786bc22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/common.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default.application.name=Amazon DocumentDB JDBC Driver v1.1.1
default.application.name=Amazon DocumentDB JDBC Driver v1.2.0
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.gradle.warning.mode=all
CONNECTION_STRING_LOCAL=jdbc:documentdb://username:password@localhost/database
CONNECTION_STRING_REMOTE=jdbc:documentdb://username:password@remotehost/database
MAJOR_VERSION=1
MINOR_VERSION=1
PATCH_VERSION=1
MINOR_VERSION=2
PATCH_VERSION=0
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
# Comment out if not creating a beta version
#BETA_VERSION=1
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
driver.full.version=1.1.1
driver.full.version=1.2.0
driver.major.version=1
driver.minor.version=1
driver.minor.version=2

0 comments on commit 786bc22

Please sign in to comment.