Skip to content

Commit

Permalink
Merge pull request #36 from secure-software-engineering/update-pom
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
schlichtig authored Aug 22, 2024
2 parents bdfa58a + c15370b commit b3ddd8f
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,26 @@
</licenses>

<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>[email protected]:johspaeth/PathExpression.git</url>
<tag>${project.version}</tag>
<connection>scm:git:[email protected]:secure-software-engineering/PathExpression.git</connection>
<developerConnection>scm:git:ssh://github.com:secure-software-engineering/PathExpression.git</developerConnection>
<url>https://github.com/secure-software-engineering/PathExpression</url>
</scm>
<name>Tarjan's Path Expression Implementation for Java</name>
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
<url>https://github.com/johspaeth/PathExpression</url>

<developers>
<developer>
<name>Johannes Spaeth</name>
<email>[email protected]</email>
</developer>
</developers>

<developers>
<developer>
<name>Boomerang development team</name>
<email>[email protected]</email>
<organization>Research Group Secure Software Engineering</organization>
<organizationUrl>https://www.hni.uni-paderborn.de/sse</organizationUrl>
</developer>
</developers>
<contributors>
<contributor>
<name>Johannes Spaeth</name>
<email>[email protected]</email>
</contributor>
</contributors>
<profiles>
<!-- This profile is used to avoid running the deployment in non-deployment
contexts because they require specific keys from the Github remote. Include
Expand Down

0 comments on commit b3ddd8f

Please sign in to comment.