Bump actions/cache from 3.0.2 to 3.0.3
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b162a63..da9c764 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,47 +1,47 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-name: Java CI
-
-on: [push, pull_request]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    continue-on-error: ${{ matrix.experimental }}
-    strategy:
-      matrix:
-        java: [ 8, 11, 17 ]
-        experimental: [false]
-#        include:
-#          - java: 18-ea
-#            experimental: true        
-        
-    steps:
-    - uses: actions/checkout@v2.3.4
-    - uses: actions/cache@v3.0.2
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
-    - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3
-      with:
-        distribution: 'temurin'
-        java-version: ${{ matrix.java }}
-    - name: Build with Maven
-      run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress
+# Licensed to the Apache Software Foundation (ASF) under one or more

+# contributor license agreements.  See the NOTICE file distributed with

+# this work for additional information regarding copyright ownership.

+# The ASF licenses this file to You under the Apache License, Version 2.0

+# (the "License"); you may not use this file except in compliance with

+# the License.  You may obtain a copy of the License at

+#

+#      http://www.apache.org/licenses/LICENSE-2.0

+#

+# Unless required by applicable law or agreed to in writing, software

+# distributed under the License is distributed on an "AS IS" BASIS,

+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+# See the License for the specific language governing permissions and

+# limitations under the License.

+

+name: Java CI

+

+on: [push, pull_request]

+

+jobs:

+  build:

+

+    runs-on: ubuntu-latest

+    continue-on-error: ${{ matrix.experimental }}

+    strategy:

+      matrix:

+        java: [ 8, 11, 17 ]

+        experimental: [false]

+#        include:

+#          - java: 18-ea

+#            experimental: true        

+        

+    steps:

+    - uses: actions/checkout@v2.3.4

+    - uses: actions/cache@v3.0.3

+      with:

+        path: ~/.m2/repository

+        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

+        restore-keys: |

+          ${{ runner.os }}-maven-

+    - name: Set up JDK ${{ matrix.java }}

+      uses: actions/setup-java@v3

+      with:

+        distribution: 'temurin'

+        java-version: ${{ matrix.java }}

+    - name: Build with Maven

+      run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f172a15..59989d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
--->
-<document>
-  <properties>
-    <title>Apache Commons BSF Release Notes</title>
-    <author email="dev@commons.apache.org">Apache Commons developers</author>
-  </properties>
-  <body>
-    <release version="2.5.0" date="YYY-MM-DD" description="TBD.">
-      <!-- FIXES -->
-      <!-- ADDS -->
-      <!-- UPDATES -->
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2 to 3.0.2.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 1.4.3 to 3.</action>
-    </release>
-  </body>
-</document>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+

+-->

+<document>

+  <properties>

+    <title>Apache Commons BSF Release Notes</title>

+    <author email="dev@commons.apache.org">Apache Commons developers</author>

+  </properties>

+  <body>

+    <release version="2.5.0" date="YYY-MM-DD" description="TBD.">

+      <!-- FIXES -->

+      <!-- ADDS -->

+      <!-- UPDATES -->

+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2 to 3.0.3.</action>

+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 1.4.3 to 3.</action>

+    </release>

+  </body>

+</document>