Skip to content

Commit

Permalink
Updated version numbers for 1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammar committed Jun 2, 2020
1 parent a7f52b2 commit 02de8d6
Show file tree
Hide file tree
Showing 5 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 @@ -6,7 +6,7 @@

<groupId>com.comodide</groupId>
<artifactId>CoModIDE</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>bundle</packaging>

<description>Plugin for Protégé supporting graphical modular ontology engineering.</description>
Expand Down
4 changes: 2 additions & 2 deletions run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mvn clean install
rm ../../protege/plugins/CoModIDE-1.1.0.jar
cp ./target/CoModIDE-1.1.0.jar ../../protege/plugins
rm ../../protege/plugins/CoModIDE-1.1.1.jar
cp ./target/CoModIDE-1.1.1.jar ../../protege/plugins
../../protege/run.sh
4 changes: 2 additions & 2 deletions runMac.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROTEGE_PATH=/Applications/Protégé.app
PROTEGE_PLUGINS_PATH=$PROTEGE_PATH/Contents/Java/plugins
mvn clean install
rm $PROTEGE_PLUGINS_PATH/CoModIDE-1.1.0.jar
cp ./target/CoModIDE-1.1.0.jar $PROTEGE_PLUGINS_PATH/
rm $PROTEGE_PLUGINS_PATH/CoModIDE-1.1.1.jar
cp ./target/CoModIDE-1.1.1.jar $PROTEGE_PLUGINS_PATH/
open $PROTEGE_PATH
4 changes: 2 additions & 2 deletions runWindows.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set PROTEGE_PATH="C:\Program Files\Protege-5.5.0\run.bat"
set PROTEGE_PLUGINS_PATH="C:\Program Files\Protege-5.5.0\plugins\"
del %PROTEGE_PLUGINS_PATH%CoModIDE-1.1.0.jar
copy target\CoModIDE-1.1.0.jar %PROTEGE_PLUGINS_PATH%
del %PROTEGE_PLUGINS_PATH%CoModIDE-1.1.1.jar
copy target\CoModIDE-1.1.1.jar %PROTEGE_PLUGINS_PATH%
%PROTEGE_PATH%
4 changes: 2 additions & 2 deletions update.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=CoModIDE
id=comodide
version=1.1.0
download=https://github.com/comodide/CoModIDE/releases/download/v1.1/CoModIDE-1.1.0.jar
version=1.1.1
download=https://github.com/comodide/CoModIDE/releases/download/v1.1.1/CoModIDE-1.1.1.jar
readme=https://comodide.com/AutoUpdaterReadme.html
license=https://creativecommons.org/licenses/by/4.0/
author=Cogan Shimizu & Karl Hammar

0 comments on commit 02de8d6

Please sign in to comment.