Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Prepare 0.0.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed May 6, 2018
1 parent d2cbeb2 commit 6c9447b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.goobox</groupId>
<artifactId>goobox-sync-storj</artifactId>
<version>0.0.26</version>
<version>0.0.27</version>
<packaging>jar</packaging>

<name>Goobox sync app for Storj</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/goobox-sync-storj
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
java -Djava.library.path=. $GOOBOX_SYNC_STORJ_OPTS -jar goobox-sync-storj-0.0.26.jar
java -Djava.library.path=. $GOOBOX_SYNC_STORJ_OPTS -jar goobox-sync-storj-0.0.27.jar
2 changes: 1 addition & 1 deletion src/main/resources/win64/goobox-sync-storj-debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem goobox-sync-storj app version
set GOOBOX_SYNC_STORJ_VERSION=0.0.26
set GOOBOX_SYNC_STORJ_VERSION=0.0.27

@rem Add default JVM options here. You can also use JAVA_OPTS and GOOBOX_SYNC_STORJ_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-XX:+CreateMinidumpOnCrash -agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/win64/goobox-sync-storj.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem goobox-sync-storj app version
set GOOBOX_SYNC_STORJ_VERSION=0.0.26
set GOOBOX_SYNC_STORJ_VERSION=0.0.27

@rem Add default JVM options here. You can also use JAVA_OPTS and GOOBOX_SYNC_STORJ_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-XX:+CreateMinidumpOnCrash
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/win64/list-db.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem goobox-sync-storj app version
set GOOBOX_SYNC_STORJ_VERSION=0.0.26
set GOOBOX_SYNC_STORJ_VERSION=0.0.27

@rem Add default JVM options here. You can also use JAVA_OPTS and GOOBOX_SYNC_STORJ_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-XX:+CreateMinidumpOnCrash
Expand Down

0 comments on commit 6c9447b

Please sign in to comment.