Skip to content

Commit 78676b5

Browse files
authored
Merge pull request #44 from secure-software-engineering/fix/url
Add URL to pom
2 parents 6d7396c + 347b83a commit 78676b5

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

pom.xml

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
<groupId>de.fraunhofer.iem</groupId>
4-
<artifactId>pathexpression</artifactId>
5-
<version>1.0.4</version>
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>de.fraunhofer.iem</groupId>
4+
<artifactId>pathexpression</artifactId>
5+
<version>1.0.4</version>
66

7-
<licenses>
8-
<license>
9-
<name>Eclipse Public License - v2.0</name>
10-
<url>https://www.eclipse.org/legal/epl-2.0/</url>
11-
</license>
12-
</licenses>
7+
<licenses>
8+
<license>
9+
<name>Eclipse Public License - v2.0</name>
10+
<url>https://www.eclipse.org/legal/epl-2.0/</url>
11+
</license>
12+
</licenses>
1313

1414
<scm>
1515
<connection>scm:git:[email protected]:secure-software-engineering/PathExpression.git</connection>
1616
<developerConnection>scm:git:ssh://github.com:secure-software-engineering/PathExpression.git</developerConnection>
1717
<url>https://github.com/secure-software-engineering/PathExpression</url>
1818
</scm>
19-
<name>Tarjan's Path Expression Implementation for Java</name>
20-
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
19+
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/secure-software-engineering/PathExpression</url>
23+
2124
<developers>
2225
<developer>
2326
<name>Boomerang development team</name>
@@ -32,6 +35,7 @@
3235
<email>[email protected]</email>
3336
</contributor>
3437
</contributors>
38+
3539
<profiles>
3640
<!-- This profile is used to avoid running the deployment in non-deployment
3741
contexts because they require specific keys from the Github remote. Include

0 commit comments

Comments
 (0)