From ca5f105c9ca9617accb42504bbc36f1dcd03c028 Mon Sep 17 00:00:00 2001
From: Roman Ivanov <ivanov-jr@mail.ru>
Date: Sun, 1 Nov 2020 12:57:43 -0800
Subject: [PATCH] config: version bump to 1.38.0

---
 eclipse-pom.xml                              | 2 +-
 eclipsecs-sevntu-plugin-feature/feature.xml  | 4 ++--
 eclipsecs-sevntu-plugin-feature/pom.xml      | 2 +-
 eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF | 2 +-
 eclipsecs-sevntu-plugin/pom.xml              | 2 +-
 sevntu-checks/pom.xml                        | 2 +-
 sevntu-checkstyle-idea-extension/pom.xml     | 2 +-
 sevntu-checkstyle-sonar-plugin/pom.xml       | 2 +-
 update-site/pom.xml                          | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/eclipse-pom.xml b/eclipse-pom.xml
index 7ccecdf466..9089efe641 100644
--- a/eclipse-pom.xml
+++ b/eclipse-pom.xml
@@ -5,7 +5,7 @@
 
   <groupId>com.github.sevntu-checkstyle</groupId>
   <artifactId>parent</artifactId>
-  <version>1.37.1</version>
+  <version>1.38.0</version>
   <packaging>pom</packaging>
 
   <licenses>
diff --git a/eclipsecs-sevntu-plugin-feature/feature.xml b/eclipsecs-sevntu-plugin-feature/feature.xml
index a0995996e4..6cfc6185f2 100644
--- a/eclipsecs-sevntu-plugin-feature/feature.xml
+++ b/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.37.1">
+<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.38.0">
 
    <description url="http://sevntu-checkstyle.github.com/sevntu.checkstyle/">
       http://sevntu-checkstyle.github.io/sevntu.checkstyle/
@@ -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.37.1" unpack="false"/>
+   <plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.38.0" unpack="false"/>
 
 </feature>
diff --git a/eclipsecs-sevntu-plugin-feature/pom.xml b/eclipsecs-sevntu-plugin-feature/pom.xml
index dcbf8d188d..a8fb231bfd 100644
--- a/eclipsecs-sevntu-plugin-feature/pom.xml
+++ b/eclipsecs-sevntu-plugin-feature/pom.xml
@@ -7,7 +7,7 @@
     <relativePath>../eclipse-pom.xml</relativePath>
     <groupId>com.github.sevntu-checkstyle</groupId>
     <artifactId>parent</artifactId>
-    <version>1.37.1</version>
+    <version>1.38.0</version>
   </parent>
 
   <groupId>com.github.sevntu-checkstyle</groupId>
diff --git a/eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF b/eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF
index 8e862a1901..c804fba225 100644
--- a/eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF
+++ b/eclipsecs-sevntu-plugin/META-INF/MANIFEST.MF
@@ -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.37.1
+Bundle-Version: 1.38.0
 Require-Bundle: net.sf.eclipsecs.checkstyle,
  net.sf.eclipsecs.core,
  net.sf.eclipsecs.ui
diff --git a/eclipsecs-sevntu-plugin/pom.xml b/eclipsecs-sevntu-plugin/pom.xml
index 010adeb1f2..04618af7c5 100644
--- a/eclipsecs-sevntu-plugin/pom.xml
+++ b/eclipsecs-sevntu-plugin/pom.xml
@@ -9,7 +9,7 @@
     <relativePath>../eclipse-pom.xml</relativePath>
     <groupId>com.github.sevntu-checkstyle</groupId>
     <artifactId>parent</artifactId>
-    <version>1.37.1</version>
+    <version>1.38.0</version>
   </parent>
 
   <groupId>com.github.sevntu-checkstyle</groupId>
diff --git a/sevntu-checks/pom.xml b/sevntu-checks/pom.xml
index 7648763947..2573d7eeda 100644
--- a/sevntu-checks/pom.xml
+++ b/sevntu-checks/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>com.github.sevntu-checkstyle</groupId>
   <artifactId>sevntu-checks</artifactId>
-  <version>1.37.1</version>
+  <version>1.38.0</version>
 
   <properties>
     <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
diff --git a/sevntu-checkstyle-idea-extension/pom.xml b/sevntu-checkstyle-idea-extension/pom.xml
index 7ba3948c5f..815df8bce5 100644
--- a/sevntu-checkstyle-idea-extension/pom.xml
+++ b/sevntu-checkstyle-idea-extension/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>com.github.sevntu-checkstyle</groupId>
   <artifactId>sevntu-checkstyle-idea-extension</artifactId>
-  <version>1.37.1</version>
+  <version>1.38.0</version>
   <packaging>jar</packaging>
 
   <name>Sevntu Checkstyle Idea extension</name>
diff --git a/sevntu-checkstyle-sonar-plugin/pom.xml b/sevntu-checkstyle-sonar-plugin/pom.xml
index b150659a13..f23cdb9a0a 100644
--- a/sevntu-checkstyle-sonar-plugin/pom.xml
+++ b/sevntu-checkstyle-sonar-plugin/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>com.github.sevntu-checkstyle</groupId>
   <artifactId>sevntu-checkstyle-sonar-plugin</artifactId>
-  <version>1.37.1</version>
+  <version>1.38.0</version>
   <packaging>sonar-plugin</packaging>
 
   <name>SevNTU Checkstyle Sonar Extension Plugin</name>
diff --git a/update-site/pom.xml b/update-site/pom.xml
index 8a6df6d718..b8758714f3 100644
--- a/update-site/pom.xml
+++ b/update-site/pom.xml
@@ -7,7 +7,7 @@
     <relativePath>../eclipse-pom.xml</relativePath>
     <groupId>com.github.sevntu-checkstyle</groupId>
     <artifactId>parent</artifactId>
-    <version>1.37.1</version>
+    <version>1.38.0</version>
   </parent>
 
   <artifactId>com.github.sevntu.checkstyle.p2updatesite</artifactId>