Skip to content

Commit 7d2eeb0

Browse files
vtintillierCalixte
authored andcommitted
Issue #901: update to Checkstyle 12.0.1
1 parent 6f87632 commit 7d2eeb0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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-12.0.0-all.jar" sourcepath="checkstyle-checkstyle-12.0.0.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-12.0.1-all.jar" sourcepath="checkstyle-checkstyle-12.0.1.zip"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
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
@@ -40,5 +40,5 @@ Export-Package: .,
4040
org.codehaus.plexus.util
4141
Require-Bundle: org.eclipse.core.runtime
4242
Bundle-ClassPath: .,
43-
checkstyle-12.0.0-all.jar
43+
checkstyle-12.0.1-all.jar
4444
Automatic-Module-Name: net.sf.eclipsecs.checkstyle

net.sf.eclipsecs.checkstyle/build.properties

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-12.0.0-all.jar,\
4+
checkstyle-12.0.1-all.jar,\
55
OSGI-INF/
66
jars.compile.order = .
77
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>12.0.0</checkstyle.version>
14+
<checkstyle.version>12.0.1</checkstyle.version>
1515
</properties>
1616
<build>
1717
<plugins>

upgrade-version.build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Apply all necessary manual code changes now.
1818
<description>upgrade all version numbers</description>
1919

2020
<target name="upgrade-version" description="upgrade version numbers and dependent files">
21-
<property name="fromVersion" value="11.1.0"/>
22-
<property name="toVersion" value="12.0.0"/>
21+
<property name="fromVersion" value="12.0.0"/>
22+
<property name="toVersion" value="12.0.1"/>
2323

2424
<!-- delete all outdated files, independent of their current version -->
2525
<delete>

0 commit comments

Comments
 (0)