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/06/22 17:37:51 UTC

svn commit: r1834148 - /felix/trunk/logback/logback/pom.xml

Author: rotty3000
Date: Fri Jun 22 17:37:51 2018
New Revision: 1834148

URL: http://svn.apache.org/viewvc?rev=1834148&view=rev
Log:
[logback] fix parent dependency so felix.logback can be released by itself

Modified:
    felix/trunk/logback/logback/pom.xml

Modified: felix/trunk/logback/logback/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/logback/logback/pom.xml?rev=1834148&r1=1834147&r2=1834148&view=diff
==============================================================================
--- felix/trunk/logback/logback/pom.xml (original)
+++ felix/trunk/logback/logback/pom.xml Fri Jun 22 17:37:51 2018
@@ -19,9 +19,9 @@
 <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">
     <parent>
         <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.logback.reactor</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <artifactId>felix-parent</artifactId>
+        <version>5</version>
+        <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -39,6 +39,10 @@
         <url>http://svn.apache.org/viewvc/felix/trunk/logback/logback/</url>
     </scm>
 
+    <properties>
+        <equinox.version>3.12.100</equinox.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>