diff --git a/docs/partials/index.html b/docs/partials/index.html
index 2b4171041..7b364e885 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
- (Juno or higher version) workspace. Latest release 9.2.1, based on Checkstyle 9.2, see
+ (Juno or higher version) workspace. Latest release 9.3.0, based on Checkstyle 9.3, see
release notes
diff --git a/docs/partials/releases/9.3.0/release_notes.html b/docs/partials/releases/9.3.0/release_notes.html
new file mode 100644
index 000000000..68452c898
--- /dev/null
+++ b/docs/partials/releases/9.3.0/release_notes.html
@@ -0,0 +1,16 @@
+
+
Changes
+
+ - 4830111d Issue #339: update to Checkstyle 9.3
+
+
+
+ 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 e012768df..ebcd8c260 100644
--- a/docs/releases.json
+++ b/docs/releases.json
@@ -1,4 +1,9 @@
[
+ {
+ "version": "Release 9.3.0",
+ "template": "partials/releases/9.3.0/release_notes.html",
+ "open": true
+ },
{
"version": "Release 9.2.1",
"template": "partials/releases/9.2.1/release_notes.html",
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 7ef27fa7d..2677f42f4 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -12,77 +12,77 @@
-->
https://checkstyle.org/eclipse-cs/
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/releasenotes
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/install
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/project-setup
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/custom-config
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/filters
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/configtypes
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/properties
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/filesets
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/preferences
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/extensions
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/custom-checks
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/builtin-config
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/custom-filters
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
https://checkstyle.org/eclipse-cs/#!/faq
- 2022-04-04T20:48:11Z
+ 2022-04-04T23:49:24Z
weekly
diff --git a/net.sf.eclipsecs-feature/feature.xml b/net.sf.eclipsecs-feature/feature.xml
index a678d5bc2..83906e770 100644
--- a/net.sf.eclipsecs-feature/feature.xml
+++ b/net.sf.eclipsecs-feature/feature.xml
@@ -1,5 +1,5 @@
-
+ version="9.3.0.qualifier"/>
+ version="9.3.0.qualifier"/>
diff --git a/net.sf.eclipsecs-feature/pom.xml b/net.sf.eclipsecs-feature/pom.xml
index 471121157..7090e74bc 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
- 9.2.1-SNAPSHOT
+ 9.3.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 42d89b1e3..810f702d0 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 017ae31a2..49ff41387 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
- 9.2.1-SNAPSHOT
+ 9.3.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 dcea03adc..738c83963 100644
--- a/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF
+++ b/net.sf.eclipsecs.branding/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Checkstyle
Bundle-SymbolicName: net.sf.eclipsecs.branding
-Bundle-Version: 9.2.1.qualifier
+Bundle-Version: 9.3.0.qualifier
Bundle-Vendor: Eclipse Checkstyle Project
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: net.sf.eclipsecs.branding
diff --git a/net.sf.eclipsecs.branding/pom.xml b/net.sf.eclipsecs.branding/pom.xml
index 2ec4f5369..359b3df36 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
- 9.2.1-SNAPSHOT
+ 9.3.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 be4451a82..7bdc62cc5 100644
--- a/net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF
+++ b/net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Checkstyle Library
Bundle-SymbolicName: net.sf.eclipsecs.checkstyle
-Bundle-Version: 9.2.1.qualifier
+Bundle-Version: 9.3.0.qualifier
Bundle-Vendor: Eclipse Checkstyle Project
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: .,
- com.google.common.base;version="9.2.1",
- com.google.common.cache;version="9.2.1",
- com.google.common.collect;version="9.2.1",
- com.google.common.io;version="9.2.1",
+ com.google.common.base;version="9.3.0",
+ com.google.common.cache;version="9.3.0",
+ com.google.common.collect;version="9.3.0",
+ com.google.common.io;version="9.3.0",
com.puppycrawl.tools.checkstyle,
com.puppycrawl.tools.checkstyle.api;
uses:="org.xml.sax.helpers,
@@ -36,7 +36,7 @@ Export-Package: .,
com.puppycrawl.tools.checkstyle.filefilters,
com.puppycrawl.tools.checkstyle.filters,
com.puppycrawl.tools.checkstyle.utils,
- org.apache.commons.beanutils;version="9.2.1"
+ org.apache.commons.beanutils;version="9.3.0"
Bundle-ClassPath: .,
checkstyle-9.3-all.jar
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
diff --git a/net.sf.eclipsecs.checkstyle/pom.xml b/net.sf.eclipsecs.checkstyle/pom.xml
index 90187688f..d3f02639a 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
- 9.2.1-SNAPSHOT
+ 9.3.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 f3ed183d9..e794070fe 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: Eclipse Checkstyle
Bundle-ManifestVersion: 2
Bundle-SymbolicName: net.sf.eclipsecs.core;singleton:=true
-Bundle-Version: 9.2.1.qualifier
+Bundle-Version: 9.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
lib/dom4j-2.1.3.jar,
diff --git a/net.sf.eclipsecs.core/pom.xml b/net.sf.eclipsecs.core/pom.xml
index 104e6c391..e04668a25 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
- 9.2.1-SNAPSHOT
+ 9.3.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 fc17147b8..a479b9415 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: Eclipse Checkstyle Documentation
Bundle-SymbolicName: net.sf.eclipsecs.doc;singleton:=true
-Bundle-Version: 9.2.1.qualifier
+Bundle-Version: 9.3.0.qualifier
Bundle-Vendor: Eclipse Checkstyle Project
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: net.sf.eclipsecs.doc
diff --git a/net.sf.eclipsecs.doc/pom.xml b/net.sf.eclipsecs.doc/pom.xml
index 18931c181..3ec338b86 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
- 9.2.1-SNAPSHOT
+ 9.3.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 2b4171041..7b364e885 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
- (Juno or higher version) workspace. Latest release 9.2.1, based on Checkstyle 9.2, see
+ (Juno or higher version) workspace. Latest release 9.3.0, based on Checkstyle 9.3, see
release notes
diff --git a/net.sf.eclipsecs.doc/src/main/resources/partials/releases/9.3.0/release_notes.html b/net.sf.eclipsecs.doc/src/main/resources/partials/releases/9.3.0/release_notes.html
new file mode 100644
index 000000000..68452c898
--- /dev/null
+++ b/net.sf.eclipsecs.doc/src/main/resources/partials/releases/9.3.0/release_notes.html
@@ -0,0 +1,16 @@
+
+
Changes
+
+ - 4830111d Issue #339: update to Checkstyle 9.3
+
+
+
+ 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 e012768df..ebcd8c260 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 9.3.0",
+ "template": "partials/releases/9.3.0/release_notes.html",
+ "open": true
+ },
{
"version": "Release 9.2.1",
"template": "partials/releases/9.2.1/release_notes.html",
diff --git a/net.sf.eclipsecs.sample/META-INF/MANIFEST.MF b/net.sf.eclipsecs.sample/META-INF/MANIFEST.MF
index cc65cecd5..bf8a8d95d 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: Eclipse Checkstyle Extension Sample
Bundle-SymbolicName: net.sf.eclipsecs.sample;singleton:=true
-Bundle-Version: 9.2.1.qualifier
+Bundle-Version: 9.3.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 a67b9c012..d4f494118 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
- 9.2.1-SNAPSHOT
+ 9.3.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 d176e5d36..46f695477 100644
--- a/net.sf.eclipsecs.target/pom.xml
+++ b/net.sf.eclipsecs.target/pom.xml
@@ -3,7 +3,7 @@
net.sf.eclipsecs.parent
net.sf.eclipsecs
- 9.2.1-SNAPSHOT
+ 9.3.0-SNAPSHOT
4.0.0
net.sf.eclipsecs.target
diff --git a/net.sf.eclipsecs.ui/META-INF/MANIFEST.MF b/net.sf.eclipsecs.ui/META-INF/MANIFEST.MF
index cc2219ded..cdac5a29c 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: Eclipse Checkstyle UI
Bundle-SymbolicName: net.sf.eclipsecs.ui;singleton:=true
-Bundle-Version: 9.2.1.qualifier
+Bundle-Version: 9.3.0.qualifier
Bundle-Vendor: Eclipse Checkstyle Project
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 32f99352f..eff47b46a 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
- 9.2.1-SNAPSHOT
+ 9.3.0-SNAPSHOT
4.0.0
net.sf.eclipsecs.ui
diff --git a/pom.xml b/pom.xml
index c74c89c47..bbefbebe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
net.sf.eclipsecs
net.sf.eclipsecs.parent
- 9.2.1-SNAPSHOT
+ 9.3.0-SNAPSHOT
pom
eclipse-cs Maven Parent