diff --git a/.github/SECURITY.md b/.github/SECURITY.md index f8ff1f1..cebd68a 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -If a security issue occurs, only the latest version is guaranteed to be patched. +If a security issue occurs, only the latest versions of v2.x and v1.x are guaranteed to be patched. ## Reporting a Vulnerability diff --git a/.github/website.sh b/.github/website.sh index 145dee8..c9263e1 100644 --- a/.github/website.sh +++ b/.github/website.sh @@ -21,4 +21,9 @@ git commit --message "Update joda-money from CI: $GITHUB_ACTION" echo "## push..." git push origin main +echo "## tidy..." +cd .. +git push --delete origin website || true +git push --delete origin website2x || true + echo "## done" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b25a45e..dd0a014 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PERSONAL_TOKEN_GH }} - name: Set up JDK uses: actions/setup-java@v4 @@ -43,14 +45,14 @@ jobs: uses: github/codeql-action/init@v3 with: languages: java - + - name: Maven build run: | mvn install site - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 - + - name: Website if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v')) env: diff --git a/README.md b/README.md index e6cd44e..e94dbc0 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,7 @@ Tidelift will coordinate the fix and disclosure. * Update version (index.md, changes.xml) * Commit and push -* In an admin window `gpg-connect-agent -v` -* Switch to Java 11 +* Switch to Java 21 * `mvn clean release:clean release:prepare release:perform` * `git fetch` * Website will be built and released by GitHub Actions diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 29155fc..63c38a9 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,7 +4,7 @@ Joda-Money Joda-Money is a monetary library that fills the gap in the JDK by providing a Money class and associated formatting. -The release runs on JDK 6 or later. +The release runs on JDK 21 or later. See https://www.joda.org/joda-money/changes-report.html for changes diff --git a/pom.xml b/pom.xml index 1f84463..5ff434e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,14 @@ - + 4.0.0 org.joda joda-money jar Joda-Money - 2.0.0-RC1-SNAPSHOT + 2.0.0-SNAPSHOT Money representation and formatting, compatible with Java 21+ https://www.joda.org/joda-money/ @@ -715,9 +715,9 @@ - + - release-basics + release-artifacts oss.repo @@ -815,12 +815,12 @@ 3.26.3 - 2.2.3 + 3.0.0 5.11.0 org.joda.money.* - osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${maven.compiler.source}))" + osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${maven.compiler.release}))" true @@ -833,14 +833,14 @@ 3.1.3 3.8.0 3.5.0 - 3.2.6 + 3.2.7 3.1.3 3.4.2 - 3.10.0 + 3.10.1 3.5.0 3.15.0 3.25.0 - 3.7.0 + 3.6.2 3.1.1 2.4 3.3.1 @@ -859,8 +859,7 @@ 4.8.6.4 - 21 - 21 + 21 true diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c22dd49..bc53402 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,10 +8,10 @@ - + Major version based on Java SE 21. - Intended to be effectively compatible with v1.x. + Intended to be fully compatible with v1.x. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 22aad81..65a9f41 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -70,9 +70,9 @@ As a flavour of Joda-Money, here is some example code: ## Releases -The 2.x branch is compatible with Java SE 21 or later. +The 2.x branch (v2.0.0) is compatible with Java SE 21 or later. -The 1.x branch is compatible with Java SE 8 or later. +The 1.x branch (v1.0.5) is compatible with Java SE 8 or later. v2.x releases are compatible with v1.x releases - except for the Java SE version and `module-info.class` file. @@ -81,12 +81,13 @@ There is a *compile-time* dependency on [Joda-Convert](https://www.joda.org/joda but this is not required at runtime thanks to the magic of annotations. Available in [Maven Central](https://search.maven.org/search?q=g:org.joda%20AND%20a:joda-money&core=gav). +[GitHub release bundles](https://github.com/JodaOrg/joda-money/releases). ```xml org.joda joda-money - 1.0.5 + 2.0.0 ``` diff --git a/src/site/site.xml b/src/site/site.xml index b22d84f..2ae587f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -82,7 +82,7 @@ - +