Skip to content

Commit 7c63f86

Browse files
authored
Merge pull request #123 from secure-software-engineering/develop
Fix WALA-POM for release
2 parents 65c5657 + c492943 commit 7c63f86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boomerangScope-WALA/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
</parent>
1111
<artifactId>boomerangScope-WALA</artifactId>
1212

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+
<url>https://github.com/secure-software-engineering/Boomerang</url>
21+
</scm>
22+
1323
<properties>
1424
<wala.version>1.6.9</wala.version>
1525
<license.dir>${project.parent.basedir}</license.dir>

0 commit comments

Comments
 (0)