Skip to content

Commit 097f3f1

Browse files
committed
Upgrade the version to 3.14.0
1 parent 79c767b commit 097f3f1

File tree

5 files changed

+3
-213
lines changed

5 files changed

+3
-213
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
1010
To add a dependency on ScalarDB using Gradle, use the following:
1111
```gradle
1212
dependencies {
13-
implementation 'com.scalar-labs:scalardb:3.13.0'
13+
implementation 'com.scalar-labs:scalardb:3.14.0'
1414
}
1515
```
1616

@@ -19,7 +19,7 @@ To add a dependency using Maven:
1919
<dependency>
2020
<groupId>com.scalar-labs</groupId>
2121
<artifactId>scalardb</artifactId>
22-
<version>3.13.0</version>
22+
<version>3.14.0</version>
2323
</dependency>
2424
```
2525

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subprojects {
1818
apply plugin: 'com.diffplug.spotless'
1919
apply plugin: 'com.scalar.db.jdk-configuration'
2020

21-
project.version = '3.14.0-SNAPSHOT'
21+
project.version = '3.14.0'
2222

2323
ext {
2424
guiceVersion = '5.1.0'

server/conf/database.properties.tmpl

Lines changed: 0 additions & 29 deletions
This file was deleted.

server/src/integration-test/java/com/scalar/db/server/ConsensusCommitAdminRepairTableIntegrationTestWithServer.java

Lines changed: 0 additions & 99 deletions
This file was deleted.

server/src/integration-test/java/com/scalar/db/server/DistributedStorageAdminRepairTableIntegrationTestWithServer.java

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)