Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit cc09efd

Browse files
build: add 3rd digit to all APIs versions
1 parent 8a2299a commit cc09efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
2828
}
2929
dependencies {
30-
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.0-SNAPSHOT") { isChanging = true }
30+
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.0.0-SNAPSHOT") { isChanging = true }
3131
testImplementation("junit:junit:4.13.2")
3232
testImplementation("org.assertj:assertj-core:3.15.0")
3333
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group = org.calypsonet.terminal
22
title = Calypsonet Terminal Calypso API
33
description = API defining the needed interfaces to manage Calypso cards
4-
version = 1.0
4+
version = 1.0.0
55

66
javaSourceLevel = 1.6
77
javaTargetLevel = 1.6

0 commit comments

Comments
 (0)