This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag 
org.apache.sling.provisioning.model-1.7.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-provisioning-model.git

commit e5c653f05a12bd3480f6c4ed23505a7c6c7d5483
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Wed Nov 9 16:42:59 2016 +0000

    SLING-6265 : Effective model does not get feature versions
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/tooling/support/provisioning-model@1768996
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/provisioning/model/ModelProcessor.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/sling/provisioning/model/ModelProcessor.java 
b/src/main/java/org/apache/sling/provisioning/model/ModelProcessor.java
index 58cad6d..ceed3cb 100644
--- a/src/main/java/org/apache/sling/provisioning/model/ModelProcessor.java
+++ b/src/main/java/org/apache/sling/provisioning/model/ModelProcessor.java
@@ -42,6 +42,7 @@ class ModelProcessor {
             newFeature.setType(feature.getType());
             newFeature.setComment(feature.getComment());
             newFeature.setLocation(feature.getLocation());
+            newFeature.setVersion(feature.getVersion());
             
newFeature.getAdditionalSections().addAll(feature.getAdditionalSections());
 
             
newFeature.getVariables().setComment(feature.getVariables().getComment());

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to