diff --git a/org.sonarlint.eclipse.cdt/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.cdt/META-INF/MANIFEST.MF index 63afcbcd3..58db40385 100644 --- a/org.sonarlint.eclipse.cdt/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.cdt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle_name Bundle-SymbolicName: org.sonarlint.eclipse.cdt;singleton:=true -Bundle-Version: 6.1.0.qualifier +Bundle-Version: 6.2.0.qualifier Bundle-Vendor: %bundle_vendor Bundle-ClassPath: . Require-Bundle: org.eclipse.core.runtime, diff --git a/org.sonarlint.eclipse.cdt/pom.xml b/org.sonarlint.eclipse.cdt/pom.xml index 30234b1bd..fa202f9f3 100644 --- a/org.sonarlint.eclipse.cdt/pom.xml +++ b/org.sonarlint.eclipse.cdt/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.core.tests/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.core.tests/META-INF/MANIFEST.MF index 204107a6c..2bc55d73a 100644 --- a/org.sonarlint.eclipse.core.tests/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SonarLint for Eclipse Tests Bundle-SymbolicName: org.sonarlint.eclipse.core.tests;singleton:=true -Bundle-Version: 6.1.0.qualifier +Bundle-Version: 6.2.0.qualifier Bundle-Vendor: SonarSource Require-Bundle: org.eclipse.core.resources, org.eclipse.core.runtime, diff --git a/org.sonarlint.eclipse.core.tests/pom.xml b/org.sonarlint.eclipse.core.tests/pom.xml index 69122bd25..89eb8b55a 100644 --- a/org.sonarlint.eclipse.core.tests/pom.xml +++ b/org.sonarlint.eclipse.core.tests/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF index ebd8aeb56..ab2e20ab2 100644 --- a/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle_name Bundle-SymbolicName: org.sonarlint.eclipse.core;singleton:=true -Bundle-Version: 6.1.0.qualifier +Bundle-Version: 6.2.0.qualifier Bundle-ClassPath: ., lib/okhttp.jar, lib/okio.jar diff --git a/org.sonarlint.eclipse.core/pom.xml b/org.sonarlint.eclipse.core/pom.xml index e74a9c6a9..1768dddd2 100644 --- a/org.sonarlint.eclipse.core/pom.xml +++ b/org.sonarlint.eclipse.core/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.feature/feature.xml b/org.sonarlint.eclipse.feature/feature.xml index da260cd8d..eab2e996a 100644 --- a/org.sonarlint.eclipse.feature/feature.xml +++ b/org.sonarlint.eclipse.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.sonarlint.eclipse.feature/pom.xml b/org.sonarlint.eclipse.feature/pom.xml index ced07e8d6..5840b8bd6 100644 --- a/org.sonarlint.eclipse.feature/pom.xml +++ b/org.sonarlint.eclipse.feature/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.jdt/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.jdt/META-INF/MANIFEST.MF index aad9f4e8d..e44f99781 100644 --- a/org.sonarlint.eclipse.jdt/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.jdt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle_name Bundle-SymbolicName: org.sonarlint.eclipse.jdt;singleton:=true -Bundle-Version: 6.1.0.qualifier +Bundle-Version: 6.2.0.qualifier Bundle-Vendor: %bundle_vendor Bundle-ClassPath: . Require-Bundle: org.eclipse.core.runtime, diff --git a/org.sonarlint.eclipse.jdt/pom.xml b/org.sonarlint.eclipse.jdt/pom.xml index b837c2baa..4e4fe6d50 100644 --- a/org.sonarlint.eclipse.jdt/pom.xml +++ b/org.sonarlint.eclipse.jdt/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.m2e/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.m2e/META-INF/MANIFEST.MF index 2601039a1..f1c5be3dd 100644 --- a/org.sonarlint.eclipse.m2e/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.m2e/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle_name Bundle-SymbolicName: org.sonarlint.eclipse.m2e;singleton:=true -Bundle-Version: 6.1.0.qualifier +Bundle-Version: 6.2.0.qualifier Bundle-Vendor: %bundle_vendor Bundle-ClassPath: . Require-Bundle: org.eclipse.core.runtime, diff --git a/org.sonarlint.eclipse.m2e/pom.xml b/org.sonarlint.eclipse.m2e/pom.xml index ad06c1da9..8e5dbda1b 100644 --- a/org.sonarlint.eclipse.m2e/pom.xml +++ b/org.sonarlint.eclipse.m2e/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.site/pom.xml b/org.sonarlint.eclipse.site/pom.xml index d9f4b4f75..600eb1214 100644 --- a/org.sonarlint.eclipse.site/pom.xml +++ b/org.sonarlint.eclipse.site/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF b/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF index ad18f8019..504db094b 100644 --- a/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF +++ b/org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle_name Bundle-SymbolicName: org.sonarlint.eclipse.ui;singleton:=true -Bundle-Version: 6.1.0.qualifier +Bundle-Version: 6.2.0.qualifier Bundle-Vendor: %bundle_vendor Bundle-ClassPath: ., lib/httpcore5.jar diff --git a/org.sonarlint.eclipse.ui/pom.xml b/org.sonarlint.eclipse.ui/pom.xml index 3ff04078e..fe57df42b 100644 --- a/org.sonarlint.eclipse.ui/pom.xml +++ b/org.sonarlint.eclipse.ui/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 0a0ccccda..5d3eb3ae5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.sonarsource.sonarlint.eclipse sonarlint-eclipse-parent - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT pom SonarLint for Eclipse