This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 729ef07 Adjust missed version numbers
729ef07 is described below
commit 729ef0727d956d80649771a9cf6ae28368f53a32
Author: Serge Huber <[email protected]>
AuthorDate: Tue May 28 20:27:42 2019 +0200
Adjust missed version numbers
Signed-off-by: Serge Huber <[email protected]>
---
manual/src/main/asciidoc/samples/twitter-sample.adoc | 2 +-
performance-tests/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/manual/src/main/asciidoc/samples/twitter-sample.adoc
b/manual/src/main/asciidoc/samples/twitter-sample.adoc
index 48a3d9b..16330ec 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.4.0-SNAPSHOT.jar
../../package/target/unomi-1.4.0-SNAPSHOT/deploy
+cp target/tweet-button-plugin-1.5.0-SNAPSHOT.jar
../../package/target/unomi-1.5.0-SNAPSHOT/deploy
----
===== Testing the samples
diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml
index b844b39..526d4f6 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.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-performance-tests</artifactId>
<name>Apache Unomi :: Performance Tests</name>