Skip to content

Commit

Permalink
Next version: 1.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 9, 2018
1 parent 959a10a commit aaf02d2
Show file tree
Hide file tree
Showing 32 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.basistech.m2e.code.quality.checkstyle.feature"
label="Checkstyle configuration plugin for M2Eclipse"
version="1.1.0.qualifier"
version="1.1.2.qualifier"
plugin="com.basistech.m2e.code.quality.shared">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.checkstyle.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.checkstyle.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: M2Eclipse Project Configurator for Eclipse Checkstyle Tests
Bundle-SymbolicName: com.basistech.m2e.code.quality.checkstyle.test
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Bundle-Vendor: Basis Technology Corp.
Fragment-Host: com.basistech.m2e.code.quality.checkstyle;bundle-version="[1.1.0,2.0.0)"
Fragment-Host: com.basistech.m2e.code.quality.checkstyle;bundle-version="[1.1.2,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit,
com.basistech.m2e.code.quality.shared.test;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared.test;bundle-version="1.1.2",
org.eclipse.m2e.tests.common
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.checkstyle.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.checkstyle.test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: M2Eclipse Project Configurator for Eclipse Checkstyle
Bundle-SymbolicName: com.basistech.m2e.code.quality.checkstyle
;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.core;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,2.0.0)",
Expand All @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.core.runtime;bundle-version="3.6.0",
net.sf.eclipsecs.core;bundle-version="5.2.0",
net.sf.eclipsecs.checkstyle;bundle-version="5.2.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.2",
org.apache.commons.lang;bundle-version="2.6.0",
org.slf4j.api;bundle-version="1.6.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.checkstyle</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.basistech.m2e.code.quality.findbugs.feature"
label="Findbugs configuration plugin for M2Eclipse"
version="1.1.0.qualifier"
version="1.1.2.qualifier"
plugin="com.basistech.m2e.code.quality.shared">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.findbugs.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.findbugs.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: M2Eclipse Project Configurator for Eclipse Findbugs Tests
Bundle-SymbolicName: com.basistech.m2e.code.quality.findbugs.test
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Bundle-Vendor: Basis Technology Corp.
Fragment-Host: com.basistech.m2e.code.quality.findbugs;bundle-version="[1.1.0,2.0.0)"
Fragment-Host: com.basistech.m2e.code.quality.findbugs;bundle-version="[1.1.2,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit,
com.basistech.m2e.code.quality.shared.test;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared.test;bundle-version="1.1.2",
org.eclipse.m2e.tests.common
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.findbugs.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.findbugs.test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions com.basistech.m2e.code.quality.findbugs/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: M2Eclipse Project Configurator for Eclipse Findbugs
Bundle-SymbolicName: com.basistech.m2e.code.quality.findbugs;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.core;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,2.0.0)",
Expand All @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.ui.console,
org.eclipse.jdt.core;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.2",
org.eclipse.ui.workbench;bundle-version="3.6.0",
org.eclipse.jface;bundle-version="3.6.0",
edu.umd.cs.findbugs.plugin.eclipse;bundle-version="[2.0.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.findbugs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.pmd.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.basistech.m2e.code.quality.pmd.feature"
label="PMD configuration plugin for M2Eclipse"
version="1.1.0.qualifier"
version="1.1.2.qualifier"
plugin="com.basistech.m2e.code.quality.shared">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.pmd.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.pmd.feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions com.basistech.m2e.code.quality.pmd/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: M2Eclipse Extension to support Eclipse PMD Configuration
Bundle-SymbolicName: com.basistech.m2e.code.quality.pmd
;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.core;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,2.0.0)",
Expand All @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.ui.console,
org.eclipse.jdt.core;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.2",
net.sourceforge.pmd.eclipse.plugin;bundle-version="[4.0.0,5.0.0)",
org.slf4j.api;bundle-version="1.6.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.pmd</artifactId>
Expand Down
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: M2Eclipse Project Configurator for Eclipse Shared Tests
Bundle-SymbolicName: com.basistech.m2e.code.quality.shared.test
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Bundle-Vendor: Basis Technology Corp.
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.shared.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.shared.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.shared/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Shared Code for M2 Code Quality Plugin Extensions
Bundle-SymbolicName: com.basistech.m2e.code.quality.shared
;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: BasisTech
Export-Package: com.basistech.m2e.code.quality.shared,
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.site</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.basistech.m2e.code.quality.spotbugs.feature"
label="SpotBugs configuration plugin for M2Eclipse"
version="1.1.0.qualifier"
version="1.1.2.qualifier"
plugin="com.basistech.m2e.code.quality.shared">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.spotbugs.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.spotbugs.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: M2Eclipse Project Configurator for Eclipse SpotBugs Tests
Bundle-SymbolicName: com.basistech.m2e.code.quality.spotbugs.test
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Bundle-Vendor: Basis Technology Corp.
Fragment-Host: com.basistech.m2e.code.quality.spotbugs;bundle-version="[1.1.0,2.0.0)"
Fragment-Host: com.basistech.m2e.code.quality.spotbugs;bundle-version="[1.1.2,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit,
com.basistech.m2e.code.quality.shared.test;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared.test;bundle-version="1.1.2",
org.eclipse.m2e.tests.common
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.spotbugs.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.spotbugs.test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions com.basistech.m2e.code.quality.spotbugs/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: M2Eclipse Project Configurator for Eclipse SpotBugs
Bundle-SymbolicName: com.basistech.m2e.code.quality.spotbugs;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.2.qualifier
Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.core;bundle-version="[1.0.0,2.0.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,2.0.0)",
Expand All @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)",
org.eclipse.ui.console,
org.eclipse.jdt.core;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.0",
com.basistech.m2e.code.quality.shared;bundle-version="1.1.2",
org.eclipse.ui.workbench;bundle-version="3.6.0",
org.eclipse.jface;bundle-version="3.6.0",
com.github.spotbugs.plugin.eclipse,
Expand Down
2 changes: 1 addition & 1 deletion com.basistech.m2e.code.quality.spotbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>com.basistech.m2e.code.quality.spotbugs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>mars</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>neon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxygen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>oxygen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion photon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>photon</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.basistech.m2e-code-quality</groupId>
<artifactId>m2e-code-quality-plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit aaf02d2

Please sign in to comment.