Skip to content

Commit f1f97da

Browse files
authored
Update pom.xml
1 parent bdfa58a commit f1f97da

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

pom.xml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,26 @@
1212
</licenses>
1313

1414
<scm>
15-
<connection>scm:git:${project.scm.url}</connection>
16-
<developerConnection>scm:git:${project.scm.url}</developerConnection>
17-
<url>git@github.com:johspaeth/PathExpression.git</url>
18-
<tag>${project.version}</tag>
15+
<connection>scm:git:git@github.com:secure-software-engineering/PathExpression.git</connection>
16+
<developerConnection>scm:git:ssh://github.com:secure-software-engineering/PathExpression.git</developerConnection>
17+
<url>https://github.com/secure-software-engineering/PathExpression</url>
1918
</scm>
20-
<name>Tarjan's Path Expression Implementation for Java</name>
21-
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
22-
<url>https://github.com/johspaeth/PathExpression</url>
23-
24-
<developers>
25-
<developer>
26-
<name>Johannes Spaeth</name>
27-
<email>mail@johspaeth.de</email>
28-
</developer>
29-
</developers>
30-
19+
<developers>
20+
<developer>
21+
<name>Boomerang development team</name>
22+
<email>boomerang@eim.upb.de</email>
23+
<organization>Research Group Secure Software Engineering</organization>
24+
<organizationUrl>https://www.hni.uni-paderborn.de/sse</organizationUrl>
25+
</developer>
26+
</developers>
27+
<contributors>
28+
<contributor>
29+
<name>Johannes Spaeth</name>
30+
<email>johannes.spaeth@codeshield.de</email>
31+
<organization>CodeShield GmbH</organization>
32+
<organizationUrl>https://codeshield.de/</organizationUrl>
33+
</contributor>
34+
</contributors>
3135
<profiles>
3236
<!-- This profile is used to avoid running the deployment in non-deployment
3337
contexts because they require specific keys from the Github remote. Include

0 commit comments

Comments
 (0)