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/04/25 11:50:32 UTC

svn commit: r1830066 - /felix/trunk/osgi-r7/scr/pom.xml

Author: cziegeler
Date: Wed Apr 25 11:50:32 2018
New Revision: 1830066

URL: http://svn.apache.org/viewvc?rev=1830066&view=rev
Log:
Add missing ca version property

Modified:
    felix/trunk/osgi-r7/scr/pom.xml

Modified: felix/trunk/osgi-r7/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/osgi-r7/scr/pom.xml?rev=1830066&r1=1830065&r2=1830066&view=diff
==============================================================================
--- felix/trunk/osgi-r7/scr/pom.xml (original)
+++ felix/trunk/osgi-r7/scr/pom.xml Wed Apr 25 11:50:32 2018
@@ -64,6 +64,7 @@
         <bundle.file.name>
             ${bundle.build.name}/${project.build.finalName}.jar
         </bundle.file.name>
+        <felix.ca.version>1.9.0-SNAPSHOT</felix.ca.version>
     </properties>