Skip to content

Commit cc3c47f

Browse files
author
jantje
committed
Change version number from 4.1 to 4.2
1 parent c3f9c50 commit cc3c47f

File tree

18 files changed

+20
-21
lines changed

18 files changed

+20
-21
lines changed

io.sloeber.application/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Application
44
Bundle-SymbolicName: io.sloeber.application;singleton:=true
5-
Bundle-Version: 4.1.0.qualifier
5+
Bundle-Version: 4.2.0.qualifier
66
Require-Bundle: org.eclipse.core.runtime,
77
org.eclipse.ui,
88
org.eclipse.ui.intro,

io.sloeber.application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Arduino eclipse plugin
44
Bundle-SymbolicName: io.sloeber.core;singleton:=true
5-
Bundle-Version: 4.1.0.qualifier
5+
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: Jan Baeyens
88
Bundle-ActivationPolicy: lazy

io.sloeber.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.feature/feature.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="io.sloeber.feature"
44
label="%featureName"
5-
version="4.1.0.qualifier"
5+
version="4.2.0.qualifier"
66
provider-name="%provider">
77

88
<description url="http://baeyens.it/eclipse/">
@@ -27,7 +27,7 @@ Trump211
2727
</copyright>
2828

2929
<license url="%licenseUrl">
30-
This software sends non personalised activity data (build/upload/open serial monitor/open plotter) to baeyens.it for statistical analysis of the plugin usage.
30+
Sloeber sends non personalised activity data (build/upload/open serial monitor/open plotter) to baeyens.it for statistical analysis of the plugin usage.
3131

3232
If you do not agree with this policy, please do not install this software.
3333
</license>
@@ -38,8 +38,7 @@ If you do not agree with this policy, please do not install this software.
3838

3939
<requires>
4040
<import feature="org.eclipse.cdt" version="8.0.0" match="greaterOrEqual"/>
41-
42-
<import feature="ilg.gnuarmeclipse.debug.gdbjtag.openocd" />
41+
<import feature="ilg.gnuarmeclipse.debug.gdbjtag.openocd" version="4.1.4.201704251808"/>
4342
</requires>
4443

4544
<plugin

io.sloeber.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
55
<artifactId>io.sloeber.parent</artifactId>
6-
<version>4.1.0-SNAPSHOT</version>
6+
<version>4.2.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>

io.sloeber.product/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Sloeber
44
Bundle-SymbolicName: io.sloeber.product;singleton:=true
5-
Bundle-Version: 4.1.0.qualifier
5+
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: sloeber.io

io.sloeber.product/arduino.product

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Sloeber, the Eclipse Arduino IDE" uid="io.sloeber.product" id="io.sloeber.application.product" application="org.eclipse.ui.ide.workbench" version="4.1.0.qualifier" useFeatures="true" includeLaunchers="true">
4+
<product name="Sloeber, the Eclipse Arduino IDE" uid="io.sloeber.product" id="io.sloeber.application.product" application="org.eclipse.ui.ide.workbench" version="4.2.0.qualifier" useFeatures="true" includeLaunchers="true">
55

66
<aboutInfo>
77
<image path="/io.sloeber.application/icons/eclipse_lg.png"/>

io.sloeber.product/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.tests/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Sloeber Tests
44
Bundle-SymbolicName: io.sloeber.tests
5-
Bundle-Version: 4.1.0.qualifier
5+
Bundle-Version: 4.2.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: Jan Baeyens
88
Require-Bundle: io.sloeber.core,

io.sloeber.tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.ui.nl1/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: io.sloeber.core.nl1 Fragment
44
Bundle-SymbolicName: io.sloeber.ui.nl1;singleton:=true
5-
Bundle-Version: 4.1.0.qualifier
5+
Bundle-Version: 4.2.0.qualifier
66
Fragment-Host: io.sloeber.core;bundle-version="2.1.0"
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

io.sloeber.ui.nl1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.ui/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Ui
44
Bundle-SymbolicName: io.sloeber.ui;singleton:=true
5-
Bundle-Version: 4.1.0.qualifier
5+
Bundle-Version: 4.2.0.qualifier
66
Bundle-Activator: io.sloeber.ui.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime,

io.sloeber.ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

io.sloeber.updatesite/category.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<feature url="features/ilg.gnuarmeclipse.templates.stm_0.0.0.qualifier.jar" id="ilg.gnuarmeclipse.templates.stm" version="0.0.0">
4343
<category name="Dependencies"/>
4444
</feature>
45-
<feature url="features/io.sloeber.feature_4.1.0.qualifier.jar" id="io.sloeber.feature" version="4.1.0.qualifier">
45+
<feature url="features/io.sloeber.feature_4.2.0.qualifier.jar" id="io.sloeber.feature" version="4.2.0.qualifier">
4646
<category name="Sloeber"/>
4747
</feature>
4848
<category-def name="Sloeber" label="Sloeber Arduino IDE">

io.sloeber.updatesite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.1.0-SNAPSHOT</version>
7+
<version>4.2.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)