You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/10/09 15:39:46 UTC

[activemq-artemis] branch master updated: NO-JIRA Fixing shared-storage-static-cluster parent

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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new f3b7cf8  NO-JIRA Fixing shared-storage-static-cluster parent
     new 5ad8f89  This closes #2860
f3b7cf8 is described below

commit f3b7cf88edee7dbc65a7cc7416c2c00710bf467c
Author: brusdev <br...@gmail.com>
AuthorDate: Wed Oct 9 17:07:44 2019 +0200

    NO-JIRA Fixing shared-storage-static-cluster parent
---
 examples/features/clustered/shared-storage-static-cluster/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/features/clustered/shared-storage-static-cluster/pom.xml b/examples/features/clustered/shared-storage-static-cluster/pom.xml
index c0acbf3..2c5e924 100644
--- a/examples/features/clustered/shared-storage-static-cluster/pom.xml
+++ b/examples/features/clustered/shared-storage-static-cluster/pom.xml
@@ -23,7 +23,7 @@ under the License.
 
    <parent>
       <groupId>org.apache.activemq.examples.clustered</groupId>
-      <artifactId>broker-features</artifactId>
+      <artifactId>broker-clustered</artifactId>
       <version>2.11.0-SNAPSHOT</version>
    </parent>