You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2017/09/23 11:30:01 UTC

svn commit: r1809398 - /commons/proper/jcs/trunk/pom.xml

Author: tv
Date: Sat Sep 23 11:30:01 2017
New Revision: 1809398

URL: http://svn.apache.org/viewvc?rev=1809398&view=rev
Log:
Fix OSGi symbolic bundle name

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1809398&r1=1809397&r2=1809398&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Sat Sep 23 11:30:01 2017
@@ -519,8 +519,9 @@
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <commons.componentid>jcs</commons.componentid>
+    <commons.osgi.symbolicName>org.apache.commons.${project.artifactId}</commons.osgi.symbolicName>
     <commons.module.name>org.apache.commons.jcs</commons.module.name>
-    <commons.release.version>2.0</commons.release.version>
+    <commons.release.version>3.0</commons.release.version>
     <commons.release.name>commons-jcs-dist-3.0</commons.release.name>
     <commons.release.desc>(Java 8+)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->