From 718bf8fa51939620e4e06f29218b2fe1185e1b9f Mon Sep 17 00:00:00 2001 From: andiem-bq <67925459+andiem-bq@users.noreply.github.com> Date: Thu, 16 Dec 2021 13:58:16 -0800 Subject: [PATCH] [AD-503] Bump version to v1.1.0 (#232) * [AD-503] Bump version to v1.1.0 * Commit Code Coverage Badge Co-authored-by: andiem-bq --- build.gradle | 1 + common/src/main/resources/common.properties | 2 +- gradle.properties | 4 ++-- src/main/resources/project.properties | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 91ce3694..2594264b 100644 --- a/build.gradle +++ b/build.gradle @@ -284,6 +284,7 @@ task writeCommonProperties(type: WriteProperties) { processResources { from(writeProperties) + from(writeCommonProperties) duplicatesStrategy(DuplicatesStrategy.INCLUDE) } diff --git a/common/src/main/resources/common.properties b/common/src/main/resources/common.properties index e03e2738..60f2d6f4 100644 --- a/common/src/main/resources/common.properties +++ b/common/src/main/resources/common.properties @@ -1 +1 @@ -default.application.name=Amazon DocumentDB JDBC Driver v1.0.1 +default.application.name=Amazon DocumentDB JDBC Driver v1.1.0 diff --git a/gradle.properties b/gradle.properties index b9df72f1..6bc5e654 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/project.properties b/src/main/resources/project.properties index c69d397c..4dc9b1ca 100644 --- a/src/main/resources/project.properties +++ b/src/main/resources/project.properties @@ -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