branch develop updated (8a7047e -> f6b06cb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 8a7047e Use default methods to remove a lot of empty implemented methods new f6b06cb refs #1345: Downgrade jna to 3.5.2 for testing The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm