|
12 | 12 | </licenses>
|
13 | 13 |
|
14 | 14 | <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> |
19 | 18 | </scm>
|
20 | 19 | <name>Tarjan's Path Expression Implementation for Java</name>
|
21 | 20 | <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 |
| - |
| 21 | + <developers> |
| 22 | + <developer> |
| 23 | + <name>Boomerang development team</name> |
| 24 | + <email>boomerang@eim.upb.de</email> |
| 25 | + <organization>Research Group Secure Software Engineering</organization> |
| 26 | + <organizationUrl>https://www.hni.uni-paderborn.de/sse</organizationUrl> |
| 27 | + </developer> |
| 28 | + </developers> |
| 29 | + <contributors> |
| 30 | + <contributor> |
| 31 | + <name>Johannes Spaeth</name> |
| 32 | + <email>mail@johspaeth.de</email> |
| 33 | + </contributor> |
| 34 | + </contributors> |
31 | 35 | <profiles>
|
32 | 36 | <!-- This profile is used to avoid running the deployment in non-deployment
|
33 | 37 | contexts because they require specific keys from the Github remote. Include
|
|
63 | 67 | <plugin>
|
64 | 68 | <groupId>org.apache.maven.plugins</groupId>
|
65 | 69 | <artifactId>maven-javadoc-plugin</artifactId>
|
66 |
| - <version>3.8.0</version> |
| 70 | + <version>3.10.0</version> |
67 | 71 | <executions>
|
68 | 72 | <execution>
|
69 | 73 | <id>attach-javadoc</id>
|
|
76 | 80 | <plugin>
|
77 | 81 | <groupId>org.apache.maven.plugins</groupId>
|
78 | 82 | <artifactId>maven-gpg-plugin</artifactId>
|
79 |
| - <version>3.2.5</version> |
| 83 | + <version>3.2.6</version> |
80 | 84 | <executions>
|
81 | 85 | <execution>
|
82 | 86 | <id>sign-artifacts</id>
|
|
131 | 135 | <dependency>
|
132 | 136 | <groupId>org.apache.logging.log4j</groupId>
|
133 | 137 | <artifactId>log4j-core</artifactId>
|
134 |
| - <version>2.23.1</version> |
| 138 | + <version>2.24.0</version> |
135 | 139 | </dependency>
|
136 | 140 | </dependencies>
|
137 | 141 |
|
|
0 commit comments