Skip to content

Commit

Permalink
Merge pull request #42 from jimsch/master
Browse files Browse the repository at this point in the history
Push 9.3 to maven central
  • Loading branch information
jimsch authored Dec 13, 2016
2 parents 06df712 + fb95702 commit 63c0857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To add this library to a Maven project, add the following to the `dependencies`
<dependency>
<groupId>com.augustcellars.cose</groupId>
<artifactId>cose-java</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.augustcellars.cose</groupId>
<artifactId>cose-java</artifactId>
<version>0.9.3-snapshot</version>
<version>0.9.4-snapshot</version>

<name>com.augustcellars.cose:cose-java</name>
<description>A Java implementation that supports the COSE secure message specification.</description>
Expand Down Expand Up @@ -62,6 +62,7 @@
<source>1.7</source>
<target>1.7</target>
<showDeprecation>true</showDeprecation>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 63c0857

Please sign in to comment.