Skip to content

Commit

Permalink
Merge pull request #789 from virtualsatellite/integration
Browse files Browse the repository at this point in the history
Release 4.12.1
  • Loading branch information
SaMuellerDLR authored Oct 15, 2020
2 parents 6a73e2f + 981306b commit bda429e
Show file tree
Hide file tree
Showing 593 changed files with 10,473 additions and 1,127 deletions.
4 changes: 2 additions & 2 deletions bash/maven_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ set -e
COMMAND=$0

# set general variables to correctly execute the build process
export OVERTARGET_VERSION=1.1.0.r201903120902
export OVERTARGET_REPO=https://sourceforge.net/projects/overtarget/files/release/1.1.0/25/plugins
export OVERTARGET_VERSION=1.2.1.r202007301216
export OVERTARGET_REPO=https://sourceforge.net/projects/overtarget/files/release/1.2.1/483/plugins/
export OVERTARGET_GROUP=de.dlr.sc.overtarget
export JUNIT_DEBUG_PROJECT_TEST_CASE=true
export SWTBOT_SCREENSHOT=true
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
Additional Build Preparations for VirSat
</description>

<property name="version">4.12.0</property>
<property name="version">4.12.1</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>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.apps.feature"
label="VirSat Core Model Apps Feature"
version="4.12.0.qualifier"
version="4.12.1.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.apps.feature</artifactId>
Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Fragment-Host: de.dlr.sc.virsat.apps
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.apps.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.apps.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.branding.feature"
label="VirSat Core Branding Feature"
version="4.12.0.qualifier"
version="4.12.1.qualifier"
provider-name="DLR (German Aerospace Center)"
license-feature="de.dlr.sc.virsat.license.feature">

Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.branding.feature</artifactId>
Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.branding.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</property>
<property
name="aboutText"
value="Virtual Satellite 4 - DVLM Core&#x0D;&#x0A;&#x0D;&#x0A;Version 4.12.0&#x0D;&#x0A;&#x0D;&#x0A;© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. &#x0D;&#x0A;&#x0D;&#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. &#x0D;&#x0A;&#x0D;&#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”&#x0D;&#x0A;&#x0D;&#x0A;&#x0D;&#x0A;German Aerospace Center (DLR) e.V.&#x0D;&#x0A;Lilienthalplatz 7&#x0D;&#x0A;38108 Braunschweig&#x0D;&#x0A;Germany">
value="Virtual Satellite 4 - DVLM Core&#x0D;&#x0A;&#x0D;&#x0A;Version 4.12.1&#x0D;&#x0A;&#x0D;&#x0A;© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. &#x0D;&#x0A;&#x0D;&#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. &#x0D;&#x0A;&#x0D;&#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”&#x0D;&#x0A;&#x0D;&#x0A;&#x0D;&#x0A;German Aerospace Center (DLR) e.V.&#x0D;&#x0A;Lilienthalplatz 7&#x0D;&#x0A;38108 Braunschweig&#x0D;&#x0A;Germany">
</property>
<property
name="aboutImage"
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.build.feature"
label="VirSat Core Project Builder Feature"
version="4.12.0.qualifier"
version="4.12.1.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.build.feature</artifactId>
Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Fragment-Host: de.dlr.sc.virsat.build
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ protected IInheritanceCopier createInheritanceCopier() {
protected boolean saveGotTriggered = false;

@Override
protected void setSaveAfterIncrementalBuild() {
protected void triggerSaveAfterIncrementalBuild() {
saveGotTriggered = true;
super.setSaveAfterIncrementalBuild();
super.triggerSaveAfterIncrementalBuild();
}
}

Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.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,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
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
Expand Up @@ -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.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.build.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: de.dlr.sc.virsat.model,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ protected void transactionalFullBuildRemoveProblemMarkers() {
protected void transactionalFullBuildUpdateProblemMarkers() {
}

protected boolean saveAfterIncrementalBuild;
private boolean saveAfterIncrementalBuild;

/**
* Call this method during an incremental build to
* make save all dvlm resource. this method should usually be called
* in case a SEI has been processed. It should not be called when other
* files outside the dvlm mdoel have been processed by a builder.
*/
protected void setSaveAfterIncrementalBuild() {
protected void triggerSaveAfterIncrementalBuild() {
saveAfterIncrementalBuild = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ private Set<StructuralElementInstance> getAllSeiInResource(Resource resource) {

@Override
protected void incrementalBuild(IResourceDelta delta, IProgressMonitor monitor) {
saveAfterIncrementalBuild = false;

Activator.getDefault().getLog().log(new Status(Status.INFO, Activator.getPluginId(), "VirSatInheritanceBuilder: Starting incremental build"));
final int MAX_TASKS = 3;
IInheritanceCopier inheritanceCopier = createInheritanceCopier();
Expand Down Expand Up @@ -163,7 +161,7 @@ public boolean visit(IResourceDelta delta) {
// This is referring to the ticket #714 which raised an issue with resource properties in
// a document CA. Adding a new file is triggering an incremental build but actually no DVLM
// file is touched or changed. Finally the editor was set into an incorrect state.
setSaveAfterIncrementalBuild();
triggerSaveAfterIncrementalBuild();

// Now call the incremental inheritance processing on the affected SEI
final int SUB_TASKS = 100;
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.commons.feature"
label="VirSat Core Commons Feature"
version="4.12.0.qualifier"
version="4.12.1.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.commons.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Commons Tests
Bundle-SymbolicName: de.dlr.sc.virsat.commons.test
Bundle-Version: 4.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Fragment-Host: de.dlr.sc.virsat.commons
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Commons UI
Bundle-SymbolicName: de.dlr.sc.virsat.commons.ui;singleton:=true
Bundle-Version: 4.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.expressions,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Commons
Bundle-SymbolicName: de.dlr.sc.virsat.commons
Bundle-Version: 4.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.commons.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Concept Test Utils
Bundle-SymbolicName: de.dlr.sc.virsat.concept.unittest.util
Bundle-Version: 4.12.0.qualifier
Bundle-Version: 4.12.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.concept.unittest.util.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.concept.unittest.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.dependencies.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.dlr.sc.virsat.dependencies.feature"
label="VirSat Core Dependencies Feature"
version="4.12.0.qualifier"
version="4.12.1.qualifier"
provider-name="DLR (German Aerospace Center)"
plugin="de.dlr.sc.virsat.branding.ui"
license-feature="de.dlr.sc.virsat.license.feature">
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.dependencies.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0-SNAPSHOT</version>
<version>4.12.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.dependencies.feature</artifactId>
Expand Down
22 changes: 22 additions & 0 deletions de.dlr.sc.virsat.docs.feature/docs/VirSat_Core_ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
VirSat Core Release Notes
-------------------------

Release 4.12.1 (15th October 2020)
----------------------------------

New Features:
Updated OverTarget version to 1.2.1 - #722 Feature
Updated default QUDV units to contain units for thermal domain - #729 Feature
Improved Functional Electrical Architecture Excel exporter to include the full qualified name of interface ends - #739 Feature
Added support to also change the color of connection elements in diagrams - #750 Feature
Expanded requirements concept for basic verification modeling - #783 Feature

Usability Updates:
Improved navigator to expand on drag and drop from concept palette - #31 Comfort/usability
Supporting F2 in the navigator for renaming and changing values - #775 Comfort/usability

Fixed Bugs:
Fixed issue where editing references in tables showed wrong value - #86 Bug
Fixed issue where equations for integers saved the result as floating point values - #700 Bug
Fixed Excel exporter wizard throwing exceptions - #735 Bug
Fixed issue where the Functional Electrical Architecture diagram did not accept changes to the interface ordering - #749 Bug
Fixed Linux issue in Functional Electrical Architecture HTML exporter - #757 Bug
Fixed nullpointer exception when editing RequirementAttributes - #697 Bug

Release 4.12.0 (31th July 2020)
----------------------------------

Expand Down
Loading

0 comments on commit bda429e

Please sign in to comment.