Skip to content

Commit d384bf6

Browse files
committed
add developer
1 parent 52cc466 commit d384bf6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
<module>ICGE-ManualStart</module>
163163
<module>ICGE-build-tools</module>
164164
</modules>
165-
166165
<scm>
167166
<connection>scm:git:git://github.com/fius/ICGE2.git</connection>
168167
<developerConnection>scm:git:https://github.com/fius/ICGE2.git</developerConnection>
@@ -171,9 +170,15 @@
171170
<licenses>
172171
<license>
173172
<name>MIT License</name>
174-
<url>http://www.opensource.org/licenses/mit-license.php</url>
173+
<url>https://opensource.org/license/mit</url>
175174
</license>
176175
</licenses>
177-
<developers></developers>
178-
176+
<developers>
177+
<developer>
178+
<name>Fabian Bühler</name>
179+
<email>[email protected]</email>
180+
<organization>University of Stuttgart - Institute of Architecture of Application Systems</organization>
181+
<organizationUrl>https://www.iaas.uni-stuttgart.de/en/institute/</organizationUrl>
182+
</developer>
183+
</developers>
179184
</project>

0 commit comments

Comments
 (0)