Skip to content

Commit

Permalink
Bump version in master to 2.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Apr 30, 2023
1 parent 80cb0f8 commit 0ec909b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Jakarta Activation API</name>
<description>${project.name} ${spec.version} Specification</description>
<url>https://github.com/jakartaee/jaf-api</url>

<properties>
<spec.version>2.1</spec.version>
<spec.version>2.2</spec.version>
<spec.title>Jakarta Activation Specification</spec.title>
<activation.recompile.skip>false</activation.recompile.skip>
<!-- for the osgiversion-maven-plugin -->
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<relativePath/>
</parent>
<artifactId>activation-spec</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta Activation Specification</name>

Expand Down
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/activation-spec.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
// Copyright (c) 2017, 2023 Contributors to the Eclipse Foundation
//

= Jakarta Activation 2.1
= Jakarta Activation 2.2
:authors: Jakarta Activation Team, https://projects.eclipse.org/projects/ee4j.jaf
:email: https://dev.eclipse.org/mailman/listinfo/jaf-dev
:version-label!:
Expand Down

0 comments on commit 0ec909b

Please sign in to comment.