Skip to content

Commit 2112bdf

Browse files
committed
Release new minior version
1 parent a89c71b commit 2112bdf

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

hdt-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.rdfhdt</groupId>
1010
<artifactId>hdt-java-parent</artifactId>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

hdt-java-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.rdfhdt</groupId>
1010
<artifactId>hdt-java-parent</artifactId>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212
</parent>
1313

1414
<dependencies>

hdt-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.rdfhdt</groupId>
1010
<artifactId>hdt-java-parent</artifactId>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212
</parent>
1313

1414
<licenses>

hdt-java-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.rdfhdt</groupId>
1010
<artifactId>hdt-java-parent</artifactId>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212
</parent>
1313

1414
<dependencies>

hdt-jena/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.rdfhdt</groupId>
1010
<artifactId>hdt-java-parent</artifactId>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212
</parent>
1313

1414
<licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>hdt-java-parent</artifactId>
1212
<packaging>pom</packaging>
1313
<name>RDF/HDT</name>
14-
<version>3.0.1</version>
14+
<version>3.0.2</version>
1515
<description>HDT (Header, Dictionary, Triples) is a compact data structure and binary
1616
serialization format for RDF that keeps big datasets compressed to save space while
1717
maintaining search and browse operations without prior decompression. This makes it an ideal

0 commit comments

Comments
 (0)