From fb95702174d1c498ae0aaf83b9fb2d55687bfdfb Mon Sep 17 00:00:00 2001 From: Jim Schaad Date: Tue, 13 Dec 2016 13:10:32 -0800 Subject: [PATCH] Push 9.3 to maven central --- README.md | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06e50cf..522a3bc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To add this library to a Maven project, add the following to the `dependencies` com.augustcellars.cose cose-java - 0.9.2 + 0.9.3 ``` diff --git a/pom.xml b/pom.xml index eff9441..6653872 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.augustcellars.cose cose-java - 0.9.3-snapshot + 0.9.4-snapshot com.augustcellars.cose:cose-java A Java implementation that supports the COSE secure message specification. @@ -62,6 +62,7 @@ 1.7 1.7 true + -Xlint:unchecked