Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Update dependency versions in the maven example in the user guide. #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/docs/user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ JSON-B is a standard binding layer for converting Java objects to/from JSON mess
<dependency>
<groupId>javax.json.bind</groupId>
<artifactId>javax.json.bind-api</artifactId>
<version>1.0.0-RC2</version>
<version>1.0</version>
</dependency>

<!-- Yasson (JSON-B RI) -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down