You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/09/22 11:42:25 UTC

svn commit: r817573 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Tue Sep 22 09:42:24 2009
New Revision: 817573

URL: http://svn.apache.org/viewvc?rev=817573&view=rev
Log:
SLING-1117 : Set version policy for maven bundle plugin to include revision number.

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=817573&r1=817572&r2=817573&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Sep 22 09:42:24 2009
@@ -241,6 +241,7 @@
                             </Bundle-DocURL>
                             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                            <_versionpolicy>$${version;===;${@}}</_versionpolicy>
                         </instructions>
                     </configuration>
                 </plugin>