Skip to content

Commit

Permalink
Version changed to 2.1.0-SNAPSHOT (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kornilov <[email protected]>
  • Loading branch information
m0mus committed Nov 30, 2021
1 parent 5910249 commit 431d464
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
10 changes: 5 additions & 5 deletions spec/pom.xml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 431d464

Please sign in to comment.