Skip to content

Commit

Permalink
version bump to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jun 7, 2015
1 parent 37b405f commit c043709
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.13.2</version>
<version>1.13.3</version>
<packaging>pom</packaging>
<modules>
<module>eclipsecs-sevntu-plugin</module>
Expand Down
4 changes: 2 additions & 2 deletions eclipsecs-sevntu-plugin-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.github.sevntu.checkstyle.checks.feature"
label="Extension for eclipse-cs plugin with additional Checks"
version="1.13.2">
version="1.13.3">

<description url="http://sevntu-checkstyle.github.com/sevntu.checkstyle/">
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
Expand All @@ -27,7 +27,7 @@ Eclipse Public License - Version 1.0
id="eclipsecs-sevntu-plugin"
download-size="0"
install-size="0"
version="1.13.2"
version="1.13.3"
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 @@ -6,7 +6,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.13.2</version>
<version>1.13.3</version>
</parent>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>com.github.sevntu.checkstyle.checks.feature</artifactId>
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.13.2
Bundle-Version: 1.13.3
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 @@ -7,7 +7,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.13.2</version>
<version>1.13.3</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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checks</artifactId>
<version>1.13.2</version>
<version>1.13.3</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 @@ -4,7 +4,7 @@

<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checkstyle-idea-extension</artifactId>
<version>1.13.2</version>
<version>1.13.3</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 @@ -3,12 +3,12 @@
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
<name>Sevntu Checkstyle Maven Plugin</name>
<version>1.13.2</version>
<version>1.13.3</version>
<dependencies>
<dependency>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checks</artifactId>
<version>1.13.2</version>
<version>1.13.3</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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checkstyle-sonar-plugin</artifactId>
<version>1.13.2</version>
<version>1.13.3</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 @@ -6,7 +6,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.13.2</version>
<version>1.13.3</version>
</parent>

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

0 comments on commit c043709

Please sign in to comment.