Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Villiger2020-06-16 07:56:36 +0000
committerMatthias Villiger2020-06-16 07:56:36 +0000
commit459dde6fbec1e309d1c8891b59da06fb5e882637 (patch)
treed72c12505a3d79295c9a376501d5d2b7320eb451
parent5dc4c22def9e199e55536fdf7331cea3c48c1ad9 (diff)
downloadorg.eclipse.scout.sdk-459dde6fbec1e309d1c8891b59da06fb5e882637.tar.gz
org.eclipse.scout.sdk-459dde6fbec1e309d1c8891b59da06fb5e882637.tar.xz
org.eclipse.scout.sdk-459dde6fbec1e309d1c8891b59da06fb5e882637.zip
Update maven master to 3.12.3
-rw-r--r--org.eclipse.scout.sdk.p2/pom.xml2
-rw-r--r--org.eclipse.scout.sdk.s2e.ui/org.eclipse.scout.sdk.s2e.ui.iml4
-rw-r--r--org.eclipse.scout.sdk/pom.xml4
-rw-r--r--scout-hellojs-app/pom.xml22
-rw-r--r--scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml12
-rw-r--r--scout-helloworld-app/pom.xml22
-rw-r--r--scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml12
-rw-r--r--scout-jaxws-module/pom.xml22
-rw-r--r--updatesite-maven-plugin/pom.xml2
9 files changed, 58 insertions, 44 deletions
diff --git a/org.eclipse.scout.sdk.p2/pom.xml b/org.eclipse.scout.sdk.p2/pom.xml
index 725d89dc0..01f0f2592 100644
--- a/org.eclipse.scout.sdk.p2/pom.xml
+++ b/org.eclipse.scout.sdk.p2/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_p2_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/org.eclipse.scout.sdk.s2e.ui/org.eclipse.scout.sdk.s2e.ui.iml b/org.eclipse.scout.sdk.s2e.ui/org.eclipse.scout.sdk.s2e.ui.iml
index 232125751..63683bc08 100644
--- a/org.eclipse.scout.sdk.s2e.ui/org.eclipse.scout.sdk.s2e.ui.iml
+++ b/org.eclipse.scout.sdk.s2e.ui/org.eclipse.scout.sdk.s2e.ui.iml
@@ -50,8 +50,8 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.15.400" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.3.800" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.14.1100" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.emf:org.eclipse.emf.ecore:2.21.0" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.emf:org.eclipse.emf.common:2.18.0" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.emf:org.eclipse.emf.ecore:2.22.0" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.emf:org.eclipse.emf.common:2.19.0" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.platform:org.eclipse.e4.ui.services:1.3.700" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.eclipse.platform:org.eclipse.compare:3.7.900" level="project" />
diff --git a/org.eclipse.scout.sdk/pom.xml b/org.eclipse.scout.sdk/pom.xml
index 040e08995..90b2fd04f 100644
--- a/org.eclipse.scout.sdk/pom.xml
+++ b/org.eclipse.scout.sdk/pom.xml
@@ -1,5 +1,5 @@
<!--
- ~ Copyright (c) 2010-2019 BSI Business Systems Integration AG.
+ ~ Copyright (c) 2010-2020 BSI Business Systems Integration AG.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/scout-hellojs-app/pom.xml b/scout-hellojs-app/pom.xml
index a0ea5a06f..67bfee028 100644
--- a/scout-hellojs-app/pom.xml
+++ b/scout-hellojs-app/pom.xml
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-
- Copyright (c) 2015 BSI Business Systems Integration AG.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- BSI Business Systems Integration AG - initial API and implementation
-
--->
+ ~ Copyright (c) 2010-2020 BSI Business Systems Integration AG.
+ ~ All rights reserved. This program and the accompanying materials
+ ~ are made available under the terms of the Eclipse Public License v1.0
+ ~ which accompanies this distribution, and is available at
+ ~ http://www.eclipse.org/legal/epl-v10.html
+ ~
+ ~ Contributors:
+ ~ BSI Business Systems Integration AG - initial API and implementation
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml b/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
index a84bad099..3ed69035f 100644
--- a/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
+++ b/scout-hellojs-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (c) 2010-2020 BSI Business Systems Integration AG.
+ ~ All rights reserved. This program and the accompanying materials
+ ~ are made available under the terms of the Eclipse Public License v1.0
+ ~ which accompanies this distribution, and is available at
+ ~ http://www.eclipse.org/legal/epl-v10.html
+ ~
+ ~ Contributors:
+ ~ BSI Business Systems Integration AG - initial API and implementation
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -7,7 +17,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/scout-helloworld-app/pom.xml b/scout-helloworld-app/pom.xml
index 4b9d79bf4..a6027cb48 100644
--- a/scout-helloworld-app/pom.xml
+++ b/scout-helloworld-app/pom.xml
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-
- Copyright (c) 2015 BSI Business Systems Integration AG.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- BSI Business Systems Integration AG - initial API and implementation
-
--->
+ ~ Copyright (c) 2010-2020 BSI Business Systems Integration AG.
+ ~ All rights reserved. This program and the accompanying materials
+ ~ are made available under the terms of the Eclipse Public License v1.0
+ ~ which accompanies this distribution, and is available at
+ ~ http://www.eclipse.org/legal/epl-v10.html
+ ~
+ ~ Contributors:
+ ~ BSI Business Systems Integration AG - initial API and implementation
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml b/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
index f8731985d..da62c8571 100644
--- a/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
+++ b/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__/pom.xml
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (c) 2010-2020 BSI Business Systems Integration AG.
+ ~ All rights reserved. This program and the accompanying materials
+ ~ are made available under the terms of the Eclipse Public License v1.0
+ ~ which accompanies this distribution, and is available at
+ ~ http://www.eclipse.org/legal/epl-v10.html
+ ~
+ ~ Contributors:
+ ~ BSI Business Systems Integration AG - initial API and implementation
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -6,7 +16,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/scout-jaxws-module/pom.xml b/scout-jaxws-module/pom.xml
index 44de0d397..33c22bc37 100644
--- a/scout-jaxws-module/pom.xml
+++ b/scout-jaxws-module/pom.xml
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-
- Copyright (c) 2015 BSI Business Systems Integration AG.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- BSI Business Systems Integration AG - initial API and implementation
-
--->
+ ~ Copyright (c) 2010-2020 BSI Business Systems Integration AG.
+ ~ All rights reserved. This program and the accompanying materials
+ ~ are made available under the terms of the Eclipse Public License v1.0
+ ~ which accompanies this distribution, and is available at
+ ~ http://www.eclipse.org/legal/epl-v10.html
+ ~
+ ~ Contributors:
+ ~ BSI Business Systems Integration AG - initial API and implementation
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>
diff --git a/updatesite-maven-plugin/pom.xml b/updatesite-maven-plugin/pom.xml
index 9ba3f1757..b702d8178 100644
--- a/updatesite-maven-plugin/pom.xml
+++ b/updatesite-maven-plugin/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_plugin_config-master</artifactId>
- <version>3.12.2</version>
+ <version>3.12.3</version>
<relativePath />
</parent>

Back to the top