diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..607ef61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+*.class
+
+# Package Files #
+*.jar
+*.war
+*.ear
+target/
+.flattened-pom.xml
+
+# Eclipse Files #
+.classpath
+.project
+.settings
+
+# NetBeans Files #
+/nbproject/
+nb-configuration.xml
+
+.idea
diff --git a/pom.xml b/pom.xml
index 9262846..c611d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jaudiolibs
jnajack
- 1.3.0
+ 1.4.0-SNAPSHOT
jar
JNAJack
@@ -20,7 +20,7 @@
- https://github.com/jaudiolibs/jnajack
+ https://github.com/jaudiolibs/jnajack/tree/master
scm:git:https://github.com/jaudiolibs/jnajack.git
scm:git:https://github.com/jaudiolibs/jnajack.git
@@ -42,31 +42,103 @@
Lead developer
- http://www.neilcsmith.net
+ https://www.neilcsmith.net
-
- UTF-8
- 1.6
- 1.6
-
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ 1.1.0
+
+ ossrh
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.1.2
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ 1.8
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+
+
junit
junit
- 3.8.1
+ 4.12
test
net.java.dev.jna
jna
- [4.1.0,5.0)
+ [5.0.0,6.0)
+
+ jdk-9+-compile
+
+ [9,)
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 8
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+ 8
+
+
+
+
+
+
release
@@ -74,7 +146,7 @@
org.apache.maven.plugins
maven-source-plugin
- 2.2.1
+ 3.1.0
attach-sources
@@ -87,7 +159,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9.1
+ 3.1.1
attach-javadocs
@@ -96,11 +168,16 @@
+
+
+ -Xdoclint:none
+
+
org.apache.maven.plugins
maven-gpg-plugin
- 1.5
+ 1.6
sign-artifacts
@@ -116,6 +193,10 @@
+
+ UTF-8
+
+