Skip to content

Commit

Permalink
Update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 28, 2023
1 parent 737b6ea commit dbd3b79
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion born-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat.born</groupId>
<artifactId>born-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

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

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

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

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

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

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

<properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ read [OWL 2 EL](https://www.w3.org/TR/owl2-profiles/#OWL_2_EL) ontologies, and i

## Download

* [all-in-one ZIP file](https://sourceforge.net/projects/latitude/files/born/0.3.0/born-0.3.0.zip/download)
* [all-in-one ZIP file](https://sourceforge.net/projects/latitude/files/born/0.4.0/born-0.4.0.zip/download)
* [The Central Repository](https://repo1.maven.org/maven2/de/tu-dresden/inf/lat/born/)
* as dependency

```xml
<dependency>
<groupId>de.tu-dresden.inf.lat.born</groupId>
<artifactId>born-gui</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

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>de.tu-dresden.inf.lat.born</groupId>
<artifactId>born-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit dbd3b79

Please sign in to comment.