Skip to content

Commit 638773e

Browse files
author
emarx
committed
pushing version KBox version 0.0.1-alpha2
- fixing unit tests, - adding install method functionality
1 parent 3738652 commit 638773e

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

kbox.core.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.aksw.kbox</groupId>
1818
<artifactId>parent</artifactId>
19-
<version>0.0.1-alpha1</version>
19+
<version>0.0.1-alpha2</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

kbox.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.aksw.kbox</groupId>
1818
<artifactId>parent</artifactId>
19-
<version>0.0.1-alpha1</version>
19+
<version>0.0.1-alpha2</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

kbox.kibe.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.aksw.kbox</groupId>
1818
<artifactId>parent</artifactId>
19-
<version>0.0.1-alpha1</version>
19+
<version>0.0.1-alpha2</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

kbox.kibe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.aksw.kbox</groupId>
1818
<artifactId>parent</artifactId>
19-
<version>0.0.1-alpha1</version>
19+
<version>0.0.1-alpha2</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.aksw.kbox</groupId>
44
<artifactId>parent</artifactId>
5-
<version>0.0.1-alpha1</version>
5+
<version>0.0.1-alpha2</version>
66
<packaging>pom</packaging>
77

88
<build>
@@ -54,6 +54,7 @@
5454
<module>kbox.core.test</module>
5555
<module>kbox.kibe</module>
5656
<module>kbox.kibe.test</module>
57+
<module>kbox.benchmark</module>
5758
</modules>
5859
<repositories>
5960
<repository>

0 commit comments

Comments
 (0)