Skip to content

Commit

Permalink
Release 2.3.0.M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Gyerik committed Nov 4, 2016
1 parent 74f1b51 commit e395a37
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.cdt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sonarlint.eclipse.cdt.feature"
label="%feature_name"
version="2.3.0.qualifier"
version="2.3.0.M1"
provider-name="%provider_name"
plugin="org.sonarlint.eclipse.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.cdt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.cdt/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: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.cdt;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.0.M1
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Bundle-Activator: org.sonarlint.eclipse.cdt.internal.SonarCdtPlugin
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.cdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core.tests/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: SonarLint for Eclipse Tests
Bundle-SymbolicName: org.sonarlint.eclipse.core.tests;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.0.M1
Bundle-Vendor: SonarSource
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core/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: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.core;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.0.M1
Bundle-ClassPath: .
Bundle-Activator: org.sonarlint.eclipse.core.internal.SonarLintCorePlugin
Bundle-Vendor: %bundle_vendor
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sonarlint.eclipse.feature"
label="%feature_name"
version="2.3.0.qualifier"
version="2.3.0.M1"
provider-name="%provider_name"
plugin="org.sonarlint.eclipse.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.jdt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sonarlint.eclipse.jdt.feature"
label="%feature_name"
version="2.3.0.qualifier"
version="2.3.0.M1"
provider-name="%provider_name"
plugin="org.sonarlint.eclipse.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.jdt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.jdt/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: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.jdt;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.0.M1
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Bundle-Activator: org.sonarlint.eclipse.jdt.internal.SonarJdtPlugin
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="SonarLint for Eclipse Product" uid="org.sonarlint.eclipse.site" version="2.3.0.qualifier" useFeatures="true" includeLaunchers="false">
<product name="SonarLint for Eclipse Product" uid="org.sonarlint.eclipse.site" version="2.3.0.M1" useFeatures="true" includeLaunchers="false">


<configIni use="default">
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.ui/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: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.ui;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.3.0.M1
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Bundle-Activator: org.sonarlint.eclipse.ui.internal.SonarLintUiPlugin
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>

<name>SonarLint for Eclipse (parent)</name>
<description></description>
Expand Down
2 changes: 1 addition & 1 deletion target-platform-e43/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion target-platform-e44/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion target-platform-e45/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion target-platform-e46/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion target-platform-e47/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e395a37

Please sign in to comment.