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 95a1849  SLING-11068 split up analyser task for unversioned packages - 
move analyser to analyser module
95a1849 is described below

commit 95a1849787e4e12797d3e234bda567bc2ed8175d
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Jan 18 09:51:58 2022 +0100

    SLING-11068 split up analyser task for unversioned packages - move analyser 
to analyser module
---
 readme.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 38b790b..255e29e 100644
--- a/readme.md
+++ b/readme.md
@@ -42,12 +42,16 @@ Checks for native code instructions in bundles and errors 
if found.
 
 ## `bundle-packages`
 
-Checks bundle import/export package statements for consistency and 
completeness. Does _not_ take API Regions into account. An expanded variant of 
this analyser is available in 
[org-apache-sling-feature-extension-apiregions](https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions)
 under the name `api-regions-exportsimports`.
+Checks bundle import/export package statements for completeness. Does _not_ 
take API Regions into account. An expanded variant of this analyser is 
available in 
[org-apache-sling-feature-extension-apiregions](https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions)
 under the name `api-regions-exportsimports`.
 
 ## `bundle-resources`
 
 Gives a warning if a bundle contains resources specified with 
`Sling-Bundle-Resources`.
 
+## `bundle-unversioned-packages`
+
+Checks bundle import/export package statements for missing version information.
+
 ## `check-unused-bundles`
 
 Checks for unused bundles, bundles with exports which are not imported.

Reply via email to