This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit f6b06cbd5b2118a4f9e48ac8a9bb6041fb2ad383 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Jun 21 17:35:16 2016 +0200 refs #1345: Downgrade jna to 3.5.2 for testing --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf4167d..9f17c4b 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,7 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>4.2.2</version> + <version>3.5.2</version> <scope>compile</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.