Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 39fdd97

Browse files
committed
complete pom.xml for Maven central
1 parent 8331127 commit 39fdd97

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,29 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.streamsupport</groupId>
66
<artifactId>http2client-java8</artifactId>
7-
<version>0.1.0</version>
7+
<version>0.1.1</version>
8+
<name>net.sourceforge.streamsupport:http2client-java8</name>
9+
<description>Experimental Java 8 backport of the incubating Java 10 HTTP/2 and WebSocket API</description>
10+
<url>https://github.com/stefan-zobel/http2client-java8/</url>
11+
<licenses>
12+
<license>
13+
<name>GNU General Public License, version 2, with the Classpath Exception</name>
14+
<url>http://openjdk.java.net/legal/gplv2+ce.html</url>
15+
</license>
16+
</licenses>
17+
<developers>
18+
<developer>
19+
<name>Stefan Zobel</name>
20+
<email>[email protected]</email>
21+
<organization>net.sourceforge.streamsupport</organization>
22+
<organizationUrl>https://github.com/stefan-zobel/</organizationUrl>
23+
</developer>
24+
</developers>
25+
<scm>
26+
<url>https://github.com/stefan-zobel/http2client-java8</url>
27+
<connection>scm:git:https://github.com/stefan-zobel/http2client-java8.git</connection>
28+
<developerConnection>scm:git:https://github.com/stefan-zobel/http2client-java8.git</developerConnection>
29+
</scm>
830

931
<dependencies>
1032
<dependency>

0 commit comments

Comments
 (0)