Skip to content

Commit 8f43348

Browse files
committed
Specification and documentation versions update.
Signed-off-by: Tomas Kraus <Tomas.Kraus@oracle.com>
1 parent f931164 commit 8f43348

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -15,7 +15,7 @@
1515

1616
<groupId>jakarta.json.bind</groupId>
1717
<artifactId>jakarta.json.bind-docs</artifactId>
18-
<version>1.0.0</version>
18+
<version>2.0.0-SNAPSHOT</version>
1919
<packaging>pom</packaging>
2020
<name>JSON Binding Docs</name>
2121

spec/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -20,14 +20,14 @@
2020
<parent>
2121
<groupId>org.eclipse.ee4j</groupId>
2222
<artifactId>project</artifactId>
23-
<version>1.0.5</version>
23+
<version>1.0.6</version>
2424
<relativePath/>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>jakarta.json.bind</groupId>
2828
<artifactId>jsonb-spec</artifactId>
2929
<packaging>pom</packaging>
30-
<version>2.0-SNAPSHOT</version>
30+
<version>2.0.0-SNAPSHOT</version>
3131
<name>Jakarta JSON Binding Specification</name>
3232

3333
<properties>

0 commit comments

Comments
 (0)