Skip to content

Commit

Permalink
Merge pull request #1103 from protegeproject/release-5.6.1
Browse files Browse the repository at this point in the history
Release 5.6.1
  • Loading branch information
gouttegd committed Feb 17, 2023
2 parents 5557188 + fb93698 commit 0a7d474
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<packaging>pom</packaging>

<name>protege-parent</name>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-osgidistribution</artifactId>
<version>4.5.24</version>
<version>4.5.25</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion protege-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protege-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
Binary file modified protege-desktop/src/main/env/os-x/MacOS/protege
Binary file not shown.
2 changes: 1 addition & 1 deletion protege-editor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protege-editor-owl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,6 @@ private File getSaveAsOWLFile(@Nonnull OWLOntology ont, @Nonnull OWLDocumentForm
if (extensionIndex == -1) {
file = new File(file.toString() + extensions.get(0));
}
else if (! extensions.contains(file.toString().substring(extensionIndex))) {
file = new File(file.toString() + extensions.get(0));
}
}
return file;
}
Expand Down
2 changes: 1 addition & 1 deletion protege-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 0a7d474

Please sign in to comment.