We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8325a8 + 4f20a8d commit 51c0c83Copy full SHA for 51c0c83
pom.xml
@@ -21,6 +21,23 @@
21
</license>
22
</licenses>
23
24
+ <scm>
25
+ <connection>scm:git:https://github.com/sap-production/XcodeProjectJavaAPI.git</connection>
26
+ <developerConnection>scm:git:https://github.com/sap-production/XcodeProjectJavaAPI.git</developerConnection>
27
+ <url>https://github.com/sap-production/XcodeProjectJavaAPI</url>
28
+ </scm>
29
+
30
+ <developers>
31
+ <developer>
32
+ <name>Marcus Holl</name>
33
+ <email>[email protected]</email>
34
+ </developer>
35
36
+ <name>Alexander Lippling</name>
37
38
39
+ </developers>
40
41
<properties>
42
<license.excludes>**/*.pbxproj.xml,**/PropertyList-1.0.dtd</license.excludes>
43
</properties>
0 commit comments