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 d823d8e UNOMI-246 Fix error in Salesforce connector documentation
d823d8e is described below
commit d823d8eca6f92cac17afcfcf7a11752bc4940fe0
Author: Serge Huber <[email protected]>
AuthorDate: Wed Sep 25 16:44:40 2019 +0200
UNOMI-246 Fix error in Salesforce connector documentation
Signed-off-by: Serge Huber <[email protected]>
---
.../src/main/asciidoc/connectors/salesforce-connector.adoc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
b/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
index b062831..3a8a8d3 100644
--- a/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
+++ b/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
@@ -81,8 +81,8 @@ ssh -p 8102 karaf@localhost (default password is karaf)
+
[source]
----
-feature:repo-add
mvn:org.apache.unomi/unomi-salesforce-connectors-karaf-kar/${project.version}/xml/features
-feature:install unomi-salesforce-connectors-karaf-kar
+feature:repo-add
mvn:org.apache.unomi/unomi-salesforce-connector-karaf-kar/${project.version}/xml/features
+feature:install unomi-salesforce-connector-karaf-kar
----
===== Deployment using KAR bundle
@@ -139,7 +139,7 @@ If you followed all the steps in the Getting Started
section, you can upgrade th
+
[source]
----
-cd extensions/salesforce-connectors
+cd extensions/salesforce-connector
mvn clean install
----
+
@@ -155,8 +155,8 @@ ssh -p 8102 karaf@localhost (password by default is karaf)
[source]
----
feature:repo-refresh
-feature:uninstall unomi-salesforce-connectors-karaf-feature
-feature:install unomi-salesforce-connectors-karaf-feature
+feature:uninstall unomi-salesforce-connector-karaf-feature
+feature:install unomi-salesforce-connector-karaf-feature
----
+
. You can then check that the new version is properly deployed by accessing
the following URL and checking the build date:
@@ -226,7 +226,7 @@ and then use the following command line to reference the
file:
[source]
----
-cd extensions/salesforce-connectors
+cd extensions/salesforce-connector
mvn clean install -DsfdcProperties=../test.properties
----