Skip to content

Commit

Permalink
Merge pull request #1164 from virtualsatellite/integration
Browse files Browse the repository at this point in the history
Release 4.16.0
  • Loading branch information
dellerDLR authored Aug 30, 2023
2 parents ebcfe99 + a661bec commit 2418898
Showing 417 changed files with 1,190 additions and 737 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -47,13 +47,12 @@ jobs:
# --------------------------------------------
- name: Setup - Checkout code
uses: actions/checkout@v2

# --------------------------------------------
# Run a quick sanity check if all commits are
# handed in by known users
#---------------------------------------------
- name: Verify - Authors Sanity Check
uses: virtualsatellite/ci-actions/ci-verify-authors-action@v6-beta
uses: virtualsatellite/ci-actions/ci-verify-authors-action@v6
# Actions can also be accessed by other refs such as the latest from branch when using @master such as:
# uses: virtualsatellite/ci-actions/ci-verify-authors-action@master
# -----------------------------------------------------
@@ -87,7 +86,7 @@ jobs:
# Perform various setup operations
# --------------------------------------------
- name: Setup - Prepare OS
uses: virtualsatellite/ci-actions/ci-setup-action@v6-beta
uses: virtualsatellite/ci-actions/ci-setup-action@v6
with:
pkgs_file: apt_vtk_zmq_packages
jdk: 11
@@ -97,13 +96,13 @@ jobs:
# --------------------------------------------
- name: Build - Build and Deploy Decision
id: build_decision
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6-beta
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6

# --------------------------------------------
# Development and Feature branches
# --------------------------------------------
- name: Build and Test - Spotbugs
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6-beta
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6
with:
build_job: spotbugs
build_profile: ${{ steps.build_decision.outputs.build_type }}
@@ -139,7 +138,7 @@ jobs:
# Perform various setup operations
# --------------------------------------------
- name: Setup - Prepare OS
uses: virtualsatellite/ci-actions/ci-setup-action@v6-beta
uses: virtualsatellite/ci-actions/ci-setup-action@v6
with:
jdk: 11
xvfb: -x
@@ -150,13 +149,13 @@ jobs:
# --------------------------------------------
- name: Build - Build and Deploy Decision
id: build_decision
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6-beta
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6

# --------------------------------------------
# Development and Feature branches
# --------------------------------------------
- name: Build and Test - Surefire
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6-beta
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6
with:
build_job: sureheadless
build_profile: ${{ steps.build_decision.outputs.build_type }}
@@ -215,7 +214,7 @@ jobs:
# Perform various setup operations
# --------------------------------------------
- name: Setup - Prepare OS
uses: virtualsatellite/ci-actions/ci-setup-action@v6-beta
uses: virtualsatellite/ci-actions/ci-setup-action@v6
with:
pkgs_file: apt_vtk_zmq_packages
jdk: 11
@@ -225,13 +224,13 @@ jobs:
# --------------------------------------------
- name: Build - Build and Deploy Decision
id: build_decision
uses: virtualsatellite/ci-actions/ci-build-decision-action@v3
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6

# --------------------------------------------
# Development and Feature branches
# --------------------------------------------
- name: Build and Test - Checkstyle
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6-beta
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6
with:
build_job: checkstyle
build_profile: ${{ steps.build_decision.outputs.build_type }}
@@ -267,7 +266,7 @@ jobs:
# Perform various setup operations
# --------------------------------------------
- name: Setup - Prepare OS
uses: virtualsatellite/ci-actions/ci-setup-action@v6-beta
uses: virtualsatellite/ci-actions/ci-setup-action@v6
with:
pkgs_file: apt_vtk_zmq_packages
jdk: 11
@@ -277,13 +276,13 @@ jobs:
# --------------------------------------------
- name: Build - Build and Deploy Decision
id: build_decision
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6-beta
uses: virtualsatellite/ci-actions/ci-build-decision-action@v6

# --------------------------------------------
# Development and Feature branches
# --------------------------------------------
- name: Build - Assemble
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6-beta
uses: virtualsatellite/ci-actions/ci-maven-build-action@v6
with:
build_job: assemble
build_profile: ${{ steps.build_decision.outputs.build_type }}
@@ -304,7 +303,7 @@ jobs:
# Deploying to github releases
# --------------------------------------------
- name: Build - Deploy GH
uses: virtualsatellite/ci-actions/ci-deploy-gh-product-action@v4
uses: virtualsatellite/ci-actions/ci-deploy-gh-product-action@v6
with:
build_profile: ${{ steps.build_decision.outputs.build_type }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
@@ -314,7 +313,7 @@ jobs:
# SF Deploy still to be done
# ----------------------------------------------
- name: Build - Deploy SF (Core)
uses: virtualsatellite/ci-actions/ci-deploy-sf-product-action@v6-beta
uses: virtualsatellite/ci-actions/ci-deploy-sf-product-action@v6
with:
build_profile: ${{ steps.build_decision.outputs.build_type }}
openssl_pass: ${{ secrets.SF_SSH_KEY_OPENSSL_PASS }}
@@ -324,7 +323,7 @@ jobs:
if: ${{ steps.build_decision.outputs.deploy_type == 'deploy' }}

- name: Build - Deploy SF (IDE Tools)
uses: virtualsatellite/ci-actions/ci-deploy-sf-product-action@v6-beta
uses: virtualsatellite/ci-actions/ci-deploy-sf-product-action@v6
with:
build_profile: ${{ steps.build_decision.outputs.build_type }}
openssl_pass: ${{ secrets.SF_SSH_KEY_OPENSSL_PASS }}
14 changes: 13 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ andriikovalov-dlr <andrii.kovalov@dlr.de> kova_an <kova_an@SC-010213.intra.dlr.

franzTobiasDLR <tobias.franz@dlr.de> franzTobiasDLR <49645871+franzTobiasDLR@users.noreply.github.com>
franzTobiasDLR <tobias.franz@dlr.de> Tobias Franz <tobias.franz@dlr.de>
franzTobiasDLR <tobias.franz@dlr.de> fran_tb <fran_tb@SC-010209.intra.dlr.de>
franzTobiasDLR <tobias.franz@dlr.de> tobias.franz@dlr.de <tobias.franz@dlr.de>

SaMuellerDLR <sa.mueller@dlr.de> Müller, Sascha ( SC-SRV ) <sa.mueller@dlr.de>
SaMuellerDLR <sa.mueller@dlr.de> SaMuellerDLR <48356419+SaMuellerDLR@users.noreply.github.com>
@@ -31,4 +33,14 @@ kempra <Raphael.Kempter@dlr.de> kemp_ra <kemp_ra@SC-010118.intra.dlr.de>

GeorgeNasrDLR <george.nasralla@dlr.de> George NasrAlla <george.nasralla@dlr.de>

PeterOhrDLR <peter.ohr@dlr.de> ohr_pe <ohr_pe@SC-010128.intra.dlr.de>
PeterOhrDLR <peter.ohr@dlr.de> ohr_pe <ohr_pe@SC-010128.intra.dlr.de>

dellerDLR <Dennis.Eller@dlr.de> Dennis Eller <Dennis.Eller@dlr.de>
dellerDLR <Dennis.Eller@dlr.de> elle_de <elle_de@SC-010259.intra.dlr.de>
dellerDLR <Dennis.Eller@dlr.de> Dennis Eller <95470420+dellerDLR@users.noreply.github.com>
dellerDLR <Dennis.Eller@dlr.de> Eller <Dennis.Eller@dlr.de>



pchrszon-dlr <Philipp.Chrszon@dlr.de> Chrszon, Philipp <Philipp.Chrszon@dlr.de>
pchrszon-dlr <Philipp.Chrszon@dlr.de> Philipp Chrszon <Philipp.Chrszon@dlr.de>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

Virtual Satellite is a DLR open source software for model based systems engineering (MBSE).


## Project Status

Status [![Build Status](https://github.com/virtualsatellite/VirtualSatellite4-Core/workflows/Build/badge.svg?branch=development)](https://github.com/virtualsatellite/VirtualSatellite4-Core/workflows/Build) [![Coverage Status](https://codecov.io/gh/virtualsatellite/VirtualSatellite4-Core/branch/development/graph/badge.svg)](https://codecov.io/gh/virtualsatellite/VirtualSatellite4-Core) [![Download virtualsatellite](https://img.shields.io/sourceforge/dt/virtualsatellite.svg)](https://sourceforge.net/projects/virtualsatellite/files/development/) for *Development* build.
@@ -17,7 +18,7 @@ Virtual Satellite 4 is the new evolution of MBSE. With a customizable data model
## Requirements

Virtual Satellite is based on Java / Eclipse and provides an installable feature with plug-ins for your personal eclipse IDE. The following infrastructure is required:
- Java Development Kit (JDK) 8 - 64 bit
- Java Development Kit (JDK) 11 - 64 bit
- Windows 7 or Linux Computer - 64 bit

## Quickstart for users
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
Additional Build Preparations for VirSat
</description>

<property name="version">4.15.0</property>
<property name="version">4.16.0</property>

<property name="version.pattern.qualified">[\s]?[0-9]+\.[0-9]+\.[0-9]+\.qualifier</property>
<property name="version.pattern">[\s]?[0-9]+\.[0-9]+\.[0-9]+</property>
@@ -83,6 +83,7 @@ SPDX-License-Identifier: EPL-2.0
<exclude name="de/dlr/sc/virsat/model/**/impl/*Impl.class" />
<exclude name="de/dlr/sc/virsat/model/**/*Switch.class" />
<exclude name="de/dlr/sc/virsat/model/**/*Provider.class" />
<exclude name="de/dlr/sc/virsat/model/**ConceptLanguageGenerator.class" />
<exclude name="de/dlr/sc/virsat/model/**/*AdapterFactory.class" />
<exclude name="de/dlr/sc/virsat/commons/debug/*.class" />
</fileset>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.apps.feature"
label="VirSat Core Model Apps Feature"
version="4.15.0.qualifier"
version="4.16.0.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.apps.feature</artifactId>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Java Model Access Tests
Bundle-SymbolicName: de.dlr.sc.virsat.apps.test
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Fragment-Host: de.dlr.sc.virsat.apps
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: DLR (German Aerospace Center)
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.test/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Model Apps UI
Bundle-SymbolicName: de.dlr.sc.virsat.apps.ui;singleton:=true
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Bundle-Activator: de.dlr.sc.virsat.apps.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Model Apps
Bundle-SymbolicName: de.dlr.sc.virsat.apps;singleton:=true
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Bundle-Activator: de.dlr.sc.virsat.apps.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-11
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.branding.feature"
label="VirSat Core Branding Feature"
version="4.15.0.qualifier"
version="4.16.0.qualifier"
provider-name="DLR (German Aerospace Center)"
license-feature="de.dlr.sc.virsat.license.feature">

2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.branding.feature</artifactId>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Branding UI
Bundle-SymbolicName: de.dlr.sc.virsat.branding.ui;singleton:=true
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Bundle-Activator: de.dlr.sc.virsat.branding.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-11
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/plugin.xml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
</property>
<property
name="aboutText"
value="Virtual Satellite 4 - DVLM Core&#x0A;&#x0A;Version 4.15.0&#x0A;&#x0A;© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. &#x0A;&#x0A;The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission. &#x0A;&#x0A;Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de&#x0A;&#x0A;&#x0A;German Aerospace Center (DLR) e.V.&#x0A;Lilienthalplatz 7&#x0A;38108 Braunschweig&#x0A;Germany">
value="Virtual Satellite 4 - DVLM Core&#x0A;&#x0A;Version 4.16.0&#x0A;&#x0A;© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. &#x0A;&#x0A;The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission. &#x0A;&#x0A;Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de&#x0A;&#x0A;&#x0A;German Aerospace Center (DLR) e.V.&#x0A;Lilienthalplatz 7&#x0A;38108 Braunschweig&#x0A;Germany">
</property>
<property
name="aboutImage"
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.build.feature"
label="VirSat Core Project Builder Feature"
version="4.15.0.qualifier"
version="4.16.0.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.build.feature</artifactId>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Project Builder Tests
Bundle-SymbolicName: de.dlr.sc.virsat.build.test
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Fragment-Host: de.dlr.sc.virsat.build
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: DLR (German Aerospace Center)
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.test/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Project Builder UI
Bundle-SymbolicName: de.dlr.sc.virsat.build.ui;singleton:=true
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Bundle-Activator: de.dlr.sc.virsat.build.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: de.dlr.sc.virsat.build;visibility:=reexport,
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Project Builder
Bundle-SymbolicName: de.dlr.sc.virsat.build;singleton:=true
Bundle-Version: 4.15.0.qualifier
Bundle-Version: 4.16.0.qualifier
Bundle-Activator: de.dlr.sc.virsat.build.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: de.dlr.sc.virsat.model,
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.15.0-SNAPSHOT</version>
<version>4.16.0-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.commons.feature"
label="VirSat Core Commons Feature"
version="4.15.0.qualifier"
version="4.16.0.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
Loading
Oops, something went wrong.

0 comments on commit 2418898

Please sign in to comment.