Skip to content

Commit

Permalink
[AD-503] Bump version to v1.1.0 (#232)
Browse files Browse the repository at this point in the history
* [AD-503] Bump version to v1.1.0

* Commit Code Coverage Badge

Co-authored-by: andiem-bq <[email protected]>
  • Loading branch information
andiemontoyeah and andiem-bq authored Dec 16, 2021
1 parent b2dbb26 commit 718bf8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ task writeCommonProperties(type: WriteProperties) {

processResources {
from(writeProperties)
from(writeCommonProperties)
duplicatesStrategy(DuplicatesStrategy.INCLUDE)
}

Expand Down
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.0.1
default.application.name=Amazon DocumentDB JDBC Driver v1.1.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=0
PATCH_VERSION=1
MINOR_VERSION=1
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.0.1
driver.full.version=1.1.0
driver.major.version=1
driver.minor.version=0
driver.minor.version=1

0 comments on commit 718bf8f

Please sign in to comment.