Skip to content

Commit

Permalink
update to release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irina-dragoste committed May 21, 2020
1 parent b0bb1d8 commit 3e6941f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<name>Rulewerk</name>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-graal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-graal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-owlapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-owlapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-rdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rulewerk-vlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.semanticweb.rulewerk</groupId>
<artifactId>rulewerk-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>rulewerk-vlog</artifactId>
Expand Down

0 comments on commit 3e6941f

Please sign in to comment.