We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cf04c commit d1a7eadCopy full SHA for d1a7ead
pom.xml
@@ -8,6 +8,14 @@
8
9
<name>Smiley's HTTP Proxy Servlet</name>
10
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
+
19
<developers>
20
<developer>
21
<name>David Smiley</name>
@@ -17,7 +25,7 @@
25
</developers>
26
27
<scm>
- <connection>scm:[email protected]:dsmiley/HTTP-Proxy-Servlet.git</connection>
28
+ <connection>scm:git:https://dsmiley@github.com/dsmiley/HTTP-Proxy-Servlet.git</connection>
29
</scm>
22
30
23
31
<properties>
0 commit comments