|
1 | 1 | <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> |
6 | 6 |
|
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> |
13 | 13 |
|
14 | 14 | <scm>
|
15 | 15 | < connection>scm:git: [email protected]:secure-software-engineering/PathExpression.git</ connection>
|
16 | 16 | <developerConnection>scm:git:ssh://github.com:secure-software-engineering/PathExpression.git</developerConnection>
|
17 | 17 | <url>https://github.com/secure-software-engineering/PathExpression</url>
|
18 | 18 | </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 | + |
21 | 24 | <developers>
|
22 | 25 | <developer>
|
23 | 26 | <name>Boomerang development team</name>
|
|
32 | 35 |
|
33 | 36 | </contributor>
|
34 | 37 | </contributors>
|
| 38 | + |
35 | 39 | <profiles>
|
36 | 40 | <!-- This profile is used to avoid running the deployment in non-deployment
|
37 | 41 | contexts because they require specific keys from the Github remote. Include
|
|
0 commit comments