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

Commit 07eadbc

Browse files
committed
update pom.xml
1 parent 1736344 commit 07eadbc

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>net.sourceforge.streamsupport</groupId>
45
<artifactId>android-retroflow</artifactId>
56
<version>1.0.0-SNAPSHOT</version>
7+
<name>net.sourceforge.streamsupport:android-retroflow</name>
8+
<description>Backport of Java 9 (JEP 266) reactive-streams Flow and SubmissionPublisher API
9+
for Android Studio 3.0 desugar toolchain, forked from https://sourceforge.net/projects/streamsupport</description>
10+
<url>http://github.com/retrostreams/android-retroflow/</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>http://github.com/retrostreams/</organizationUrl>
23+
</developer>
24+
</developers>
25+
<scm>
26+
<url>https://github.com/retrostreams/android-retroflow</url>
27+
<connection>scm:git:[email protected]:retrostreams/android-retroflow.git</connection>
28+
<developerConnection>scm:git:[email protected]:retrostreams/android-retroflow.git</developerConnection>
29+
</scm>
630

731
<dependencies>
832
<dependency>

0 commit comments

Comments
 (0)