generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> |