Skip to content

Commit fbc1e71

Browse files
committed
Version bumps for new stream
1 parent 6b32494 commit fbc1e71

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

org.eclipse.wildwebdeveloper.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.wildwebdeveloper.feature"
44
label="%name"
5-
version="1.4.0.qualifier"
5+
version="1.4.1.qualifier"
66
provider-name="Eclipse Wild Web Developer project"
77
license-feature="org.eclipse.license"
88
license-feature-version="0.0.0">

org.eclipse.wildwebdeveloper.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<version>1.0.0-SNAPSHOT</version>
88
</parent>
99
<packaging>eclipse-feature</packaging>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.4.1-SNAPSHOT</version>
1111
</project>

org.eclipse.wildwebdeveloper/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bundle-Vendor: %providerName
55
Bundle-Localization: plugin
66
Bundle-SymbolicName: org.eclipse.wildwebdeveloper;singleton:=true
77
Automatic-Module-Name: org.eclipse.wildwebdeveloper
8-
Bundle-Version: 1.2.7.qualifier
8+
Bundle-Version: 1.2.8.qualifier
99
Bundle-License: EPL-2.0;link="http://www.eclipse.org/legal/epl-2.0"
1010
Bundle-Activator: org.eclipse.wildwebdeveloper.Activator
1111
Require-Bundle: org.eclipse.ui,

org.eclipse.wildwebdeveloper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0.0-SNAPSHOT</version>
88
</parent>
99
<packaging>eclipse-plugin</packaging>
10-
<version>1.2.7-SNAPSHOT</version>
10+
<version>1.2.8-SNAPSHOT</version>
1111

1212
<build>
1313
<plugins>
@@ -179,7 +179,7 @@
179179
<arg>--ignore-scripts</arg>
180180
<arg>--install-strategy=hoisted</arg>
181181
<arg>--force</arg>
182-
<!-- The actual verions for the LS and other dependency NPM Modules are to be set in './package.json file',
182+
<!-- The actual verions for the LS and other dependency NPM Modules are to be set in './package.json file',
183183
which is used to install the dependencies -->
184184
</arguments>
185185
<workingDirectory>${project.basedir}</workingDirectory>

0 commit comments

Comments
 (0)