Updated Java version in bndrun files
diff --git a/framework/pom.xml b/framework/pom.xml
index c5aceb4..50747b9 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -23,6 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
</properties>
<pluginRepositories>
diff --git a/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/ros2_slg.bndrun b/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/ros2_slg.bndrun
index ff84453..dc42ca2 100644
--- a/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/ros2_slg.bndrun
+++ b/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/ros2_slg.bndrun
@@ -1,4 +1,4 @@
--runee: JavaSE-1.8
+-runee: JavaSE-11
-runfw: org.eclipse.osgi
-runsystemcapabilities: ${native_capability}
diff --git a/simulation_generator/app4mc.sim/pom.xml b/simulation_generator/app4mc.sim/pom.xml
index 00f9558..0520e83 100644
--- a/simulation_generator/app4mc.sim/pom.xml
+++ b/simulation_generator/app4mc.sim/pom.xml
@@ -18,9 +18,12 @@
<java.version>11</java.version>
+ <jarsigner-version>1.3.1</jarsigner-version>
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
</properties>
<pluginRepositories>
@@ -159,7 +162,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.3.1</version>
+ <version>${jarsigner-version}</version>
<executions>
<execution>
<id>sign</id>
diff --git a/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/amlt2systemc.bndrun b/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/amlt2systemc.bndrun
index 46fb105..4fee40c 100644
--- a/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/amlt2systemc.bndrun
+++ b/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/amlt2systemc.bndrun
@@ -1,4 +1,4 @@
--runee: JavaSE-1.8
+-runee: JavaSE-11
-runfw: org.eclipse.osgi
-runsystemcapabilities: ${native_capability}