We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65c5657 + c492943 commit 7c63f86Copy full SHA for 7c63f86
boomerangScope-WALA/pom.xml
@@ -10,6 +10,16 @@
10
</parent>
11
<artifactId>boomerangScope-WALA</artifactId>
12
13
+ <name>BoomerangScope-WALA</name>
14
+ <description>Scope implementation to run Boomerang and IDEal with WALA</description>
15
+ <url>https://github.com/secure-software-engineering/Boomerang</url>
16
+
17
+ <scm>
18
+ <connection>scm:git:[email protected]:secure-software-engineering/Boomerang.git</connection>
19
+ <developerConnection>scm:git:ssh://github.com:secure-software-engineering/Boomerang.git</developerConnection>
20
21
+ </scm>
22
23
<properties>
24
<wala.version>1.6.9</wala.version>
25
<license.dir>${project.parent.basedir}</license.dir>
0 commit comments