Skip to content

Commit

Permalink
Version 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Galigator committed Sep 26, 2019
1 parent 9ec44ff commit 9a13b39
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 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.5-SNAPSHOT</version>
<version>2.6.5</version>
</parent>

<artifactId>openllet-distribution</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>2.6.5</version>
</parent>
<artifactId>openllet-examples</artifactId>
<name>Openllet :: Examples</name>
Expand Down Expand Up @@ -40,4 +40,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion module-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</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 @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-parent</artifactId>
<version>2.6.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</version>
</parent>

<artifactId>openllet-protege</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.5-SNAPSHOT</version>
<version>2.6.5</version>
<packaging>pom</packaging>
<name>Openllet :: Parent POM</name>
<description>Openllet is open-source future of Pellet OWL Reasoner</description>
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.5-SNAPSHOT</version>
<version>2.6.5</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.5-SNAPSHOT</version>
<version>2.6.5</version>
</parent>
<artifactId>openllet-cli</artifactId>
<name>Openllet :: CLI</name>
Expand Down
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>2.6.5</version>
</parent>
<artifactId>openllet-pellint</artifactId>
<name>Openllet :: Pellint</name>
Expand All @@ -29,4 +29,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>2.6.5</version>
</parent>
<artifactId>openllet-profiler</artifactId>
<name>Openllet :: Profiler</name>
Expand Down Expand Up @@ -37,4 +37,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 9a13b39

Please sign in to comment.