Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
org.apache.sling.testing.tools 1.0.8
-
None
Description
Currently building the testing/tools module generates following warning
[WARNING] org.apache.sling.testing.tools.http: Excessive version increase; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.http: Version has been increased but analysis detected no changes; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.jarexec: Excessive version increase; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.jarexec: Version has been increased but analysis detected no changes; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.junit: Excessive version increase; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.junit: Version has been increased but analysis detected no changes; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.retry: Excessive version increase; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.retry: Version has been increased but analysis detected no changes; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.serversetup: Excessive version increase; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.serversetup: Version has been increased but analysis detected no changes; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.sling: Excessive version increase; detected 1.0.9, suggested 1.0.8 [WARNING] org.apache.sling.testing.tools.sling: Version has been increased but analysis detected no changes; detected 1.0.9, suggested 1.0.8
This is due to package export version being set to module version. Instead version should be provided explicitly via package-info files