Skip to content

Commit

Permalink
config: version bump to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jun 26, 2021
1 parent 52fd129 commit b9ef605
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eclipse-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>
<packaging>pom</packaging>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions eclipsecs-sevntu-plugin-feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.39.0">
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.40.0">

<description url="http://sevntu-checkstyle.github.com/sevntu.checkstyle/">
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
Expand All @@ -20,6 +20,6 @@ Eclipse Public License - Version 1.0
<discovery label="Eclipse Update site" url="http://sevntu-checkstyle.github.com/sevntu.checkstyle/update-site/"/>
</url>

<plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.39.0" unpack="false"/>
<plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.40.0" unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion eclipsecs-sevntu-plugin-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>
</parent>

<groupId>com.github.sevntu-checkstyle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sevntu eclipse-cs Extension Plugin
Bundle-SymbolicName: eclipsecs-sevntu-plugin;singleton:=true
Bundle-Version: 1.39.0
Bundle-Version: 1.40.0
Require-Bundle: net.sf.eclipsecs.checkstyle,
net.sf.eclipsecs.core,
net.sf.eclipsecs.ui
Expand Down
2 changes: 1 addition & 1 deletion eclipsecs-sevntu-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>
</parent>

<groupId>com.github.sevntu-checkstyle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sevntu-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checks</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>

<properties>
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion sevntu-checkstyle-idea-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checkstyle-idea-extension</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>
<packaging>jar</packaging>

<name>Sevntu Checkstyle Idea extension</name>
Expand Down
2 changes: 1 addition & 1 deletion sevntu-checkstyle-sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checkstyle-sonar-plugin</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>
<packaging>sonar-plugin</packaging>

<name>SevNTU Checkstyle Sonar Extension Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.39.0</version>
<version>1.40.0</version>
</parent>

<artifactId>com.github.sevntu.checkstyle.p2updatesite</artifactId>
Expand Down

0 comments on commit b9ef605

Please sign in to comment.