Skip to content

Commit c402e8b

Browse files
committed
Issue #354: update to Checkstyle 10.3.1
1 parent a47cb0e commit c402e8b

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.3-all.jar" sourcepath="checkstyle-checkstyle-10.3.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-10.3.1-all.jar" sourcepath="checkstyle-checkstyle-10.3.1.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.3.0"
4040
Bundle-ClassPath: .,
41-
checkstyle-10.3-all.jar
41+
checkstyle-10.3.1-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,6 +1,6 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-10.3-all.jar
4+
checkstyle-10.3.1-all.jar
55
jars.compile.order = .
66
source.. = metadata/

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.3</checkstyle.version>
14+
<checkstyle.version>10.3.1</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
@@ -10,6 +10,6 @@
1010
<classpathentry exported="true" kind="lib" path="lib/dom4j-2.1.3.jar"/>
1111
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.26.jar"/>
1212
<classpathentry exported="true" kind="lib" path="lib/javassist-3.28.0-GA.jar"/>
13-
<classpathentry kind="lib" path="lib/checkstyle-10.3-all.jar"/>
13+
<classpathentry kind="lib" path="lib/checkstyle-10.3.1-all.jar"/>
1414
<classpathentry kind="output" path="target/classes"/>
1515
</classpath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bundle-ClassPath: .,
88
lib/dom4j-2.1.3.jar,
99
lib/snakeyaml-1.26.jar,
1010
lib/javassist-3.28.0-GA.jar,
11-
lib/checkstyle-10.3-all.jar
11+
lib/checkstyle-10.3.1-all.jar
1212
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1313
Bundle-ActivationPolicy: lazy
1414
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
@@ -9,7 +9,7 @@ bin.includes = .,\
99
core.properties,\
1010
lib/dom4j-2.1.3.jar, \
1111
lib/snakeyaml-1.26.jar, \
12-
lib/checkstyle-10.3-all.jar
12+
lib/checkstyle-10.3.1-all.jar
1313

1414
source.. = src/
1515

0 commit comments

Comments
 (0)