Skip to content

Commit

Permalink
Serial library switch: from [email protected] to io.github.java…
Browse files Browse the repository at this point in the history
  • Loading branch information
giampiero7 committed May 6, 2023
1 parent b94955c commit 5fd0da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cc.sferalabs.sfera</groupId>
<artifactId>sfera</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<name>Sfera</name>
<description>The Sfera Framework for Home/Building Automation and IoT Integration</description>
<url>http://www.sferalabs.cc/sfera</url>
Expand Down Expand Up @@ -259,9 +259,9 @@
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.scream3r</groupId>
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.8.0</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
Expand Down

0 comments on commit 5fd0da8

Please sign in to comment.