We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90a636 commit a90e7caCopy full SHA for a90e7ca
2 files changed
README.md
@@ -60,7 +60,7 @@ dependency into your project's `pom.xml`:
60
<dependency>
61
<groupId>com.amazon.ion</groupId>
62
<artifactId>ion-java</artifactId>
63
- <version>1.9.4</version>
+ <version>1.9.5</version>
64
</dependency>
65
```
66
pom.xml
@@ -18,7 +18,7 @@
18
<modelVersion>4.0.0</modelVersion>
19
20
21
- <version>1.9.5-SNAPSHOT</version>
22
<packaging>bundle</packaging>
23
24
<name>${project.groupId}:${project.artifactId}</name>
0 commit comments