You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2018/12/21 22:29:29 UTC

svn commit: r1849501 - /felix/trunk/gogo/pom.xml

Author: rotty3000
Date: Fri Dec 21 22:29:28 2018
New Revision: 1849501

URL: http://svn.apache.org/viewvc?rev=1849501&view=rev
Log:
[gogo] fix deployment error

Signed-off-by: Raymond Auge <ro...@apache.org>

Modified:
    felix/trunk/gogo/pom.xml

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=1849501&r1=1849500&r2=1849501&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Fri Dec 21 22:29:28 2018
@@ -20,10 +20,17 @@
 <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 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>5</version>
+        <relativePath>../pom/pom.xml</relativePath>
+    </parent>
+
     <packaging>pom</packaging>
     <name>Apache Felix Gogo</name>
     <description>Apache Felix Gogo Subproject</description>
-    <groupId>org.apache.felix</groupId>
     <artifactId>gogo-reactor</artifactId>
     <version>1.1.0-SNAPSHOT</version>
     <url>http://felix.apache.org/</url>