Skip to content

Commit

Permalink
config: version bump to 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Nov 17, 2022
1 parent 83a2bce commit 45ae6b1
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion eclipse-pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.42.0</version>
<version>1.43.0</version>
<packaging>pom</packaging>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions eclipsecs-sevntu-plugin-feature/feature.xml
@@ -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.42.0">
<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.43.0">

<description url="http://sevntu-checkstyle.github.io/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.io/sevntu.checkstyle/update-site/"/>
</url>

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

</feature>
2 changes: 1 addition & 1 deletion eclipsecs-sevntu-plugin-feature/pom.xml
Expand Up @@ -7,7 +7,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.42.0</version>
<version>1.43.0</version>
</parent>

<groupId>com.github.sevntu-checkstyle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF
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.42.0
Bundle-Version: 1.43.0
Require-Bundle: net.sf.eclipsecs.checkstyle,
net.sf.eclipsecs.core,
net.sf.eclipsecs.ui
Expand Down
12 changes: 6 additions & 6 deletions eclipsecs-sevntu-plugin/pom.xml
Expand Up @@ -9,7 +9,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.42.0</version>
<version>1.43.0</version>
</parent>

<groupId>com.github.sevntu-checkstyle</groupId>
Expand Down Expand Up @@ -68,11 +68,11 @@
</goals>
<configuration>
<target>
<property name="mvn.project.build.directory" value="${project.build.directory}" />
<property name="checkstyle.configLocation" value="${checkstyle.configLocation}" />
<property name="checkstyle.header" value="${checkstyle.header}" />
<property name="checkstyle.regexp.header" value="${checkstyle.regexp.header}" />
<ant antfile="ant-phase-verify.xml" />
<property name="mvn.project.build.directory" value="${project.build.directory}"/>
<property name="checkstyle.configLocation" value="${checkstyle.configLocation}"/>
<property name="checkstyle.header" value="${checkstyle.header}"/>
<property name="checkstyle.regexp.header" value="${checkstyle.regexp.header}"/>
<ant antfile="ant-phase-verify.xml"/>
</target>
</configuration>
</execution>
Expand Down
16 changes: 8 additions & 8 deletions sevntu-checks/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checks</artifactId>
<version>1.42.0</version>
<version>1.43.0</version>

<properties>
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
Expand Down Expand Up @@ -263,11 +263,11 @@
</goals>
<configuration>
<target>
<property name="mvn.project.build.directory" value="${project.build.directory}" />
<property name="checkstyle.configLocation" value="${checkstyle.configLocation}" />
<property name="checkstyle.header" value="${checkstyle.header}" />
<property name="checkstyle.regexp.header" value="${checkstyle.regexp.header}" />
<ant antfile="ant-phase-verify.xml" />
<property name="mvn.project.build.directory" value="${project.build.directory}"/>
<property name="checkstyle.configLocation" value="${checkstyle.configLocation}"/>
<property name="checkstyle.header" value="${checkstyle.header}"/>
<property name="checkstyle.regexp.header" value="${checkstyle.regexp.header}"/>
<ant antfile="ant-phase-verify.xml"/>
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -910,8 +910,8 @@
</goals>
<configuration>
<target>
<property name="mvn.project.build.directory" value="${project.build.directory}" />
<ant antfile="ant-phase-verify-sevntu.xml" />
<property name="mvn.project.build.directory" value="${project.build.directory}"/>
<ant antfile="ant-phase-verify-sevntu.xml"/>
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion sevntu-checkstyle-idea-extension/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checkstyle-idea-extension</artifactId>
<version>1.42.0</version>
<version>1.43.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
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checkstyle-sonar-plugin</artifactId>
<version>1.42.0</version>
<version>1.43.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
Expand Up @@ -7,7 +7,7 @@
<relativePath>../eclipse-pom.xml</relativePath>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.42.0</version>
<version>1.43.0</version>
</parent>

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

0 comments on commit 45ae6b1

Please sign in to comment.