Skip to content

Commit

Permalink
Bump to released Pi4J
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte committed Aug 26, 2021
1 parent b08c7d5 commit c22cc71
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,15 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- DEPENDENCIES VERSIONS -->
<slf4j.version>2.0.0-alpha0</slf4j.version>
<pi4j.version>2.0-SNAPSHOT</pi4j.version>
<slf4j.version>1.7.30</slf4j.version>
<pi4j.version>2.0</pi4j.version>
<javafx.version>15.0.1</javafx.version>

<!-- BUILD PLUGIN VERSIONS -->
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
</properties>

<!-- DEPENDENCY REPOSITORIES -->
<repositories>
<repository>
<id>oss-snapshots-repo</id>
<name>Sonatype OSS Maven Repository</name>
<url>https://oss.sonatype.org/content/groups/public</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit c22cc71

Please sign in to comment.