Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Dec 7, 2023
1 parent 80a8e39 commit 0928f5e
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.1.0-SNAPSHOT'
version = '1.1.0'

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.1.0-SNAPSHOT'
api 'com.tsurugidb.iceaxe:iceaxe-core:1.1.0'

// 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 0928f5e

Please sign in to comment.