Skip to content

Commit

Permalink
Release 1.9.3 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobarr-amzn committed Mar 23, 2022
1 parent 939db89 commit 400eebf
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 @@ -60,7 +60,7 @@ dependency into your project's `pom.xml`:
<dependency>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
<version>1.9.1</version>
<version>1.9.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
<version>1.9.3-SNAPSHOT</version>
<version>1.9.3</version>
<packaging>bundle</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 400eebf

Please sign in to comment.