This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/unomi-1.5.x by this push:
     new 4886cf0  Fix missing version updates
4886cf0 is described below

commit 4886cf0068bacb309dfe2bbca50ba35b24a5c98b
Author: Serge Huber <[email protected]>
AuthorDate: Tue May 12 22:41:52 2020 +0200

    Fix missing version updates
---
 docker/README.md                                             | 6 +++---
 manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc | 2 +-
 manual/src/main/asciidoc/samples/twitter-sample.adoc         | 2 +-
 performance-tests/pom.xml                                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index c8f41fb..c1f5bb4 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -51,12 +51,12 @@ For ElasticSearch:
     
 For Unomi:
 
-    docker pull apache/unomi:1.5.0-SNAPSHOT
-    docker run --name unomi --net unomi -p 8181:8181 -p 9443:9443 -p 8102:8102 
-e UNOMI_ELASTICSEARCH_ADDRESSES=elasticsearch:9200 apache/unomi:1.5.0-SNAPSHOT
+    docker pull apache/unomi:1.5.1-SNAPSHOT
+    docker run --name unomi --net unomi -p 8181:8181 -p 9443:9443 -p 8102:8102 
-e UNOMI_ELASTICSEARCH_ADDRESSES=elasticsearch:9200 apache/unomi:1.5.1-SNAPSHOT
 
 ## Using a host OS ElasticSearch installation (only supported on macOS & 
Windows)
 
-    docker run --name unomi -p 8181:8181 -p 9443:9443 -p 8102:8102 -e 
UNOMI_ELASTICSEARCH_ADDRESSES=host.docker.internal:9200 
apache/unomi:1.5.0-SNAPSHOT
+    docker run --name unomi -p 8181:8181 -p 9443:9443 -p 8102:8102 -e 
UNOMI_ELASTICSEARCH_ADDRESSES=host.docker.internal:9200 
apache/unomi:1.5.1-SNAPSHOT
 
 Note: Linux doesn't support the host.docker.internal DNS lookup method yet, it 
should be available in an upcoming version of Docker. See 
https://github.com/docker/for-linux/issues/264
 
diff --git a/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc 
b/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc
index ccd2828..da660a3 100644
--- a/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc
@@ -42,7 +42,7 @@ If you are using the packaged version of Unomi (as opposed to 
deploying it to yo
 
 [source]
 ----
-cp target/tweet-button-plugin-1.5.0-SNAPSHOT.jar 
../../package/target/unomi-1.5.0-SNAPSHOT/deploy
+cp target/tweet-button-plugin-1.5.1-SNAPSHOT.jar 
../../package/target/unomi-1.5.1-SNAPSHOT/deploy
 ----
 
 ===== Testing the samples
diff --git a/manual/src/main/asciidoc/samples/twitter-sample.adoc 
b/manual/src/main/asciidoc/samples/twitter-sample.adoc
index bb4e505..6225ad6 100644
--- a/manual/src/main/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/main/asciidoc/samples/twitter-sample.adoc
@@ -42,7 +42,7 @@ If you are using the packaged version of Unomi (as opposed to 
deploying it to yo
 
 [source]
 ----
-cp target/tweet-button-plugin-1.5.0-SNAPSHOT.jar 
../../package/target/unomi-1.5.0-SNAPSHOT/deploy
+cp target/tweet-button-plugin-1.5.1-SNAPSHOT.jar 
../../package/target/unomi-1.5.1-SNAPSHOT/deploy
 ----
 
 ===== Testing the samples
diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml
index bd4b660..df6fccd 100644
--- a/performance-tests/pom.xml
+++ b/performance-tests/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-root</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>unomi-performance-tests</artifactId>
     <name>Apache Unomi :: Performance Tests</name>

Reply via email to