Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change up-java versions
the current up-java version of 1.5.x was out of sync with the up-core-api/up-spec version numbers so there was confusion on if the two are related meaning is 1.5.7 of up-java the same as 1.5.7 of up-core-api and they are not. In order to avoid confusion, we are renaming the up-java to 0.1.9 and we will add the up-core-api-1.5.7 tag as well so we know what version this support of up-core-api.
  • Loading branch information
czfdcn committed Apr 3, 2024
commit 977b36f04d6144b6ac1da587d66f0c0380dfedcc
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<artifactId>up-java</artifactId>
<name>Java Library for uProtocol</name>
<description>Language specific uProtocol library for building and using UUri, UUID, UAttributes, UTransport, and more</description>
<version>1.5.9-SNAPSHOT</version>
<version>0.1.9-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/eclipse-uprotocol/up-java/</url>

Expand Down