|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 |
| - <groupId>ca.mcgill.sable</groupId> |
| 6 | + <groupId>org.soot-oss</groupId> |
7 | 7 | <artifactId>soot</artifactId>
|
8 | 8 | <name>Soot - a J*va Optimization Framework</name>
|
9 | 9 | <version>4.1.0</version>
|
10 | 10 | <description>A Java Optimization Framework</description>
|
11 |
| - <url>https://sable.github.io/soot/</url> |
| 11 | + <url>https://soot-oss.github.io/soot</url> |
12 | 12 | <organization>
|
13 |
| - <name>Sable</name> |
14 |
| - <url>http://www.sable.mcgill.ca/</url> |
| 13 | + <name>Soot OSS</name> |
| 14 | + <url>https://soot-oss.org/</url> |
15 | 15 | </organization>
|
16 | 16 | <licenses>
|
17 | 17 | <license>
|
|
23 | 23 | <developers>
|
24 | 24 | <developer>
|
25 | 25 | <name>Manuel Benz</name>
|
26 |
| - <email>manuel.benz@upb.de</email> |
27 |
| - <organization>University of Paderborn</organization> |
28 |
| - <organizationUrl>https://www.hni.uni-paderborn.de/en/software-engineering/</organizationUrl> |
| 26 | + <email>manuel.benz@codeshield.de</email> |
| 27 | + <organization>CodeShield GmbH</organization> |
| 28 | + <organizationUrl>https://codeshield.de/</organizationUrl> |
29 | 29 | </developer>
|
30 | 30 | <developer>
|
31 | 31 | <name>Eric Bodden</name>
|
|
35 | 35 | </developer>
|
36 | 36 | <developer>
|
37 | 37 | <name>Andreas Dann</name>
|
38 |
| - <email>andreas.dann@uni-paderborn.de</email> |
39 |
| - <organization>University of Paderborn</organization> |
40 |
| - <organizationUrl>https://www.hni.uni-paderborn.de/en/software-engineering/</organizationUrl> |
| 38 | + <email>andreas.dann@codeshield.de</email> |
| 39 | + <organization>CodeShield GmbH</organization> |
| 40 | + <organizationUrl>https://codeshield.de/</organizationUrl> |
41 | 41 | </developer>
|
42 | 42 | <developer>
|
43 | 43 | <name>Steven Arzt</name>
|
|
47 | 47 | </developer>
|
48 | 48 | </developers>
|
49 | 49 | <scm>
|
50 |
| - <connection>scm:git:git@github.com:Sable/soot.git</connection> |
51 |
| - <developerConnection>scm:git:git@github.com:Sable/soot.git</developerConnection> |
52 |
| - <url>https://github.com/Sable/soot/tree/master</url> |
| 50 | + <connection>scm:git:git@github.com:soot-oss/soot.git</connection> |
| 51 | + <developerConnection>scm:git:git@github.com:soot-oss/soot.git</developerConnection> |
| 52 | + <url>https://github.com/soot-oss/soot</url> |
53 | 53 | </scm>
|
54 | 54 | <properties>
|
55 | 55 | <maven.compiler.source>1.8</maven.compiler.source>
|
|
0 commit comments