Skip to content

Commit

Permalink
Updated to JNA 5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
git-moss committed Dec 31, 2019
1 parent 88ce29c commit b6bfc19
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 86 deletions.
4 changes: 2 additions & 2 deletions InstallHIDLibrary.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set JAVA_HOME=%JAVA_HOME8%
mvn deploy:deploy-file -Dfile=./libs/purejavahidapi-0.0.13.jar -Dsources=./libs/purejavahidapi-0.0.13-sources.jar -Djavadoc=./libs/purejavahidapi-0.0.11-javadoc.jar -DgroupId=purejavahidapi -DartifactId=purejavahidapi -Dversion=0.0.11 -Dpackaging=jar -Durl=file:./maven-local-repository/ -DrepositoryId=maven-repository -DupdateReleaseInfo=true
set JAVA_HOME=%JAVA_HOME11%
mvn deploy:deploy-file -Dfile=./libs/purejavahidapi-0.0.14.jar -Dsources=./libs/purejavahidapi-0.0.14-sources.jar -Djavadoc=./libs/purejavahidapi-0.0.14-javadoc.jar -DgroupId=purejavahidapi -DartifactId=purejavahidapi -Dversion=0.0.14 -Dpackaging=jar -Durl=file:./maven-local-repository/ -DrepositoryId=maven-repository -DupdateReleaseInfo=true
2 changes: 1 addition & 1 deletion checkdependencies.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set JAVA_HOME=%JAVA_HOME8%
set JAVA_HOME=%JAVA_HOME12%
mvn versions:display-plugin-updates versions:display-dependency-updates
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.mossgrabers</groupId>
<artifactId>DrivenByMoss</artifactId>
<name>DrivenByMoss</name>
<version>8.50</version>
<version>8.51</version>
<build>
<plugins>
<plugin>
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5e4dbc21c8c053149a3abb97389a9ef4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1b0eaa3013bd094ebb276ea94569e196bfa807f1
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
27abf3b01646d1e3c7c28fac025fa7ca
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
27bdb78bbc1748279b610e41a7469363795783cb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4634240260ab776393688eeac34214d6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b586fde29e5803edcaa891073c2f2694e90770f6
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>purejavahidapi</groupId>
<artifactId>purejavahidapi</artifactId>
<version>0.0.14</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6fcc237f8c0a7d0e88cd181b9a768bab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
46576612ec2adda670650942f2c6b63ad7d56601
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>purejavahidapi</groupId>
<artifactId>purejavahidapi</artifactId>
<versioning>
<release>0.0.13</release>
<release>0.0.14</release>
<versions>
<version>0.0.13</version>
<version>0.0.14</version>
</versions>
<lastUpdated>20181204200521</lastUpdated>
<lastUpdated>20191231091211</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
342ccf3a70fb9e5528720cbaa6959e11
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
865f072de79a1215dad87e65b61075cf8c48c32c
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>DrivenByMoss</artifactId>
<packaging>jar</packaging>
<name>DrivenByMoss</name>
<version>8.50</version>
<version>8.51</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -38,17 +38,17 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>purejavahidapi</groupId>
<artifactId>purejavahidapi</artifactId>
<version>0.0.13</version>
<version>0.0.14</version>
</dependency>
<dependency>
<artifactId>nativefilechooser</artifactId>
Expand Down

0 comments on commit b6bfc19

Please sign in to comment.