diff --git a/common/src/main/resources/common.properties b/common/src/main/resources/common.properties index 4031d6c0..12949506 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.1.1 +default.application.name=Amazon DocumentDB JDBC Driver v1.2.0 diff --git a/gradle.properties b/gradle.properties index b680df73..81f4a110 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=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 diff --git a/src/main/resources/project.properties b/src/main/resources/project.properties index 5c012f66..96327f79 100644 --- a/src/main/resources/project.properties +++ b/src/main/resources/project.properties @@ -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