Skip to content

Commit

Permalink
Edit README; edit pom.xml for project
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 9, 2021
1 parent 9b1de8c commit 8dc92e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project, add the following to the `dependencies` section in your `pom.xml` file:
<dependency>
<groupId>com.upokecenter</groupId>
<artifactId>cbor</artifactId>
<version>4.4.4</version>
<version>4.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.upokecenter</groupId>
<artifactId>cbor</artifactId>
<packaging>jar</packaging>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
<name>CBOR (Concise Binary Object Representation)</name>
<description>A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.</description>
<url>https://github.com/peteroupc/CBOR-Java</url>
Expand Down

0 comments on commit 8dc92e7

Please sign in to comment.