Skip to content

Commit

Permalink
config: version bump to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Mar 25, 2019
1 parent ced3567 commit b219a27
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 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.32.0</version>
<version>1.33.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.32.0">
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.33.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.32.0" unpack="false"/>
<plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.33.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.32.0</version>
<version>1.33.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.32.0
Bundle-Version: 1.33.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.32.0</version>
<version>1.33.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.32.0</version>
<version>1.33.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.32.0</version>
<version>1.33.0</version>
<packaging>jar</packaging>

<name>Sevntu Checkstyle Idea extension</name>
Expand Down
4 changes: 2 additions & 2 deletions sevntu-checkstyle-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
<name>Sevntu Checkstyle Maven Plugin</name>
<version>1.32.0</version>
<version>1.33.0</version>

<licenses>
<license>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checks</artifactId>
<version>1.32.0</version>
<version>1.33.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
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.32.0</version>
<version>1.33.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.32.0</version>
<version>1.33.0</version>
</parent>

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

0 comments on commit b219a27

Please sign in to comment.