Skip to content

Commit d1a7ead

Browse files
committed
git scm reference is bad in pom
1 parent 90cf04c commit d1a7ead

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
<name>Smiley's HTTP Proxy Servlet</name>
1010

11+
<licenses>
12+
<license>
13+
<name>The Apache Software License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
<distribution>repo</distribution>
16+
</license>
17+
</licenses>
18+
1119
<developers>
1220
<developer>
1321
<name>David Smiley</name>
@@ -17,7 +25,7 @@
1725
</developers>
1826

1927
<scm>
20-
<connection>scm:[email protected]:dsmiley/HTTP-Proxy-Servlet.git</connection>
28+
<connection>scm:git:https://dsmiley@github.com/dsmiley/HTTP-Proxy-Servlet.git</connection>
2129
</scm>
2230

2331
<properties>

0 commit comments

Comments
 (0)