Skip to content

Commit

Permalink
Upgrade the version to 3.14.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Aug 20, 2024
1 parent 6d808c3 commit 2886908
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v3.14.0-alpha.1"

permissions:
id-token: write
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
implementation 'com.scalar-labs:scalardb:3.13.0'
implementation 'com.scalar-labs:scalardb:3.14.0-alpha.1'
}
```

Expand All @@ -19,7 +19,7 @@ To add a dependency using Maven:
<dependency>
<groupId>com.scalar-labs</groupId>
<artifactId>scalardb</artifactId>
<version>3.13.0</version>
<version>3.14.0-alpha.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {
apply plugin: 'com.diffplug.spotless'
apply plugin: 'com.scalar.db.jdk-configuration'

project.version = '3.14.0-SNAPSHOT'
project.version = '3.14.0-alpha.1'

ext {
guiceVersion = '5.1.0'
Expand Down
29 changes: 0 additions & 29 deletions server/conf/database.properties.tmpl

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2886908

Please sign in to comment.