Skip to content

Commit

Permalink
Version bump to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Dec 11, 2019
1 parent 78471c5 commit 1dedee7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.sparna.rdf.xls2rdf</groupId>
<artifactId>xls2rdf-pom</artifactId>
<version>0.8.4</version>
<version>2.0</version>
<packaging>pom</packaging>

<name>XLS2RDF root POM</name>
Expand Down
4 changes: 2 additions & 2 deletions xls2rdf-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.sparna.rdf.xls2rdf</groupId>
<artifactId>xls2rdf-pom</artifactId>
<version>0.8.4</version>
<version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>fr.sparna.rdf.xls2rdf</groupId>
<artifactId>xls2rdf-lib</artifactId>
<version>0.8.4</version>
<version>2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xls2rdf-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.sparna.rdf.xls2rdf</groupId>
<artifactId>xls2rdf-pom</artifactId>
<version>0.8.4</version>
<version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1dedee7

Please sign in to comment.