We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa3b02 commit 0d59f99Copy full SHA for 0d59f99
pom.xml
@@ -45,7 +45,7 @@
45
46
<groupId>org.eclipse</groupId>
47
<artifactId>yasson</artifactId>
48
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0</version>
49
<packaging>jar</packaging>
50
<name>org.eclipse.yasson</name>
51
@@ -116,7 +116,7 @@
116
<properties>
117
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
118
<javax.json.version>1.1</javax.json.version>
119
- <javax.json.bind.version>1.0.0-RC2</javax.json.bind.version>
+ <javax.json.bind.version>1.0</javax.json.bind.version>
120
</properties>
121
122
<profiles>
0 commit comments