Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 1f73d06

Browse files
author
a-brandt
committed
version 1.0.5 for ArangoDB 2.2.X
1 parent 9471630 commit 1f73d06

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.arangodb.objectmapper</groupId>
44
<artifactId>arangodb-objectmapper</artifactId>
5-
<version>1.0.5-SNAPSHOT</version>
5+
<version>1.0.5</version>
66
<name>ArangoDB object mapper for Java</name>
77
<description>Java ODM for ArangoDB</description>
88
<properties>

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
cd $DIR
55

6-
VERSION=2.1.1
6+
VERSION=2.2.2
77
NAME=ArangoDB-$VERSION
88

99
if [ ! -d "$DIR/$NAME" ]; then
@@ -19,11 +19,7 @@ PID=$(echo $PPID)
1919
TMP_DIR="/tmp/arangodb.$PID"
2020
PID_FILE="/tmp/arangodb.$PID.pid"
2121
ARANGODB_DIR="$DIR/$NAME"
22-
23-
ARANGOD="${ARANGODB_DIR}/bin/arangod"
24-
if [ "$ARCH" == "x86_64" ]; then
25-
ARANGOD="${ARANGOD}_x86_64"
26-
fi
22+
ARANGOD="${ARANGODB_DIR}/bin/arangod_x86_64"
2723

2824
# create database directory
2925
mkdir ${TMP_DIR}
@@ -57,4 +53,3 @@ while [[ -z `curl -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
5753
done
5854

5955
echo "ArangoDB is up"
60-

0 commit comments

Comments
 (0)