Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare next development cycle for 3.2.0-SNAPSHOT #339

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<name>Jakarta Messaging API</name>
<description>
Jakarta Messaging describes a means for Java applications to create, send,
Expand All @@ -54,7 +54,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>11</maven.compiler.release>
<!-- Version of the specification in the generated documents. Should be x.y for final version, not x.y.z -->
<spec.version>3.1</spec.version>
<spec.version>3.2</spec.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -201,7 +201,7 @@
<header><![CDATA[<br>Jakarta Messaging API v${project.version}]]></header>
<bottom><![CDATA[
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br>
Copyright &#169; 2018, 2022 Eclipse Foundation. All rights reserved.<br>
Copyright &#169; 2018, 2024 Eclipse Foundation. All rights reserved.<br>
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
</bottom>
<docfilessubdirs>true</docfilessubdirs>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.eclipse.ee4j.jms</groupId>
<artifactId>jms-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Messaging</name>
Expand All @@ -39,7 +39,7 @@
<!-- spec.status: DRAFT, BETA, etc., or "Final Release for final -->
<spec.status>DRAFT</spec.status>
<!-- Version of the specification in the generated documents. Should be x.y for final version, not x.y.z -->
<spec.version>3.1</spec.version>
<spec.version>3.2</spec.version>
</properties>

<url>https://projects.eclipse.org/projects/ee4j.jms</url>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j.jms</groupId>
<artifactId>jms-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<artifactId>messaging-spec</artifactId>
Expand Down
Loading