Skip to content

Commit

Permalink
Prepare the release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Galigator committed Mar 30, 2017
1 parent 821c4a2 commit b7889ff
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>openllet-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-examples</artifactId>
<name>Openllet :: Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion module-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-core</artifactId>
<name>Openllet :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion module-explanation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-explanation</artifactId>
<name>Openllet :: Explanation</name>
Expand Down
2 changes: 1 addition & 1 deletion module-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-jena</artifactId>
<name>Openllet :: Jena</name>
Expand Down
2 changes: 1 addition & 1 deletion module-modularity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-modularity</artifactId>
<name>Openllet :: Modularity</name>
Expand Down
2 changes: 1 addition & 1 deletion module-owlapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-owlapi</artifactId>
<name>Openllet :: OWL API</name>
Expand Down
2 changes: 1 addition & 1 deletion module-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>openllet-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion module-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>openllet-functions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-protege/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>openllet-protege</artifactId>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<packaging>pom</packaging>
<name>Openllet :: Parent POM</name>
<description>Openllet is open-source future of Pellet OWL Reasoner</description>
Expand Down Expand Up @@ -79,22 +79,22 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>[3.2.0,3.2.99]</version> <!-- Make sure not using the 3.1.0 it is buggy. -->
<version>[3.2.0,)</version> <!-- Make sure not using the 3.1.0 it is buggy. -->
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>[3.2.0,3.2.99]</version>
<version>[3.2.0,)</version>
</dependency>
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>[5.1.0,5.1.99]</version>
<version>[5.1.0,)</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-ext</artifactId>
<version>[1.0.0,1.0.99)</version>
<version>[1.0.0,)</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down Expand Up @@ -157,22 +157,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>[2.9.0,2.9.99)</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>[2.9.0,2.9.99)</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.0,2.9.99)</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
<version>[0.10.0,0.10.99)</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>openllet-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-cli</artifactId>
<name>Openllet :: CLI</name>
Expand Down
2 changes: 1 addition & 1 deletion tools-pellint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-pellint</artifactId>
<name>Openllet :: Pellint</name>
Expand Down
2 changes: 1 addition & 1 deletion tools-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>openllet-profiler</artifactId>
<name>Openllet :: Profiler</name>
Expand Down

0 comments on commit b7889ff

Please sign in to comment.