SLING-8827 - api: Upgrade to parent pom 35

* increased micro versions, since baseline takes into account the JDK
version with which the previous release was built; migrating to parent
35 changes the value of the sling.java.version property from 7 to 8
17 files changed
tree: c27051591d201fccb5ac6ce0c1f1a74548e2af2f
  1. src/
  2. .gitignore
  3. .sling-module.json
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling API

This module is part of the Apache Sling project.

The Sling API defines an extension to the Servlet API 3.0 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Sling framework is running or by another bundle.