Skip to content

Commit

Permalink
Update version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Jul 8, 2016
1 parent f765c36 commit 19a7658
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion jcel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jcel-coreontology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jcel-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jcel-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jcel-ontology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jcel-owlapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jcel-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jcel-protege/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jcel-reasoner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
public interface VersionInfo {

String reasonerName = "jcel";
String reasonerVersion = "0.24.0-SNAPSHOT";
String reasonerVersion = "0.24.0";

}
2 changes: 1 addition & 1 deletion jcel-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
</parent>

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

<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-parent</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24.0</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down

0 comments on commit 19a7658

Please sign in to comment.