bump API version to 2.0.2-SNAPSHOT Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/api/pom.xml b/api/pom.xml index 82c55e6..b077e66 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -30,7 +30,7 @@ <groupId>jakarta.json</groupId> <artifactId>jakarta.json-api</artifactId> - <version>2.0.1</version> + <version>2.0.2-SNAPSHOT</version> <name>Jakarta JSON Processing API</name> <description>Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.</description> <url>https://github.com/eclipse-ee4j/jsonp</url>