Skip to content

Commit

Permalink
Merge pull request #2 from jeffwarren/patch-1
Browse files Browse the repository at this point in the history
updating pom to pull l5.6.0.0 connector-api jar
  • Loading branch information
jthielens authored Apr 10, 2019
2 parents 7c33551 + 66ae54c commit 0f5460d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ the Harmony/VLTrader installation directory (`$CLEOHOME` below).
```
git clone [email protected]:cleo/connector-random.git
mvn clean package
cp target/random-5.5.0.0-distribution.zip $CLEOHOME
cp target/random-5.6.0.0-distribution.zip $CLEOHOME
cd $CLEOHOME
unzip -o random-5.5.0.0-distribution.zip
unzip -o random-5.6.0.0-distribution.zip
./Harmonyd stop
./Harmonyd start
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.cleo.labs.connector</groupId>
<artifactId>random</artifactId>
<version>5.5.0.0</version>
<version>5.6.0.0</version>
<packaging>jar</packaging>

<name>connector-random</name>
Expand All @@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<cleo.version>5.5.0.9</cleo.version>
<cleo.version>5.6.0.0</cleo.version>
<guava.version>18.0</guava.version>
<maven.assembly.plugin.version>3.1.0</maven.assembly.plugin.version>
</properties>
Expand Down

0 comments on commit 0f5460d

Please sign in to comment.