Skip to content

Commit

Permalink
Issue #772: update to Checkstyle 10.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte committed Nov 7, 2024
1 parent 762c028 commit 7ab6cac
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="checkstyle-10.19.0-all.jar" sourcepath="checkstyle-checkstyle-10.19.0.zip"/>
<classpathentry exported="true" kind="lib" path="checkstyle-10.20.0-all.jar" sourcepath="checkstyle-checkstyle-10.20.0.zip"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Export-Package: .,
com.puppycrawl.tools.checkstyle.filters,
com.puppycrawl.tools.checkstyle.utils
Bundle-ClassPath: .,
checkstyle-10.19.0-all.jar
checkstyle-10.20.0-all.jar
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin.includes = META-INF/,\
.,\
license/,\
checkstyle-10.19.0-all.jar,\
checkstyle-10.20.0-all.jar,\
OSGI-INF/
jars.compile.order = .
source.. = metadata/
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>Checkstyle Core Library Plugin</name>

<properties>
<checkstyle.version>10.19.0</checkstyle.version>
<checkstyle.version>10.20.0</checkstyle.version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.core/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/checkstyle-10.19.0-all.jar"/>
<classpathentry kind="lib" path="lib/checkstyle-10.20.0-all.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: net.sf.eclipsecs.core;singleton:=true
Bundle-Version: 10.19.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: .,
lib/checkstyle-10.19.0-all.jar
lib/checkstyle-10.20.0-all.jar
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ bin.includes = .,\
license/,\
plugin.xml,\
schema/,\
lib/checkstyle-10.19.0-all.jar,\
lib/checkstyle-10.20.0-all.jar,\
OSGI-INF/
javacDefaultEncoding.. = UTF-8
Binary file not shown.
4 changes: 2 additions & 2 deletions upgrade-version.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Apply all necessary manual code changes now.
<description>upgrade all version numbers</description>

<target name="upgrade-version" description="upgrade version numbers and dependent files">
<property name="fromVersion" value="10.18.2"/>
<property name="toVersion" value="10.19.0"/>
<property name="fromVersion" value="10.19.0"/>
<property name="toVersion" value="10.20.0"/>

<!-- delete all outdated files, independent of their current version -->
<delete>
Expand Down

0 comments on commit 7ab6cac

Please sign in to comment.