Skip to content

Commit 68091a0

Browse files
valfirstlkoe
authored andcommitted
Fix #82: upgrade to checkstyle 8.10.1
1 parent e9dc622 commit 68091a0

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

net.sf.eclipsecs.checkstyle/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry kind="src" path="metadata/"/>
1010
<classpathentry kind="src" path="test"/>
11-
<classpathentry exported="true" kind="lib" path="checkstyle-8.10-all.jar" sourcepath="checkstyle-checkstyle-8.10.zip"/>
11+
<classpathentry exported="true" kind="lib" path="checkstyle-8.10.1-all.jar" sourcepath="checkstyle-checkstyle-8.10.1.zip"/>
1212
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
1313
<classpathentry kind="output" path="target/classes"/>
1414
</classpath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Export-Package: .,
4646
com.puppycrawl.tools.checkstyle.utils,
4747
org.apache.commons.beanutils;version="8.10.0"
4848
Bundle-ClassPath: .,
49-
checkstyle-8.10-all.jar
49+
checkstyle-8.10.1-all.jar
5050
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-8.10-all.jar
4+
checkstyle-8.10.1-all.jar
55
jars.compile.order = .
66
source.. = metadata/

0 commit comments

Comments
 (0)