You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2018/10/01 14:45:04 UTC

svn commit: r1842510 - /felix/trunk/log/pom.xml

Author: cziegeler
Date: Mon Oct  1 14:45:04 2018
New Revision: 1842510

URL: http://svn.apache.org/viewvc?rev=1842510&view=rev
Log:
Update description to mention R7

Modified:
    felix/trunk/log/pom.xml

Modified: felix/trunk/log/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/log/pom.xml?rev=1842510&r1=1842509&r2=1842510&view=diff
==============================================================================
--- felix/trunk/log/pom.xml (original)
+++ felix/trunk/log/pom.xml Mon Oct  1 14:45:04 2018
@@ -1,4 +1,4 @@
-<!--
+    <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
-    <version>5</version>
+    <version>6</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
   <name>Apache Felix Log Service</name>
   <description>
-    A simple implementation of the OSGi R4 Log service.
+    A simple implementation of the OSGi R7 Log service.
   </description>
   <version>1.2.1-SNAPSHOT</version>
   <artifactId>org.apache.felix.log</artifactId>