We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120dcf0 commit 9735252Copy full SHA for 9735252
pom.xml
@@ -4,15 +4,15 @@
4
<groupId>com.buabook</groupId>
5
<artifactId>java-kdb-communication</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.0.0</version>
+ <version>1.0.1</version>
8
9
<name>Java <-> kdb Communication Library</name>
10
<description>Java library to publish data into and query data out of kdb+ processes (c) 2017 Sport Trades Ltd</description>
11
12
<url>http://buabook.github.io</url>
13
<licenses>
14
<license>
15
- <name>GPLv3</name>
+ <name>Apache-2.0</name>
16
<url>https://raw.githubusercontent.com/BuaBook/java-kdb-communication/master/LICENSE</url>
17
</license>
18
</licenses>
0 commit comments