Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Jan 15, 2020
2 parents c899bff + 1a34996 commit c557f31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.sansa-stack</groupId>
<artifactId>sansa-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>pom</packaging>
<name>SANSA - Parent</name>

Expand Down Expand Up @@ -71,7 +71,7 @@
<hadoop.common.version>${hadoop.version}</hadoop.common.version>

<jena.version>3.13.1</jena.version>
<jsa.subversion>1-SNAPSHOT</jsa.subversion>
<jsa.subversion>1</jsa.subversion>
<jsa.version>${jena.version}-${jsa.subversion}</jsa.version>

<rdf4j.version>2.3.2</rdf4j.version>
Expand Down Expand Up @@ -527,7 +527,7 @@
<dependency>
<groupId>org.aksw.sparqlify</groupId>
<artifactId>sparqlify-core</artifactId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
<exclusions>
<!-- <exclusion> <groupId>cglib</groupId> <artifactId>cglib</artifactId>
</exclusion> -->
Expand Down Expand Up @@ -712,7 +712,7 @@
<dependency>
<groupId>org.aksw.bsbm</groupId>
<artifactId>bsbm-core</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c557f31

Please sign in to comment.