Skip to content

Commit 9735252

Browse files
committed
pom: Update licensing and bump VERSION to 1.0.1
1 parent 120dcf0 commit 9735252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<groupId>com.buabook</groupId>
55
<artifactId>java-kdb-communication</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88

99
<name>Java &lt;-&gt; kdb Communication Library</name>
1010
<description>Java library to publish data into and query data out of kdb+ processes (c) 2017 Sport Trades Ltd</description>
1111

1212
<url>http://buabook.github.io</url>
1313
<licenses>
1414
<license>
15-
<name>GPLv3</name>
15+
<name>Apache-2.0</name>
1616
<url>https://raw.githubusercontent.com/BuaBook/java-kdb-communication/master/LICENSE</url>
1717
</license>
1818
</licenses>

0 commit comments

Comments
 (0)