Skip to content

Commit

Permalink
fix: build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Dec 5, 2023
1 parent 919c3b4 commit 0772e9d
Showing 1 changed file with 105 additions and 0 deletions.
105 changes: 105 additions & 0 deletions digiwf-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- Todo remove this -->
<description>DigiWF parent module</description>
<url>https://github.com/it-at-m/digiwf-core</url>

<name>${project.artifactId}</name>

<properties>
Expand Down Expand Up @@ -362,6 +366,99 @@
</profile>
</profiles>

<!-- Todo remove this -->
<developers>
<developer>
<name>Alexander Boxhorn</name>
<organization>Landeshauptstadt München</organization>
<url>https://github.com/boal</url>
<roles>
<role>initiator</role>
</roles>
</developer>
<developer>
<name>axd4</name>
<organization>Landeshauptstadt München</organization>
<url>https://github.com/axd4</url>
<roles>
<role>initiator</role>
</roles>
</developer>
<developer>
<name>Dominik Horn</name>
<organization>Miragon GmbH</organization>
<url>https://github.com/dominikhorn93</url>
<roles>
<role>initiator</role>
</roles>
</developer>
<developer>
<name>martind260</name>
<organization>Landeshauptstadt München</organization>
<url>https://github.com/martind260</url>
<roles>
<role>initiator</role>
</roles>
</developer>
<developer>
<name>Lukas Mösle</name>
<organization>Miragon GmbH</organization>
<url>https://github.com/lmoesle</url>
<roles>
<role>initiator</role>
</roles>
</developer>
<developer>
<name>Simon Zambrovski</name>
<email>[email protected]</email>
<organization>Holisticon AG</organization>
<organizationUrl>https://holisticon.de/</organizationUrl>
<url>https://github.com/zambrovski</url>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>StephanStrehlerCGI</name>
<organization>CGI Deutschland</organization>
<url>https://github.com/StephanStrehlerCGI</url>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>Simon Hirtreiter</name>
<organization>Landeshauptstadt München</organization>
<url>https://github.com/simonhir</url>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>lehju</name>
<organization>Landeshauptstadt München</organization>
<url>https://github.com/lehju</url>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<name>darenegade</name>
<organization>Landeshauptstadt München</organization>
<url>https://github.com/darenegade</url>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>

<!-- Todo remove this -->
<licenses>
<license>
<name>MIT License</name>
</license>
</licenses>

<distributionManagement>
<!-- Central Repository -->
<snapshotRepository>
Expand All @@ -370,4 +467,12 @@
</snapshotRepository>
</distributionManagement>

<!-- Todo remove this -->
<scm>
<url>https://github.com/it-at-m/digiwf-core</url>
<connection>scm:git:[email protected]:it-at-m/digiwf-core.git</connection>
<developerConnection>scm:git:[email protected]:it-at-m/digiwf-core.git</developerConnection>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit 0772e9d

Please sign in to comment.