You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/18 19:57:59 UTC

[sling-site] branch master updated: Update to the latest jbake-maven-plugin version

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 52ed2aa  Update to the latest jbake-maven-plugin version
52ed2aa is described below

commit 52ed2aa04a7e618452b9d699def1f963748243c0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 18 20:57:21 2022 +0100

    Update to the latest jbake-maven-plugin version
    
    This implicitly upgrades the JBake version as well.
---
 pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39820fe..603f10b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +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.61.0</flexmark.version>
+    <flexmark.version>0.62.2</flexmark.version>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
@@ -43,16 +43,10 @@
       <plugin>
         <groupId>org.jbake</groupId>
         <artifactId>jbake-maven-plugin</artifactId>
-        <version>0.3.2</version>
+        <version>0.3.5</version>
 
         <!-- dependencies -->
         <dependencies>
-          <!-- upgrade JBake to the most recent version -->
-          <dependency>
-            <groupId>org.jbake</groupId>
-            <artifactId>jbake-core</artifactId>
-            <version>2.6.5</version>
-         </dependency>
          <!-- the following are only optional dependencies of jbake-core and
                therefore need to be listed explicitly here to be loaded.
                The versions should be the same as listed in jbake-core (listed in 
@@ -76,12 +70,12 @@
           <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-templates</artifactId>
-            <version>3.0.2</version>
+            <version>3.0.7</version>
           </dependency>
           <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-dateutil</artifactId>
-            <version>3.0.2</version>
+            <version>3.0.7</version>
           </dependency>
         </dependencies>