Skip to content

Commit

Permalink
Bump version number to 5.6.5.
Browse files Browse the repository at this point in the history
Bump the version number in all POM files. Also update the Windows
launcher, so that the version number displayed in the Windows executable
is updated as well.
  • Loading branch information
gouttegd committed Oct 26, 2024
1 parent 0c08bdc commit f4b1aff
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.4</version>
<version>5.6.5</version>
<packaging>pom</packaging>

<name>protege-parent</name>
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.4</version>
<version>5.6.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions 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.4</version>
<version>5.6.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -68,21 +68,21 @@
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>jre.os-x</artifactId>
<version>11.0.23_9</version>
<version>11.0.25_9</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>jre.win</artifactId>
<version>11.0.23_9</version>
<version>11.0.25_9</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>jre.linux</artifactId>
<version>11.0.23_9</version>
<version>11.0.25_9</version>
<scope>runtime</scope>
</dependency>

Expand Down
Binary file modified protege-desktop/src/main/env/win/Protege.exe
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.4</version>
<version>5.6.5</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.4</version>
<version>5.6.5</version>
<relativePath>../</relativePath>
</parent>

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.4</version>
<version>5.6.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit f4b1aff

Please sign in to comment.