Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
D063520 committed Sep 12, 2023
1 parent a97af4e commit 0021778
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hdt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.rdfhdt</groupId>
<artifactId>hdt-java-parent</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hdt-java-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.rdfhdt</groupId>
<artifactId>hdt-java-parent</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hdt-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.rdfhdt</groupId>
<artifactId>hdt-java-parent</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion hdt-java-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.rdfhdt</groupId>
<artifactId>hdt-java-parent</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hdt-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.rdfhdt</groupId>
<artifactId>hdt-java-parent</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>hdt-java-parent</artifactId>
<packaging>pom</packaging>
<name>RDF/HDT</name>
<version>3.0.9</version>
<version>3.0.10</version>
<description>HDT (Header, Dictionary, Triples) is a compact data structure and binary
serialization format for RDF that keeps big datasets compressed to save space while
maintaining search and browse operations without prior decompression. This makes it an ideal
Expand Down

0 comments on commit 0021778

Please sign in to comment.