Version changed to 2.1.0-SNAPSHOT (#96)
Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
diff --git a/api/pom.xml b/api/pom.xml
index 60e530a..24efdc8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2012, 2021 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
@@ -23,13 +23,13 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
- <version>1.0.6</version>
+ <version>1.0.7</version>
<relativePath/>
</parent>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>Jakarta Annotations API</name>
<description>Jakarta Annotations API</description>
@@ -43,6 +43,10 @@
<name>Linda De Michiel</name>
<organization>Oracle Corp.</organization>
</developer>
+ <developer>
+ <name>Dmitry Kornilov</name>
+ <organization>Oracle Corp.</organization>
+ </developer>
</developers>
<licenses>
@@ -89,7 +93,7 @@
<spotbugs.version>4.0.4</spotbugs.version>
<non.final>false</non.final>
- <spec.version>2.0</spec.version>
+ <spec.version>2.1</spec.version>
<extension.name>jakarta.annotation</extension.name>
<vendor.name>Eclipse Foundation</vendor.name>
<implementation.vendor.id>org.glassfish</implementation.vendor.id>
diff --git a/spec/pom.xml b/spec/pom.xml
index 15ef070..604ec04 100644
--- a/spec/pom.xml
+++ b/spec/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2019, 2020 Contributors to the Eclipse Foundation.
+ Copyright (c) 2019, 2021 Contributors to the Eclipse Foundation.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
@@ -21,13 +21,13 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
- <version>1.0.6</version>
+ <version>1.0.7</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>annotations-spec</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta Annotations Specification</name>
@@ -38,8 +38,8 @@
<properties>
<site.output.dir>${project.build.directory}/staging</site.output.dir>
<maven.site.skip>true</maven.site.skip>
- <asciidoctor.maven.plugin.version>2.0.0</asciidoctor.maven.plugin.version>
- <asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
+ <asciidoctor.maven.plugin.version>2.2.1</asciidoctor.maven.plugin.version>
+ <asciidoctorj.pdf.version>1.6.0</asciidoctorj.pdf.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>