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 2019/06/07 12:19:10 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Enable baseline check

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new 05be184  Enable baseline check
05be184 is described below

commit 05be184c19868c01cb089573adaf5c33af311faf
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jun 7 14:18:59 2019 +0200

    Enable baseline check
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index df800d7..095cf51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,9 +53,6 @@
                             org.apache.felix.utils.*,
                         </Conditional-Package>
                     </instructions>
-
-                    <!--  Skip baselining for 0.x version -->
-                    <skip>true</skip>
                 </configuration>
             </plugin>
             <plugin>