This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/upgrade-to-jbake-261 in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit 37dd5c9cb6a16274947c19e66a966671c04c31c4 Author: Konrad Windszus <[email protected]> AuthorDate: Sun Jul 15 10:14:42 2018 +0200 SLING-7776 add missing property "flexmark.version" --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8e4ef60..678af93 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ <repos.list.url>https://raw.githubusercontent.com/apache/sling-aggregator/master/default.xml</repos.list.url> <downloads.dir>${project.build.directory}/downloads</downloads.dir> <repos.list.fullpath>${downloads.dir}/github-repositories.xml</repos.list.fullpath> + <flexmark.version>0.32.20</flexmark.version> </properties> <build>
