From 762c02868bf6e98752a204fc1f258ccf4d6a4991 Mon Sep 17 00:00:00 2001 From: Calixte Bonsart Date: Tue, 5 Nov 2024 16:20:12 +0000 Subject: [PATCH] config: release 10.19.0 --- docs/partials/index.html | 2 +- .../releases/10.19.0/release_notes.html | 28 +++++++++++++++++ docs/releases.json | 5 ++++ docs/sitemap.xml | 30 +++++++++---------- net.sf.eclipsecs-feature/feature.xml | 12 ++++---- net.sf.eclipsecs-feature/pom.xml | 2 +- net.sf.eclipsecs-updatesite/category.xml | 4 +-- net.sf.eclipsecs-updatesite/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- net.sf.eclipsecs.branding/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- net.sf.eclipsecs.checkstyle/pom.xml | 2 +- net.sf.eclipsecs.core/META-INF/MANIFEST.MF | 2 +- net.sf.eclipsecs.core/pom.xml | 2 +- net.sf.eclipsecs.doc/META-INF/MANIFEST.MF | 2 +- net.sf.eclipsecs.doc/pom.xml | 2 +- .../src/main/resources/partials/index.html | 2 +- .../releases/10.19.0/release_notes.html | 28 +++++++++++++++++ .../src/main/resources/releases.json | 5 ++++ net.sf.eclipsecs.sample/META-INF/MANIFEST.MF | 2 +- net.sf.eclipsecs.sample/pom.xml | 2 +- net.sf.eclipsecs.target/pom.xml | 2 +- net.sf.eclipsecs.ui/META-INF/MANIFEST.MF | 2 +- net.sf.eclipsecs.ui/pom.xml | 2 +- pom.xml | 2 +- 25 files changed, 107 insertions(+), 41 deletions(-) create mode 100644 docs/partials/releases/10.19.0/release_notes.html create mode 100644 net.sf.eclipsecs.doc/src/main/resources/partials/releases/10.19.0/release_notes.html diff --git a/docs/partials/index.html b/docs/partials/index.html index 1483ae682..19bd10088 100644 --- a/docs/partials/index.html +++ b/docs/partials/index.html @@ -24,7 +24,7 @@

Eclipse Checkstyle Plugin

1 Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse - (2022-09 or higher version) workspace. Latest release 10.18.2, see + (2022-09 or higher version) workspace. Latest release 10.19.0, see release notes. diff --git a/docs/partials/releases/10.19.0/release_notes.html b/docs/partials/releases/10.19.0/release_notes.html new file mode 100644 index 000000000..38c0c51cf --- /dev/null +++ b/docs/partials/releases/10.19.0/release_notes.html @@ -0,0 +1,28 @@ +
+

Changes

+ + +

+ Please read the + + Checkstyle release notes + + for details on recent and potentially breaking changes in Checkstyle. + Checkstyle configuration files potentially + need to be adapted to this version. +

+
diff --git a/docs/releases.json b/docs/releases.json index cb1ba94cd..051d55ae1 100644 --- a/docs/releases.json +++ b/docs/releases.json @@ -1,4 +1,9 @@ [ + { + "version": "Release 10.19.0", + "template": "partials/releases/10.19.0/release_notes.html", + "open": true + }, { "version": "Release 10.18.2", "template": "partials/releases/10.18.2/release_notes.html", diff --git a/docs/sitemap.xml b/docs/sitemap.xml index edb446e34..dad743d3d 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -15,77 +15,77 @@ --> https://checkstyle.org/eclipse-cs/ - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/releasenotes - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/install - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/project-setup - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/custom-config - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/filters - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/configtypes - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/properties - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/filesets - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/preferences - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/extensions - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/custom-checks - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/builtin-config - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/custom-filters - 2024-09-03 + 2024-10-15 weekly https://checkstyle.org/eclipse-cs/#!/faq - 2024-09-03 + 2024-10-15 weekly diff --git a/net.sf.eclipsecs-feature/feature.xml b/net.sf.eclipsecs-feature/feature.xml index d3683d6b5..dc797d342 100644 --- a/net.sf.eclipsecs-feature/feature.xml +++ b/net.sf.eclipsecs-feature/feature.xml @@ -2,7 +2,7 @@ @@ -38,22 +38,22 @@ + version="10.19.0.qualifier"/> + version="10.19.0.qualifier"/> + version="10.19.0.qualifier"/> + version="10.19.0.qualifier"/> + version="10.19.0.qualifier"/> diff --git a/net.sf.eclipsecs-feature/pom.xml b/net.sf.eclipsecs-feature/pom.xml index 0c533e297..21905b182 100644 --- a/net.sf.eclipsecs-feature/pom.xml +++ b/net.sf.eclipsecs-feature/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs diff --git a/net.sf.eclipsecs-updatesite/category.xml b/net.sf.eclipsecs-updatesite/category.xml index 72c5b8aae..fed0a0ffe 100644 --- a/net.sf.eclipsecs-updatesite/category.xml +++ b/net.sf.eclipsecs-updatesite/category.xml @@ -3,10 +3,10 @@ Eclipse Checkstyle Plugin Update Site - + - + diff --git a/net.sf.eclipsecs-updatesite/pom.xml b/net.sf.eclipsecs-updatesite/pom.xml index 139cf2b7a..9ac096f0f 100644 --- a/net.sf.eclipsecs-updatesite/pom.xml +++ b/net.sf.eclipsecs-updatesite/pom.xml @@ -4,7 +4,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs-updatesite diff --git a/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF b/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF index 578bfee32..5e2b8eef9 100644 --- a/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF +++ b/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF @@ -2,6 +2,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.sf.eclipsecs.branding -Bundle-Version: 10.18.2.qualifier +Bundle-Version: 10.19.0.qualifier Bundle-Vendor: %Bundle-Vendor Automatic-Module-Name: net.sf.eclipsecs.branding diff --git a/net.sf.eclipsecs.branding/pom.xml b/net.sf.eclipsecs.branding/pom.xml index 94e7180a4..c4967d217 100644 --- a/net.sf.eclipsecs.branding/pom.xml +++ b/net.sf.eclipsecs.branding/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs.branding diff --git a/net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF b/net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF index 10060a08a..85cf1fa1e 100644 --- a/net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF +++ b/net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.sf.eclipsecs.checkstyle -Bundle-Version: 10.18.2.qualifier +Bundle-Version: 10.19.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/net.sf.eclipsecs.checkstyle/pom.xml b/net.sf.eclipsecs.checkstyle/pom.xml index 02239a8c6..58d795831 100644 --- a/net.sf.eclipsecs.checkstyle/pom.xml +++ b/net.sf.eclipsecs.checkstyle/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs.checkstyle diff --git a/net.sf.eclipsecs.core/META-INF/MANIFEST.MF b/net.sf.eclipsecs.core/META-INF/MANIFEST.MF index b739f5f84..a60d0a7a6 100644 --- a/net.sf.eclipsecs.core/META-INF/MANIFEST.MF +++ b/net.sf.eclipsecs.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-Name: %Bundle-Name Bundle-ManifestVersion: 2 Bundle-SymbolicName: net.sf.eclipsecs.core;singleton:=true -Bundle-Version: 10.18.2.qualifier +Bundle-Version: 10.19.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-ClassPath: ., lib/checkstyle-10.19.0-all.jar diff --git a/net.sf.eclipsecs.core/pom.xml b/net.sf.eclipsecs.core/pom.xml index 364ba5816..8c0df381f 100644 --- a/net.sf.eclipsecs.core/pom.xml +++ b/net.sf.eclipsecs.core/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs.core diff --git a/net.sf.eclipsecs.doc/META-INF/MANIFEST.MF b/net.sf.eclipsecs.doc/META-INF/MANIFEST.MF index f02a4a9fb..d33e2a3f0 100644 --- a/net.sf.eclipsecs.doc/META-INF/MANIFEST.MF +++ b/net.sf.eclipsecs.doc/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.sf.eclipsecs.doc;singleton:=true -Bundle-Version: 10.18.2.qualifier +Bundle-Version: 10.19.0.qualifier Require-Bundle: org.eclipse.help;bundle-version="3.9.0" Bundle-Vendor: %Bundle-Vendor Automatic-Module-Name: net.sf.eclipsecs.doc diff --git a/net.sf.eclipsecs.doc/pom.xml b/net.sf.eclipsecs.doc/pom.xml index 4fd7ed488..e6bc34ae4 100644 --- a/net.sf.eclipsecs.doc/pom.xml +++ b/net.sf.eclipsecs.doc/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs.doc diff --git a/net.sf.eclipsecs.doc/src/main/resources/partials/index.html b/net.sf.eclipsecs.doc/src/main/resources/partials/index.html index 1483ae682..19bd10088 100644 --- a/net.sf.eclipsecs.doc/src/main/resources/partials/index.html +++ b/net.sf.eclipsecs.doc/src/main/resources/partials/index.html @@ -24,7 +24,7 @@

Eclipse Checkstyle Plugin

1 Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse - (2022-09 or higher version) workspace. Latest release 10.18.2, see + (2022-09 or higher version) workspace. Latest release 10.19.0, see release notes. diff --git a/net.sf.eclipsecs.doc/src/main/resources/partials/releases/10.19.0/release_notes.html b/net.sf.eclipsecs.doc/src/main/resources/partials/releases/10.19.0/release_notes.html new file mode 100644 index 000000000..38c0c51cf --- /dev/null +++ b/net.sf.eclipsecs.doc/src/main/resources/partials/releases/10.19.0/release_notes.html @@ -0,0 +1,28 @@ +
+

Changes

+
    +
  • e652a696 Issue #763: update to Checkstyle 10.19.0
  • +
  • b3a1481b build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
  • +
  • 6ebad3a0 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
  • +
  • c6810f24 build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin
  • +
  • f03001eb build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin
  • +
  • e72c5177 build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin
  • +
  • 3d812b2a build(deps): bump org.codehaus.mojo:exec-maven-plugin
  • +
  • 54043b10 build(deps): bump org.apache.maven.plugins:maven-site-plugin
  • +
  • 8d8ef3d2 build(deps): bump actions/setup-java from 4.4.0 to 4.5.0
  • +
  • 600d78e2 build(deps): bump actions/cache from 4.1.1 to 4.1.2
  • +
  • ef438fd2 build(deps): bump EnricoMi/publish-unit-test-result-action
  • +
  • bec5b8d5 build(deps): bump actions/checkout from 4.2.1 to 4.2.2
  • +
  • 11b126c8 build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin
  • +
+ +

+ Please read the + + Checkstyle release notes + + for details on recent and potentially breaking changes in Checkstyle. + Checkstyle configuration files potentially + need to be adapted to this version. +

+
diff --git a/net.sf.eclipsecs.doc/src/main/resources/releases.json b/net.sf.eclipsecs.doc/src/main/resources/releases.json index cb1ba94cd..051d55ae1 100644 --- a/net.sf.eclipsecs.doc/src/main/resources/releases.json +++ b/net.sf.eclipsecs.doc/src/main/resources/releases.json @@ -1,4 +1,9 @@ [ + { + "version": "Release 10.19.0", + "template": "partials/releases/10.19.0/release_notes.html", + "open": true + }, { "version": "Release 10.18.2", "template": "partials/releases/10.18.2/release_notes.html", diff --git a/net.sf.eclipsecs.sample/META-INF/MANIFEST.MF b/net.sf.eclipsecs.sample/META-INF/MANIFEST.MF index 3450cd591..aa0b3da89 100644 --- a/net.sf.eclipsecs.sample/META-INF/MANIFEST.MF +++ b/net.sf.eclipsecs.sample/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.sf.eclipsecs.sample;singleton:=true -Bundle-Version: 10.18.2.qualifier +Bundle-Version: 10.19.0.qualifier Require-Bundle: net.sf.eclipsecs.checkstyle, net.sf.eclipsecs.core, net.sf.eclipsecs.ui diff --git a/net.sf.eclipsecs.sample/pom.xml b/net.sf.eclipsecs.sample/pom.xml index 551cf7f2a..149595271 100644 --- a/net.sf.eclipsecs.sample/pom.xml +++ b/net.sf.eclipsecs.sample/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs.sample diff --git a/net.sf.eclipsecs.target/pom.xml b/net.sf.eclipsecs.target/pom.xml index b4da0ac1d..d66fbeca3 100644 --- a/net.sf.eclipsecs.target/pom.xml +++ b/net.sf.eclipsecs.target/pom.xml @@ -4,7 +4,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT net.sf.eclipsecs.target pom diff --git a/net.sf.eclipsecs.ui/META-INF/MANIFEST.MF b/net.sf.eclipsecs.ui/META-INF/MANIFEST.MF index 33b72e963..8bd56df8a 100644 --- a/net.sf.eclipsecs.ui/META-INF/MANIFEST.MF +++ b/net.sf.eclipsecs.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.sf.eclipsecs.ui;singleton:=true -Bundle-Version: 10.18.2.qualifier +Bundle-Version: 10.19.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Activator: net.sf.eclipsecs.ui.CheckstyleUIPlugin Bundle-ActivationPolicy: lazy diff --git a/net.sf.eclipsecs.ui/pom.xml b/net.sf.eclipsecs.ui/pom.xml index 220ef7b1a..20b641477 100644 --- a/net.sf.eclipsecs.ui/pom.xml +++ b/net.sf.eclipsecs.ui/pom.xml @@ -3,7 +3,7 @@ net.sf.eclipsecs.parent net.sf.eclipsecs - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT 4.0.0 net.sf.eclipsecs.ui diff --git a/pom.xml b/pom.xml index c762ddc20..9eea9663b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 net.sf.eclipsecs net.sf.eclipsecs.parent - 10.18.2-SNAPSHOT + 10.19.0-SNAPSHOT pom eclipse-cs Maven Parent