Skip to content

Commit

Permalink
Merge pull request #32 from gouttegd/release-5.6.0
Browse files Browse the repository at this point in the history
Prepare 5.6.0 release
  • Loading branch information
gouttegd committed Jan 13, 2023
2 parents b9b7b70 + 991295f commit f2c59c9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-distribution</artifactId>
<packaging>pom</packaging>
<version>5.6.0</version>
<version>5.6.0-beta-2-SNAPSHOT</version>

<properties>
<!--
The version of Protege that we are targeting. We set this to our project version. The two should be in sync.
Note that we declare the oss-sonatype snapshot repository so that we can work with snapshots.
-->
<protege.version>5.6.0</protege.version>
<protege.version>5.6.0-beta-2-SNAPSHOT</protege.version>

<!--
The directory name for a distribution. This is the directory that a user copies to the location
Expand Down Expand Up @@ -185,6 +185,18 @@
<version>2.0.10</version>
</dependency>

<dependency>
<groupId>au.csiro</groupId>
<artifactId>elk-protege</artifactId>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>org.liveontologies</groupId>
<artifactId>puli</artifactId>
<version>0.1.0</version>
</dependency>

</dependencies>


Expand Down Expand Up @@ -228,7 +240,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/${os-x.directory}/${protege.directory}/Protégé.app/Contents/Java/plugins
<outputDirectory>${project.build.directory}/${os-x.directory}/${protege.directory}/Protégé.app/Contents/plugins
</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
Expand Down

0 comments on commit f2c59c9

Please sign in to comment.