Skip to content

Commit

Permalink
Change version to 1.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Oct 4, 2023
1 parent 4d803df commit 7b7e16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/cost-accounting-benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.tsurugidb.benchmark.cost-accounting-benchmark"
version = "1.0.0"
version = "1.1.0-SNAPSHOT"

if (hasProperty('mavenLocal')) {
repositories {
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation group: 'com.oracle.database.jdbc', name: 'ucp', version: '21.1.0.0'
runtimeOnly group: 'com.oracle.database.nls', name: 'orai18n', version: '21.1.0.0'

api 'com.tsurugidb.iceaxe:iceaxe-core:1.0.0'
api 'com.tsurugidb.iceaxe:iceaxe-core:1.1.0-SNAPSHOT'

// https://mvnrepository.com/artifact/org.apache.poi/poi
implementation group: 'org.apache.poi', name: 'poi', version: '4.1.2'
Expand Down

0 comments on commit 7b7e16b

Please sign in to comment.