You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2021/09/14 18:32:25 UTC

[aries-rsa] branch master updated: Use the correct parent and group id for mDNS discovery

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

timothyjward pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git


The following commit(s) were added to refs/heads/master by this push:
     new 410b2bd  Use the correct parent and group id for mDNS discovery
410b2bd is described below

commit 410b2bd80dcc55c3b4900a32d15f1106d2c0c10e
Author: Tim Ward <ti...@apache.org>
AuthorDate: Tue Sep 14 19:32:17 2021 +0100

    Use the correct parent and group id for mDNS discovery
---
 discovery/mdns/pom.xml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/discovery/mdns/pom.xml b/discovery/mdns/pom.xml
index c6fd40d..3f917b5 100644
--- a/discovery/mdns/pom.xml
+++ b/discovery/mdns/pom.xml
@@ -1,12 +1,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.aries.rsa</groupId>
-    <artifactId>org.apache.aries.rsa.discovery</artifactId>
-    <version>1.16.1-SNAPSHOT</version>
-  </parent>
-  <artifactId>org.apache.aries.rsa.discovery.mdns</artifactId>
-  <name>Aries Remote Service Admin Discovery Zookeeper</name>
+        <groupId>org.apache.aries.rsa</groupId>
+        <artifactId>org.apache.aries.rsa.parent</artifactId>
+        <version>1.16.1-SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.aries.rsa.discovery</groupId>
+    <artifactId>org.apache.aries.rsa.discovery.mdns</artifactId>
+    <name>Aries Remote Service Admin Discovery mDNS</name>
 
     <properties>
         <topDirectoryLocation>../..</topDirectoryLocation>