Skip to content

Commit a1f64f2

Browse files
authored
Update pom.xml
1 parent 115eef9 commit a1f64f2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
1616
<url>https://github.com/bspk/httpsig-java</url>
1717
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
18-
<tag>HEAD</tag>
19-
</scm>
18+
<tag>HEAD</tag>
19+
</scm>
2020
<licenses>
2121
<license>
22-
<name>The Apache License, Version 2.0</name>
23-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22+
<name>The MIT License (MIT)</name>
23+
<url>http://opensource.org/licenses/MIT</url>
24+
<distribution>repo</distribution>
2425
</license>
2526
</licenses>
2627
<developers>
@@ -143,4 +144,4 @@
143144
</plugin>
144145
</plugins>
145146
</build>
146-
</project>
147+
</project>

0 commit comments

Comments
 (0)