You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/09/14 20:35:28 UTC

svn commit: r814772 - /sling/trunk/bundles/jcr/resource/pom.xml

Author: fmeschbe
Date: Mon Sep 14 18:35:28 2009
New Revision: 814772

URL: http://svn.apache.org/viewvc?rev=814772&view=rev
Log:
Depending on 2.0.6 release of Sling API therefore we have to
define imports including micro version

Modified:
    sling/trunk/bundles/jcr/resource/pom.xml

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=814772&r1=814771&r2=814772&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Mon Sep 14 18:35:28 2009
@@ -83,6 +83,9 @@
                             SLING-INF/nodetypes/mapping.cnd
                         </Sling-Nodetypes>
 
+                        <_versionpolicy>
+                            $${version;===;${@}}
+                        </_versionpolicy>
                     </instructions>
                 </configuration>
             </plugin>