Skip to content

Commit

Permalink
Update version to 6.1 for next development cycle
Browse files Browse the repository at this point in the history
Using 6.1 for the next version as there isn't anything I am currently
aware of that would require a major version change for the next release.
  • Loading branch information
markt-asf committed May 3, 2024
1 parent 8553855 commit 72b22a2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 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) 1997, 2023 Oracle and/or its affiliates and others.
Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -30,7 +30,7 @@

<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Jakarta Expression Language API</name>
Expand Down Expand Up @@ -93,7 +93,7 @@

<properties>
<!-- Make sure the two versions are in sync with the maven version -->
<spec.version>6.0</spec.version>
<spec.version>6.1</spec.version>
<bundle.version>${project.version}</bundle.version>
<extensionName>jakarta.el</extensionName>
<bundle.symbolicName>jakarta.el-api</bundle.symbolicName>
Expand Down
6 changes: 3 additions & 3 deletions api/src/main/java/jakarta/el/package.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 1997, 2022 Oracle and/or its affiliates and others.
Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
All rights reserved.
Copyright 2004 The Apache Software Foundation
Expand All @@ -24,7 +24,7 @@
</head>

<body bgcolor="white">
Provides the API for <strong>Jakarta Expression Language 6.0</strong>
Provides the API for <strong>Jakarta Expression Language 6.1</strong>

<p>Jakarta Expression Language is a simple language originally designed to
satisfy the specific needs of web application developers. It has evolved
Expand Down Expand Up @@ -223,7 +223,7 @@ <h3><a name="Variables">Jakarta Expression Language Variables</a></h3>
</p>

<h3><a name="Standalone">Jakarta Expression Language in Stand-alone environment</a></h3>
<p>Jakarta Expression Language 6.0 includes APIs for using Jakarta Expression Language in a stand-alone environment.</p>
<p>Jakarta Expression Language 6.1 includes APIs for using Jakarta Expression Language in a stand-alone environment.</p>
<p>{@link jakarta.el.ELProcessor} provides simple APIs for the direct
evaluations of expressions. It also makes it easy to define functions,
set variables, and define beans locally.</p>
Expand Down
4 changes: 2 additions & 2 deletions api/src/main/javadoc/doc-files/EFSL.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ <h1>Eclipse Foundation Specification License - v1.0</h1>

<p>The notice is:</p>

<p>&quot;Copyright &copy; 2018, 2022 Eclipse Foundation. This software or
<p>&quot;Copyright &copy; 2018, 2024 Eclipse Foundation. This software or
document includes material copied from or derived from
Jakarta ® Expression Language
https://jakarta.ee/specifications/expression-language/6.0/&quot;</p>
https://jakarta.ee/specifications/expression-language/6.1/&quot;</p>

<h2>Disclaimers</h2>

Expand Down
4 changes: 2 additions & 2 deletions 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) 2020, 2022 Contributors to the Eclipse Foundation.
Copyright (c) 2020, 2024 Contributors to the Eclipse Foundation.
All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.el</groupId>
<artifactId>el-parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Expression Language</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.el</groupId>
<artifactId>expression-language-spec</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Expression Language Specification</name>
Expand Down
7 changes: 5 additions & 2 deletions spec/src/main/asciidoc/ELSpec.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:xrefstyle: full
:sectnums!:
== Jakarta Expression Language, Version 6.0
== Jakarta Expression Language, Version 6.1

Copyright (c) 2013, 2024 Oracle and/or its affiliates and others.
All rights reserved.
Expand All @@ -17,7 +17,7 @@ Comments to: [email protected]
== Preface

This is the Expression Language specification
version 6.0, developed by the Jakarta Expression Language Team under the Eclipse
version 6.1, developed by the Jakarta Expression Language Team under the Eclipse
Foundation Specification Process.

=== Historical Note
Expand Down Expand Up @@ -2998,6 +2998,9 @@ empty.
This appendix lists the changes in the EL specification.
This appendix is non-normative.

=== Changes between 6.1 and 6.0


=== Changes between 6.0 and 5.0

* The EL API requires Java 17 as a minimum.
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/license-efsl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The notice is:
"Copyright © 2018, 2024 Eclipse Foundation. This software or document
includes material copied from or derived from
Jakarta ® Expression Language
https://jakarta.ee/specifications/expression-language/6.0/[https://jakarta.ee/specifications/expression-language/6.0/]"
https://jakarta.ee/specifications/expression-language/6.1/[https://jakarta.ee/specifications/expression-language/6.1/]"

==== Disclaimers

Expand Down

0 comments on commit 72b22a2

Please sign in to comment.