Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-12.0.1-all.jar" sourcepath="checkstyle-checkstyle-12.0.1.zip"/>
<classpathentry exported="true" kind="lib" path="checkstyle-12.1.0-all.jar" sourcepath="checkstyle-checkstyle-12.1.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 @@ -40,5 +40,5 @@ Export-Package: .,
org.codehaus.plexus.util
Require-Bundle: org.eclipse.core.runtime
Bundle-ClassPath: .,
checkstyle-12.0.1-all.jar
checkstyle-12.1.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-12.0.1-all.jar,\
checkstyle-12.1.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>12.0.1</checkstyle.version>
<checkstyle.version>12.1.0</checkstyle.version>
</properties>
<build>
<plugins>
Expand Down
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="12.0.0"/>
<property name="toVersion" value="12.0.1"/>
<property name="fromVersion" value="12.0.1"/>
<property name="toVersion" value="12.1.0"/>

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