Skip to content

Commit 445435b

Browse files
affonsovaffonsoBQ
andauthored
bump version to 1.0.0 (#167)
* bump version to 1.0.0 * Commit Code Coverage Badge Co-authored-by: affonsoBQ <[email protected]>
1 parent 3ec247e commit 445435b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group 'software.amazon.documentdb.jdbc'
14-
version "${project.MAJOR_VERSION}.${project.MINOR_VERSION}.${project.PATCH_VERSION}-beta.${project.BETA_VERSION}"
14+
version "${project.MAJOR_VERSION}.${project.MINOR_VERSION}.${project.PATCH_VERSION}"
1515
description 'documentdb-jdbc-driver'
1616

1717
tasks.register('patchJanino') {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ CONNECTION_STRING_REMOTE=jdbc:documentdb://username:password@remotehost/database
44
MAJOR_VERSION=1
55
MINOR_VERSION=0
66
PATCH_VERSION=0
7-
BETA_VERSION=12
87
# Uncomment out next line to disable remote integration tests
98
#runRemoteIntegrationTests=false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
driver.full.version=1.0.0-beta.12
1+
driver.full.version=1.0.0
22
driver.major.version=1
33
driver.minor.version=0

0 commit comments

Comments
 (0)