Skip to content

Commit a3b846f

Browse files
committed
added additional pom sections
1 parent 8ab921e commit a3b846f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,23 @@
1212
<maven.compiler.target>14</maven.compiler.target>
1313
</properties>
1414
<scm>
15-
<connection>scm:git:git@github.com:bspk/httpsig-java.git</connection>
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>
1618
</scm>
19+
<licenses>
20+
<license>
21+
<name>The Apache License, Version 2.0</name>
22+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
23+
</license>
24+
</licenses>
25+
<developers>
26+
<developer>
27+
<id>bspk.io</id>
28+
<name>Bespoke Engineering</name>
29+
<url>https://bspk.io/</url>
30+
</developer>
31+
</developers>
1732
<dependencies>
1833
<dependency>
1934
<groupId>org.greenbytes.http</groupId>

0 commit comments

Comments
 (0)