We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115eef9 commit a1f64f2Copy full SHA for a1f64f2
pom.xml
@@ -15,12 +15,13 @@
15
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
16
<url>https://github.com/bspk/httpsig-java</url>
17
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
18
- <tag>HEAD</tag>
19
- </scm>
+ <tag>HEAD</tag>
+ </scm>
20
<licenses>
21
<license>
22
- <name>The Apache License, Version 2.0</name>
23
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <name>The MIT License (MIT)</name>
+ <url>http://opensource.org/licenses/MIT</url>
24
+ <distribution>repo</distribution>
25
</license>
26
</licenses>
27
<developers>
@@ -143,4 +144,4 @@
143
144
</plugin>
145
</plugins>
146
</build>
-</project>
147
+</project>
0 commit comments