Skip to content

Commit

Permalink
Merge pull request #89 from CROSSINGTUD/update_metadata
Browse files Browse the repository at this point in the history
Add metadata to child poms
  • Loading branch information
schlichtig authored Nov 27, 2023
2 parents a0de171 + 8cd872b commit 5b9d96e
Show file tree
Hide file tree
Showing 12 changed files with 166 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

22 changes: 22 additions & 0 deletions de.darmstadt.tu.crossing.CrySL.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,26 @@
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>3.0.0</version>
</parent>

<name>CrySL-Feature</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</project>
22 changes: 22 additions & 0 deletions de.darmstadt.tu.crossing.CrySL.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
<artifactId>de.darmstadt.tu.crossing.CrySL.ide</artifactId>
<packaging>eclipse-plugin</packaging>

<name>CrySL-IDE</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>

<build>
<plugins>
<plugin>
Expand Down
23 changes: 23 additions & 0 deletions de.darmstadt.tu.crossing.CrySL.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>3.0.0</version>
</parent>

<name>CrySL-Repository</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>

<build>
<plugins>
<plugin>
Expand Down
23 changes: 23 additions & 0 deletions de.darmstadt.tu.crossing.CrySL.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,27 @@
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL.target</artifactId>
<packaging>eclipse-target-definition</packaging>

<name>CrySL-Target</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>

</project>
22 changes: 22 additions & 0 deletions de.darmstadt.tu.crossing.CrySL.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@
<artifactId>de.darmstadt.tu.crossing.CrySL.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>

<name>CrySL-Tests</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 2 additions & 1 deletion de.darmstadt.tu.crossing.CrySL.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
22 changes: 22 additions & 0 deletions de.darmstadt.tu.crossing.CrySL.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
<artifactId>de.darmstadt.tu.crossing.CrySL.ui</artifactId>
<packaging>eclipse-plugin</packaging>

<name>CrySL-UI</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>

<build>
<plugins>
<plugin>
Expand Down
22 changes: 22 additions & 0 deletions de.darmstadt.tu.crossing.CrySL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
<artifactId>de.darmstadt.tu.crossing.CrySL</artifactId>
<packaging>eclipse-plugin</packaging>

<name>CrySL</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>CogniCrypt</id>
<name>CogniCrypt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:CROSSINGTUD/CryptSL.git</connection>
<developerConnection>scm:git:ssh://github.com:CROSSINGTUD/CryptSL.git</developerConnection>
<url>https://github.com/CROSSINGTUD/CryptSL</url>
</scm>
<description>CrySL domain-specific language</description>
<url>https://github.com/CROSSINGTUD/CryptSL</url>

<build>
<plugins>
<plugin>
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<version>3.0.0</version>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<packaging>pom</packaging>
<name>CrySL</name>

<name>CrySL-Parent</name>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
Expand All @@ -33,6 +34,8 @@
<xtextVersion>2.33.0</xtextVersion>
<emfVersion>2.16.0</emfVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<modules>
Expand Down
8 changes: 0 additions & 8 deletions shippable.yml

This file was deleted.

0 comments on commit 5b9d96e

Please sign in to comment.