Skip to content

Commit bd71a8b

Browse files
findgriffinDavid Griffin
andauthored
[BT-5279-semantic-version] Change fauna-jvm version, and sample app version to 1.0.0. (#21)
Co-authored-by: David Griffin <david.griffin@fauna.com>
1 parent 0a43129 commit bd71a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'fauna.sample'
8-
version = '1.0'
8+
version = '1.0.0'
99

1010
java {
1111
toolchain {
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
implementation 'org.springframework.boot:spring-boot-starter-web:3.3.2'
2222
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
23-
implementation 'com.fauna:fauna-jvm:1.0'
23+
implementation 'com.fauna:fauna-jvm:1.0.0'
2424

2525
testImplementation platform('org.junit:junit-bom:5.9.1')
2626
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)