Skip to content

Commit c5fc0d6

Browse files
committed
config: version bump to 1.41.0
1 parent 89a1ef8 commit c5fc0d6

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

eclipse-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.sevntu-checkstyle</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.40.0</version>
8+
<version>1.41.0</version>
99
<packaging>pom</packaging>
1010

1111
<licenses>

eclipsecs-sevntu-plugin-feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.40.0">
2+
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.41.0">
33

44
<description url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/">
55
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
@@ -20,6 +20,6 @@ Eclipse Public License - Version 1.0
2020
<discovery label="Eclipse Update site" url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/"/>
2121
</url>
2222

23-
<plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.40.0" unpack="false"/>
23+
<plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.41.0" unpack="false"/>
2424

2525
</feature>

eclipsecs-sevntu-plugin-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../eclipse-pom.xml</relativePath>
88
<groupId>com.github.sevntu-checkstyle</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.40.0</version>
10+
<version>1.41.0</version>
1111
</parent>
1212

1313
<groupId>com.github.sevntu-checkstyle</groupId>

eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Sevntu eclipse-cs Extension Plugin
44
Bundle-SymbolicName: eclipsecs-sevntu-plugin;singleton:=true
5-
Bundle-Version: 1.40.0
5+
Bundle-Version: 1.41.0
66
Require-Bundle: net.sf.eclipsecs.checkstyle,
77
net.sf.eclipsecs.core,
88
net.sf.eclipsecs.ui

eclipsecs-sevntu-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../eclipse-pom.xml</relativePath>
1010
<groupId>com.github.sevntu-checkstyle</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>1.40.0</version>
12+
<version>1.41.0</version>
1313
</parent>
1414

1515
<groupId>com.github.sevntu-checkstyle</groupId>

sevntu-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.github.sevntu-checkstyle</groupId>
1313
<artifactId>sevntu-checks</artifactId>
14-
<version>1.40.0</version>
14+
<version>1.41.0</version>
1515

1616
<properties>
1717
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>

sevntu-checkstyle-idea-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.github.sevntu-checkstyle</groupId>
1313
<artifactId>sevntu-checkstyle-idea-extension</artifactId>
14-
<version>1.40.0</version>
14+
<version>1.41.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Sevntu Checkstyle Idea extension</name>

sevntu-checkstyle-sonar-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.github.sevntu-checkstyle</groupId>
1313
<artifactId>sevntu-checkstyle-sonar-plugin</artifactId>
14-
<version>1.40.0</version>
14+
<version>1.41.0</version>
1515
<packaging>sonar-plugin</packaging>
1616

1717
<name>SevNTU Checkstyle Sonar Extension Plugin</name>

update-site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../eclipse-pom.xml</relativePath>
88
<groupId>com.github.sevntu-checkstyle</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.40.0</version>
10+
<version>1.41.0</version>
1111
</parent>
1212

1313
<artifactId>com.github.sevntu.checkstyle.p2updatesite</artifactId>

0 commit comments

Comments
 (0)