From 8cd872ba3f8c8558c17e66a5df763f6b0753509d Mon Sep 17 00:00:00 2001 From: Sven Meyer Date: Mon, 27 Nov 2023 11:16:44 +0100 Subject: [PATCH] Add metadata to child poms --- .github/dependabot.yml | 4 ++++ .gitmodules | 3 --- .../pom.xml | 22 ++++++++++++++++++ de.darmstadt.tu.crossing.CrySL.ide/pom.xml | 22 ++++++++++++++++++ .../pom.xml | 23 +++++++++++++++++++ de.darmstadt.tu.crossing.CrySL.target/pom.xml | 23 +++++++++++++++++++ de.darmstadt.tu.crossing.CrySL.tests/pom.xml | 22 ++++++++++++++++++ .../META-INF/MANIFEST.MF | 3 ++- de.darmstadt.tu.crossing.CrySL.ui/pom.xml | 22 ++++++++++++++++++ de.darmstadt.tu.crossing.CrySL/pom.xml | 22 ++++++++++++++++++ pom.xml | 5 +++- shippable.yml | 8 ------- 12 files changed, 166 insertions(+), 13 deletions(-) delete mode 100644 .gitmodules delete mode 100644 shippable.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59bff77c..b262bce6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: weekly time: "04:00" open-pull-requests-limit: 10 + # tycho 3 and tycho 4 requires Java version 17 to be built + ignore: + - dependency-name: "org.eclipse.tycho:tycho-maven-plugin" + versions: ["3.x.x", "4.x.x"] diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 0d01ef09..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "Examples"] - path = Examples - url = ssh://git@github.com/CROSSINGTUD/Crypto-API-Rules.git diff --git a/de.darmstadt.tu.crossing.CrySL.feature/pom.xml b/de.darmstadt.tu.crossing.CrySL.feature/pom.xml index 0ac830f3..b29714a4 100644 --- a/de.darmstadt.tu.crossing.CrySL.feature/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL.feature/pom.xml @@ -9,4 +9,26 @@ de.darmstadt.tu.crossing.CrySL.parent 3.0.0 + + CrySL-Feature + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL \ No newline at end of file diff --git a/de.darmstadt.tu.crossing.CrySL.ide/pom.xml b/de.darmstadt.tu.crossing.CrySL.ide/pom.xml index 8730804c..be968eb1 100644 --- a/de.darmstadt.tu.crossing.CrySL.ide/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL.ide/pom.xml @@ -10,6 +10,28 @@ de.darmstadt.tu.crossing.CrySL.ide eclipse-plugin + CrySL-IDE + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL + diff --git a/de.darmstadt.tu.crossing.CrySL.repository/pom.xml b/de.darmstadt.tu.crossing.CrySL.repository/pom.xml index 2ded2039..dd67abd2 100644 --- a/de.darmstadt.tu.crossing.CrySL.repository/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL.repository/pom.xml @@ -9,6 +9,29 @@ de.darmstadt.tu.crossing.CrySL.parent 3.0.0 + + CrySL-Repository + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL + diff --git a/de.darmstadt.tu.crossing.CrySL.target/pom.xml b/de.darmstadt.tu.crossing.CrySL.target/pom.xml index 3b7d0707..f1d318ab 100644 --- a/de.darmstadt.tu.crossing.CrySL.target/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL.target/pom.xml @@ -8,4 +8,27 @@ de.darmstadt.tu.crossing.CrySL.target eclipse-target-definition + + CrySL-Target + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL + diff --git a/de.darmstadt.tu.crossing.CrySL.tests/pom.xml b/de.darmstadt.tu.crossing.CrySL.tests/pom.xml index 42838971..71a448b8 100644 --- a/de.darmstadt.tu.crossing.CrySL.tests/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL.tests/pom.xml @@ -9,6 +9,28 @@ de.darmstadt.tu.crossing.CrySL.tests eclipse-test-plugin + CrySL-Tests + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL + diff --git a/de.darmstadt.tu.crossing.CrySL.ui.tests/META-INF/MANIFEST.MF b/de.darmstadt.tu.crossing.CrySL.ui.tests/META-INF/MANIFEST.MF index cde38b5e..a62e6639 100644 --- a/de.darmstadt.tu.crossing.CrySL.ui.tests/META-INF/MANIFEST.MF +++ b/de.darmstadt.tu.crossing.CrySL.ui.tests/META-INF/MANIFEST.MF @@ -13,7 +13,8 @@ Require-Bundle: de.darmstadt.tu.crossing.CrySL.ui, org.eclipse.ui.workbench;resolution:=optional, org.eclipse.xtext.testing, org.eclipse.xtext.xbase.testing, - org.eclipse.xtext.ui.testing + org.eclipse.xtext.ui.testing, + org.eclipse.xtext.xbase.ui.testing Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: de.darmstadt.tu.crossing.ui.tests;x-internal=true Import-Package: org.hamcrest.core, diff --git a/de.darmstadt.tu.crossing.CrySL.ui/pom.xml b/de.darmstadt.tu.crossing.CrySL.ui/pom.xml index c96a49b2..26599032 100644 --- a/de.darmstadt.tu.crossing.CrySL.ui/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL.ui/pom.xml @@ -10,6 +10,28 @@ de.darmstadt.tu.crossing.CrySL.ui eclipse-plugin + CrySL-UI + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL + diff --git a/de.darmstadt.tu.crossing.CrySL/pom.xml b/de.darmstadt.tu.crossing.CrySL/pom.xml index 4024f969..e18ff5fd 100644 --- a/de.darmstadt.tu.crossing.CrySL/pom.xml +++ b/de.darmstadt.tu.crossing.CrySL/pom.xml @@ -10,6 +10,28 @@ de.darmstadt.tu.crossing.CrySL eclipse-plugin + CrySL + + + Eclipse Public License - v2.0 + https://www.eclipse.org/legal/epl-2.0/ + + + + + CogniCrypt + CogniCrypt + cognicrypt@eim.upb.de + + + + scm:git:git@github.com:CROSSINGTUD/CryptSL.git + scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git + https://github.com/CROSSINGTUD/CryptSL + + CrySL domain-specific language + https://github.com/CROSSINGTUD/CryptSL + diff --git a/pom.xml b/pom.xml index 54533df0..c490ac28 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,8 @@ 3.0.0 de.darmstadt.tu.crossing.CrySL.parent pom - CrySL + + CrySL-Parent Eclipse Public License - v2.0 @@ -33,6 +34,8 @@ 2.33.0 2.16.0 UTF-8 + 1.8 + 1.8 diff --git a/shippable.yml b/shippable.yml deleted file mode 100644 index 6b4d7358..00000000 --- a/shippable.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: java - -jdk: - - oraclejdk8 - -build: - ci: - - mvn clean verify -DskipTests