Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasblummer committed Nov 16, 2013
1 parent e7c1782 commit a9ad79b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.bitsofproof</groupId>
<artifactId>supernode</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bitsofproof</groupId>
<artifactId>supernode</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
<name>supernode</name>
<description>The bitsofproof supernode implementation of the Bitcoin protocol</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions server/bop-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ start() {
fi

if [ -z "$BOP_USER" -o `id -un` = "$BOP_USER" ] ; then
nohup java ${JVM_FLAGS} -jar ${BOP_BASE}/server/target/bitsofproof-server-1.2.8.jar ${BOP_CONTEXTS} > /dev/null 2> /dev/null &
nohup java ${JVM_FLAGS} -jar ${BOP_BASE}/server/target/bitsofproof-server-1.2.9.jar ${BOP_CONTEXTS} > /dev/null 2> /dev/null &
else
sudo -n -u ${BOP_USER} nohup java ${JVM_FLAGS} -jar ${BOP_BASE}/server/target/bitsofproof-server-1.2.8.jar ${BOP_CONTEXTS} > /dev/null 2> /dev/null &
sudo -n -u ${BOP_USER} nohup java ${JVM_FLAGS} -jar ${BOP_BASE}/server/target/bitsofproof-server-1.2.9.jar ${BOP_CONTEXTS} > /dev/null 2> /dev/null &
fi

echo $! > "${PID_FILE}"
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.bitsofproof</groupId>
<artifactId>supernode</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit a9ad79b

Please sign in to comment.