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

Commit b48ca53

Browse files
committed
fix whitespace
1 parent 968e3ff commit b48ca53

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.sourceforge.streamsupport</groupId>
55
<artifactId>java9-concurrent-backport</artifactId>
6-
<version>2.0.4</version>
6+
<version>2.0.5-SNAPSHOT</version>
77
<packaging>bundle</packaging>
88
<name>net.sourceforge.streamsupport:java9-concurrent-backport</name>
99
<description>Backport of Java 9 CompletableFuture, Flow and SubmissionPublisher API for Java 8</description>
@@ -13,14 +13,14 @@
1313
<name>GNU General Public License, version 2, with the Classpath Exception</name>
1414
<url>http://openjdk.java.net/legal/gplv2+ce.html</url>
1515
</license>
16-
<license>
17-
<name>CC0 1.0 Universal</name>
18-
<url>https://creativecommons.org/publicdomain/zero/1.0/</url>
19-
<comments>Creative Commons CC0 1.0 Universal license applies
20-
to the source code derived from the JSR-166 project as
21-
indicated in the respective source code files
22-
</comments>
23-
</license>
16+
<license>
17+
<name>CC0 1.0 Universal</name>
18+
<url>https://creativecommons.org/publicdomain/zero/1.0/</url>
19+
<comments>Creative Commons CC0 1.0 Universal license applies
20+
to the source code derived from the JSR-166 project as
21+
indicated in the respective source code files
22+
</comments>
23+
</license>
2424
</licenses>
2525
<developers>
2626
<developer>

0 commit comments

Comments
 (0)