Skip to content

Commit 63c0857

Browse files
authored
Merge pull request #42 from jimsch/master
Push 9.3 to maven central
2 parents 06df712 + fb95702 commit 63c0857

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To add this library to a Maven project, add the following to the `dependencies`
1616
<dependency>
1717
<groupId>com.augustcellars.cose</groupId>
1818
<artifactId>cose-java</artifactId>
19-
<version>0.9.2</version>
19+
<version>0.9.3</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.augustcellars.cose</groupId>
88
<artifactId>cose-java</artifactId>
9-
<version>0.9.3-snapshot</version>
9+
<version>0.9.4-snapshot</version>
1010

1111
<name>com.augustcellars.cose:cose-java</name>
1212
<description>A Java implementation that supports the COSE secure message specification.</description>
@@ -62,6 +62,7 @@
6262
<source>1.7</source>
6363
<target>1.7</target>
6464
<showDeprecation>true</showDeprecation>
65+
<compilerArgument>-Xlint:unchecked</compilerArgument>
6566
</configuration>
6667
</plugin>
6768
<plugin>

0 commit comments

Comments
 (0)