activemq-artemis git commit: ARTEMIS-1562 Fixing typo on example

2018-03-09 Thread clebertsuconic
Repository: activemq-artemis
Updated Branches:
  refs/heads/master 15460adf5 -> ee54954f2


ARTEMIS-1562 Fixing typo on example


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ee54954f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ee54954f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ee54954f

Branch: refs/heads/master
Commit: ee54954f2a45c7db02c6637d62cd93255fa3cb57
Parents: 15460ad
Author: Clebert Suconic 
Authored: Fri Mar 9 16:59:36 2018 -0500
Committer: Clebert Suconic 
Committed: Fri Mar 9 17:01:15 2018 -0500

--
 examples/features/ha/client-side-failoverlistener/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ee54954f/examples/features/ha/client-side-failoverlistener/pom.xml
--
diff --git a/examples/features/ha/client-side-failoverlistener/pom.xml 
b/examples/features/ha/client-side-failoverlistener/pom.xml
index 8fb7780..98430e9 100644
--- a/examples/features/ha/client-side-failoverlistener/pom.xml
+++ b/examples/features/ha/client-side-failoverlistener/pom.xml
@@ -101,7 +101,7 @@ under the License.
 

   org.apache.activemq.examples.failover
-  client-side-fileoverlistener
+  client-side-failoverlistener
   ${project.version}

 



activemq-artemis git commit: ARTEMIS-1562 fixing typo on example

2018-02-22 Thread clebertsuconic
Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5955688dd -> d6d895c55


ARTEMIS-1562 fixing typo on example


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d6d895c5
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d6d895c5
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d6d895c5

Branch: refs/heads/master
Commit: d6d895c558cc104475188d942473771418b5e3e6
Parents: 5955688
Author: Clebert Suconic 
Authored: Thu Feb 22 20:54:03 2018 -0500
Committer: Clebert Suconic 
Committed: Thu Feb 22 20:54:03 2018 -0500

--
 .../standard/embedded-simple/src/main/resources/broker.xml  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d6d895c5/examples/features/standard/embedded-simple/src/main/resources/broker.xml
--
diff --git 
a/examples/features/standard/embedded-simple/src/main/resources/broker.xml 
b/examples/features/standard/embedded-simple/src/main/resources/broker.xml
index 52e32de..a67720c 100644
--- a/examples/features/standard/embedded-simple/src/main/resources/broker.xml
+++ b/examples/features/standard/embedded-simple/src/main/resources/broker.xml
@@ -20,7 +20,10 @@ under the License.
 
 http://www.w3.org/2001/XMLSchema-instance;
xmlns="urn:activemq"
-   xsi:schemaLocation="urn:activemq 
/schema/artemis-configuration.xsd">
+   xsi:schemaLocation="urn:activemq /schema/artemis-server.xsd">
+
+   
+
   false