Skip to content

Commit

Permalink
Prepare new release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Nov 7, 2020
1 parent b6fd73b commit 44e476f
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.7.1</version>
<version>1.8.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.7.2-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>bundle</packaging>

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

0 comments on commit 44e476f

Please sign in to comment.