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

Commit

Permalink
complete pom.xml for Maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Jun 16, 2018
1 parent 8331127 commit 39fdd97
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,29 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>http2client-java8</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>net.sourceforge.streamsupport:http2client-java8</name>
<description>Experimental Java 8 backport of the incubating Java 10 HTTP/2 and WebSocket API</description>
<url>https://github.com/stefan-zobel/http2client-java8/</url>
<licenses>
<license>
<name>GNU General Public License, version 2, with the Classpath Exception</name>
<url>http://openjdk.java.net/legal/gplv2+ce.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Stefan Zobel</name>
<email>[email protected]</email>
<organization>net.sourceforge.streamsupport</organization>
<organizationUrl>https://github.com/stefan-zobel/</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/stefan-zobel/http2client-java8</url>
<connection>scm:git:https://github.com/stefan-zobel/http2client-java8.git</connection>
<developerConnection>scm:git:https://github.com/stefan-zobel/http2client-java8.git</developerConnection>
</scm>

<dependencies>
<dependency>
Expand Down

0 comments on commit 39fdd97

Please sign in to comment.