From c18ae7f0a4c7d60c1ddcdf5bbb3c965ae5606a97 Mon Sep 17 00:00:00 2001 From: gotty Date: Wed, 20 Nov 2019 12:32:47 +0000 Subject: [PATCH] [LIB-10] Change snooker-score-api settings to 1.0-SNAPSHOT git-svn-id: https://svn.hedgecode.org/lib/snooker-score-api/trunk@188 fb0bcced-7025-49ed-a12f-f98bce993226 --- pom.xml | 4 ++-- src/main/resources/snooker.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0c671d4..28084f6 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.hedgecode.snooker snooker-score-api - 0.2 + 1.0-SNAPSHOT jar Hedgecode Snooker Score API @@ -93,7 +93,7 @@ 2.8 2.4.1 10012 - 8 + 10 diff --git a/src/main/resources/snooker.properties b/src/main/resources/snooker.properties index 868f7ea..7aa4d84 100644 --- a/src/main/resources/snooker.properties +++ b/src/main/resources/snooker.properties @@ -13,6 +13,6 @@ # limitations under the License. snooker.name=snooker-score-api -snooker.version=0.2 +snooker.version=1.0-SNAPSHOT snooker.inception.year=2017 snooker.port.number=1470 -- 2.10.0