Skip to content

Commit 7266d5d

Browse files
authored
Merge pull request #742 from Sloeber/release_4.1
Release 4.1
2 parents f69fe21 + e15c9b9 commit 7266d5d

File tree

28 files changed

+113
-97
lines changed

28 files changed

+113
-97
lines changed

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

Lines changed: 1 addition & 1 deletion
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.0.1.qualifier
5+
Bundle-Version: 4.1.0.qualifier
66
Require-Bundle: org.eclipse.core.runtime,
77
org.eclipse.ui,
88
org.eclipse.ui.intro,

io.sloeber.application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1111
<artifactId>io.sloeber.application</artifactId>
12-
<version>4.0.1-SNAPSHOT</version>
12+
<version>4.1.0-SNAPSHOT</version>
1313
<packaging>eclipse-plugin</packaging>
1414
</project>

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

Lines changed: 1 addition & 1 deletion
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.0.1.qualifier
5+
Bundle-Version: 4.1.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: Jan Baeyens
88
Bundle-ActivationPolicy: lazy

io.sloeber.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1111
<artifactId>io.sloeber.core</artifactId>
1212
<packaging>eclipse-plugin</packaging>
13-
<version>4.0.1-SNAPSHOT</version>
13+
<version>4.1.0-SNAPSHOT</version>
1414
</project>

io.sloeber.feature/feature.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
featureName=Sloeber
1212
description=Plugins for creating emebedded sofware with Eclipse for the Arduino board and other hardware.
1313
provider=Jan Baeyens and Others
14-
copyright=Copyright 2013, 2014, 2015, 2016, Jan Baeyens and others.
14+
copyright=Copyright 2013, 2014, 2015, 2016, 2017, Jan Baeyens and others.
1515

1616
# "licenseURL" property - URL of the "Feature License"
1717
# do not translate value - just change to point to a locale-specific HTML page

io.sloeber.feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<feature
33
id="io.sloeber.feature"
44
label="%featureName"
5-
version="4.0.1.qualifier"
5+
version="4.1.0.qualifier"
66
provider-name="%provider">
77

88
<description url="http://baeyens.it/eclipse/">
99
%description
1010
</description>
1111

1212
<copyright>
13-
Copyright (c) 2011-2016 Jan Baeyens and others
13+
Copyright (c) 2011-2017 Jan Baeyens and others
1414

1515

1616
All rights reserved by the owning parties.

io.sloeber.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1111
<artifactId>io.sloeber.feature</artifactId>
12-
<version>4.0.1-SNAPSHOT</version>
12+
<version>4.1.0-SNAPSHOT</version>
1313
<packaging>eclipse-feature</packaging>
1414
</project>

io.sloeber.parent/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1-SNAPSHOT</version>
6+
<version>4.1.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>

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

Lines changed: 1 addition & 1 deletion
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.0.1.qualifier
5+
Bundle-Version: 4.1.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: sloeber.io

io.sloeber.product/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
66
<artifactId>io.sloeber.parent</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0-SNAPSHOT</version>
88
<relativePath>../io.sloeber.parent</relativePath>
99
</parent>
1010
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
1111
<artifactId>io.sloeber.product</artifactId>
12-
<version>4.0.1-SNAPSHOT</version>
12+
<version>4.1.0-SNAPSHOT</version>
1313
<packaging>eclipse-repository</packaging>
1414
<build>
1515
<plugins>

0 commit comments

Comments
 (0)