Skip to content

Commit c8c1c46

Browse files
author
Steven Hartley
authored
Change up-java versions (#100)
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.
1 parent 9088a10 commit c8c1c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<artifactId>up-java</artifactId>
1919
<name>Java Library for uProtocol</name>
2020
<description>Language specific uProtocol library for building and using UUri, UUID, UAttributes, UTransport, and more</description>
21-
<version>1.5.9-SNAPSHOT</version>
21+
<version>0.1.9-SNAPSHOT</version>
2222
<packaging>jar</packaging>
2323
<url>https://github.com/eclipse-uprotocol/up-java/</url>
2424

0 commit comments

Comments
 (0)