From 947730018d8335cd3a9d1bc7ddfda7ecd752d45a Mon Sep 17 00:00:00 2001 From: czfdcn Date: Wed, 24 Jul 2024 13:49:21 -0400 Subject: [PATCH] Fix version in maven central and follow SEMVER requirements up-java pre-dates open sourcing uProtocol. Initial releases to maven central took on the up-spec version numbering which led to confusion as the patch number of up-java wasn't a direct correlation with the specifications. The decision was made (to fast) to then switch to 0.x.x for up-java however this further confused folks who go to maven central and see that v0.x is newer than v1.x. To clean this up, we will switch up-java to version 2.x.x and moving forward, we will follow SEMVER requirements for major, minor, and patch updates. #166 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d6c0b8e..38b996e 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ up-java Java Library for uProtocol Language specific uProtocol library for building and using UUri, UUID, UAttributes, UTransport, and more - 0.2.1-SNAPSHOT + 2.0.0-SNAPSHOT jar https://github.com/eclipse-uprotocol/up-java/