Skip to content

Commit

Permalink
Merge pull request #65 from jpmorganchase/main
Browse files Browse the repository at this point in the history
Merge back to develop following 0.0.10
  • Loading branch information
knighto82 committed Jun 25, 2024
2 parents 282a612 + 841c983 commit 95e8b35
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 @@ -20,7 +20,7 @@ The Fusion SDK is published to Maven Central and can be retrieved from there usi
<dependency>
<groupId>io.github.jpmorganchase.fusion</groupId>
<artifactId>fusion-sdk</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.github.jpmorganchase.fusion</groupId>
<artifactId>fusion-sdk</artifactId>
<packaging>jar</packaging>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>

<name>fusion-sdk</name>
<description>A Java SDK for the Fusion platform API</description>
Expand Down

0 comments on commit 95e8b35

Please sign in to comment.