Skip to content

Commit a90e7ca

Browse files
committed
Prepares version 1.9.5 for release.
1 parent e90a636 commit a90e7ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependency into your project's `pom.xml`:
6060
<dependency>
6161
<groupId>com.amazon.ion</groupId>
6262
<artifactId>ion-java</artifactId>
63-
<version>1.9.4</version>
63+
<version>1.9.5</version>
6464
</dependency>
6565
```
6666

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.amazon.ion</groupId>
2020
<artifactId>ion-java</artifactId>
21-
<version>1.9.5-SNAPSHOT</version>
21+
<version>1.9.5</version>
2222
<packaging>bundle</packaging>
2323

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

0 commit comments

Comments
 (0)