Skip to content

Commit f50ced8

Browse files
committed
Issue #420: update to Checkstyle 10.5.0
1 parent 2b317c2 commit f50ced8

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

net.sf.eclipsecs.checkstyle/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="checkstyle-10.4-all.jar" sourcepath="checkstyle-checkstyle-10.4.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-10.5.0-all.jar" sourcepath="checkstyle-checkstyle-10.5.0.zip"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
55
<attributes>
66
<attribute name="maven.pomderived" value="true"/>

net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Export-Package: .,
3838
com.puppycrawl.tools.checkstyle.utils,
3939
org.apache.commons.beanutils;version="10.4.0"
4040
Bundle-ClassPath: .,
41-
checkstyle-10.4-all.jar
41+
checkstyle-10.5.0-all.jar
4242
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-10.4-all.jar
4+
checkstyle-10.5.0-all.jar
55
jars.compile.order = .
66
source.. = metadata/
77
javacDefaultEncoding.. = UTF-8

net.sf.eclipsecs.checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Checkstyle Core Library Plugin</name>
1212

1313
<properties>
14-
<checkstyle.version>10.4</checkstyle.version>
14+
<checkstyle.version>10.5.0</checkstyle.version>
1515
</properties>
1616
<build>
1717
<plugins>

net.sf.eclipsecs.core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
</accessrules>
1212
</classpathentry>
1313
<classpathentry kind="src" path="src"/>
14-
<classpathentry kind="lib" path="lib/checkstyle-10.4-all.jar"/>
14+
<classpathentry kind="lib" path="lib/checkstyle-10.5.0-all.jar"/>
1515
<classpathentry kind="output" path="target/classes"/>
1616
</classpath>

net.sf.eclipsecs.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bundle-SymbolicName: net.sf.eclipsecs.core;singleton:=true
55
Bundle-Version: 10.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-ClassPath: .,
8-
lib/checkstyle-10.4-all.jar
8+
lib/checkstyle-10.5.0-all.jar
99
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1010
Bundle-ActivationPolicy: lazy
1111
Bundle-Vendor: Eclipse Checkstyle Project

net.sf.eclipsecs.core/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bin.includes = .,\
77
plugin.xml,\
88
schema/,\
99
core.properties,\
10-
lib/checkstyle-10.4-all.jar
10+
lib/checkstyle-10.5.0-all.jar
1111

1212
javacDefaultEncoding.. = UTF-8
1313

0 commit comments

Comments
 (0)