Skip to content

Commit

Permalink
Update to 2.1 and bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
profesorfalken committed Mar 31, 2018
1 parent 6ba40ae commit 0fc5ec9
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.profesorfalken</groupId>
<artifactId>jSensors</artifactId>
<version>2.0.2</version>
<version>2.1</version>
<packaging>jar</packaging>

<name>jSensors</name>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -175,7 +175,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jPowerShell</artifactId>
<version>1.9.1</version>
<version>2.0</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 0fc5ec9

Please sign in to comment.