From e3f667f17768cd451ece79b32855ae1e637e7e11 Mon Sep 17 00:00:00 2001 From: John Jetmore Date: Mon, 9 Dec 2024 07:49:16 -0500 Subject: [PATCH] move to -SNAPSHOT in prep for next dev cycle --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4845d22..6dfcfb9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Although this project is open source, ServeManager is a commercial product and y com.greenfiling.smclient servemanager-client - 1.0.14 + 1.0.15-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index a48ce7c..32159a1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.greenfiling.smclient servemanager-client - 1.0.14 + 1.0.15-SNAPSHOT ServeManager Api Client Java implementation of client for ServeManager API (https://www.servemanager.com/) https://www.github.com/greenfiling/servemanager-client