Skip to content

Commit

Permalink
Change the macOS-specific suffix from 'os-x' to 'mac'.
Browse files Browse the repository at this point in the history
This change results in the macOS package beinf suffixed with '-mac'
rather than '-os-x', as suggested by Jim Balhoff since "OS X" is no
longer the name used by Apple to refer to its desktop operating system.
  • Loading branch information
gouttegd committed May 22, 2023
1 parent bb89ad6 commit 8970473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<protege.directory>Protege-${protege.version}</protege.directory>

<!-- The directory where the OS X distribution should be assembled -->
<os-x.directory>${protege.directory}-os-x</os-x.directory>
<os-x.directory>${protege.directory}-mac</os-x.directory>

<!-- The directory where the Linux distribution should be assembled -->
<linux.directory>${protege.directory}-linux</linux.directory>
Expand Down Expand Up @@ -223,7 +223,7 @@
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-desktop</artifactId>
<version>${protege.version}</version>
<classifier>os-x</classifier>
<classifier>mac</classifier>
<type>zip</type>
<outputDirectory>${project.build.directory}/${os-x.directory}</outputDirectory>
<overWrite>true</overWrite>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/os-x-assembly.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>os-x</id>
<id>mac</id>
<formats>
<format>zip</format>
</formats>
Expand Down

0 comments on commit 8970473

Please sign in to comment.