On Tuesday 14 July 2015 15:30:30 Radu Cotescu wrote: > Hi, > > We solved several issues in these releases, mostly related to SLING-913 [1]: > > Scripting API 2.1.8 - 1 issue > https://issues.apache.org/jira/browse/SLING/fixforversion/12326346
+1 > Scripting Core 2.0.30 - 2 issues > https://issues.apache.org/jira/browse/SLING/fixforversion/12328697 -1 > Scripting JavaScript 2.0.20 - 1 issue > https://issues.apache.org/jira/browse/SLING/fixforversion/12332966 -1 (subsequent error) > Scripting Sightly JS Use Provider 1.0.6 - 1 issue > https://issues.apache.org/jira/browse/SLING/fixforversion/12331989 -1 (subsequent error) As Dan pointed out there are build failures (due to a SNAPSHOT dependency). This issue can be prevented by using the depends-maven-plugin [1] and versionAsInProject() [2]. Maven should then stop you from performing a release as it can spot these SNAPSHOT dependencies. O. [1] https://github.com/apache/sling/blob/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/pom.xml [2] https://github.com/apache/sling/blob/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/src/main/java/org/apache/sling/launchpad/karaf/testing/KarafTestSupport.java
