File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group ' 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} "
1515description ' documentdb-jdbc-driver'
1616
1717tasks. register(' patchJanino' ) {
Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ CONNECTION_STRING_REMOTE=jdbc:documentdb://username:password@remotehost/database
44MAJOR_VERSION =1
55MINOR_VERSION =0
66PATCH_VERSION =0
7- BETA_VERSION =12
87# Uncomment out next line to disable remote integration tests
98# runRemoteIntegrationTests=false
Original file line number Diff line number Diff line change 1- driver.full.version =1.0.0-beta.12
1+ driver.full.version =1.0.0
22driver.major.version =1
33driver.minor.version =0
You can’t perform that action at this time.
0 commit comments