Skip to content

Commit 6d8ebba

Browse files
authored
Merge pull request #76 from virtualsatellite/integration
Release 4.16.0
2 parents e929491 + 96bae56 commit 6d8ebba

File tree

16 files changed

+38
-22
lines changed

16 files changed

+38
-22
lines changed

.mailmap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ PhilMFischer <[email protected]> fisc_ph <[email protected]>
1515
TjorveKujathDLR <[email protected]> Tjorve Kujath <[email protected]>
1616

1717
Anna-Lena-DLR <[email protected]> Anna-Lena-DLR <[email protected]>
18+
19+
dellerDLR <[email protected]> Dennis Eller <[email protected]>
20+
21+
22+
pchrszon-dlr <[email protected]> Chrszon, Philipp <[email protected]>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
1313
Additional Build Preparations for VirSat
1414
</description>
1515

16-
<property name="version">4.15.0</property>
16+
<property name="version">4.16.0</property>
1717

1818
<property name="version.pattern.qualified">[\s]?[0-9]+\.[0-9]+\.[0-9]+\.qualifier</property>
1919
<property name="version.pattern">[\s]?[0-9]+\.[0-9]+\.[0-9]+</property>

de.dlr.sc.virsat.ide.branding.feature/feature.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.dlr.sc.virsat.ide.branding.feature"
44
label="VirSat Development IDE Branding and Package Feature"
5-
version="4.15.0.qualifier"
5+
version="4.16.0.qualifier"
66
provider-name="DLR (German Aerospace Center)"
77
plugin="de.dlr.sc.virsat.ide.branding.ui"
88
license-feature="de.dlr.sc.virsat.ide.license.feature">
@@ -28,8 +28,8 @@ by German Aerospace Center (DLR e.V.)
2828
<requires>
2929
<import feature="org.eclipse.epp.mpc"/>
3030
<import feature="org.eclipse.oomph.setup"/>
31-
<import feature="de.dlr.sc.virsat.ide.license.feature" version="4.15.0.qualifier"/>
32-
<import feature="de.dlr.sc.virsat.ide.docs.feature" version="4.15.0.qualifier"/>
31+
<import feature="de.dlr.sc.virsat.ide.license.feature" version="4.16.0.qualifier"/>
32+
<import feature="de.dlr.sc.virsat.ide.docs.feature" version="4.16.0.qualifier"/>
3333
</requires>
3434

3535
<plugin

de.dlr.sc.virsat.ide.branding.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<relativePath>../maven/pom.xml</relativePath>
1515
<groupId>de.dlr.sc.virsat.ide</groupId>
1616
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
17-
<version>4.15.0-SNAPSHOT</version>
17+
<version>4.16.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>de.dlr.sc.virsat.ide.branding.feature</artifactId>

de.dlr.sc.virsat.ide.branding.ui/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: VirSat Development IDE based on EPP RCP/RAP Bundle
44
Bundle-SymbolicName: de.dlr.sc.virsat.ide.branding.ui;singleton:=true
5-
Bundle-Version: 4.15.0.qualifier
5+
Bundle-Version: 4.16.0.qualifier
66
Bundle-Vendor: DLR (German Aerospace Center)
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Require-Bundle: org.eclipse.platform,

de.dlr.sc.virsat.ide.branding.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<relativePath>../maven/pom.xml</relativePath>
1515
<groupId>de.dlr.sc.virsat.ide</groupId>
1616
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
17-
<version>4.15.0-SNAPSHOT</version>
17+
<version>4.16.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>de.dlr.sc.virsat.ide.branding.ui</artifactId>

de.dlr.sc.virsat.ide.docs.feature/docs/VirSat_IDE_ReleaseNotes.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
VirSat IDE Release Notes
22
-------------------------
33

4+
5+
Release 4.16.0 (31th August 2023)
6+
------------------------------------
7+
8+
New Features:
9+
Added Concept language and generators of Virtual Satellite Core 4.16.0
10+
11+
Usability Updates:
12+
Update generated plugin dependencies to match latest depency location
13+
14+
415
Release 4.15.0 (09th August 2022)
516
------------------------------------
617

@@ -10,9 +21,11 @@ New Features:
1021
Migrated to Eclipse 2022-03
1122

1223
Usability Updates:
24+
1325

1426
Fixed Bugs:
1527

28+
1629
Release 4.14.0 (18th February 2022)
1730
------------------------------------
1831

@@ -109,4 +122,4 @@ Usability Updates:
109122

110123
Fixed Bugs:
111124

112-
125+

de.dlr.sc.virsat.ide.docs.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="de.dlr.sc.virsat.ide.docs.feature"
44
label="VirSat IDE Documents and Release Notes Feature"
5-
version="4.15.0.qualifier"
5+
version="4.16.0.qualifier"
66
provider-name="DLR (German Aerospace Center)"
77
plugin="de.dlr.sc.virsat.ide.branding.ui"
88
license-feature="de.dlr.sc.virsat.ide.license.feature">

de.dlr.sc.virsat.ide.docs.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<relativePath>../maven/pom.xml</relativePath>
1515
<groupId>de.dlr.sc.virsat.ide</groupId>
1616
<artifactId>de.dlr.sc.virsat.ide.parent</artifactId>
17-
<version>4.15.0-SNAPSHOT</version>
17+
<version>4.16.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>de.dlr.sc.virsat.ide.docs.feature</artifactId>

de.dlr.sc.virsat.ide.license.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="de.dlr.sc.virsat.ide.license.feature"
44
label="VirSat Development IDE License Feature"
5-
version="4.15.0.qualifier"
5+
version="4.16.0.qualifier"
66
provider-name="DLR (German Aerospace Center)">
77

88
<description>

0 commit comments

Comments
 (0)