Skip to content

Commit

Permalink
Prepares version 1.9.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregg committed Oct 13, 2021
1 parent 82478a8 commit 2d1eddc
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.8.3</version>
<version>1.9.0</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.8.4-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>bundle</packaging>

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

0 comments on commit 2d1eddc

Please sign in to comment.