You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/11/07 23:30:24 UTC

[jspwiki-site] branch jbake updated (62b5ab8 -> 46da433)

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

juanpablo pushed a change to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git.


    from 62b5ab8  builds.a.o -> ci-builds.a.o
     new 515fcd7  update japicmp version and latest released jspwiki version
     new 46da433  update latest released jspwiki version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                         | 4 ++--
 src/main/jbake/jbake.properties | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[jspwiki-site] 02/02: update latest released jspwiki version

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit 46da433df4169fbba560f8631da64a6256b0653e
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Sun Nov 8 00:29:59 2020 +0100

    update latest released jspwiki version
---
 src/main/jbake/jbake.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index 5ce469d..d49cf5a 100755
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -1,7 +1,7 @@
 #site.host=http://localhost:8080
 site.host=https://jspwiki.apache.org
 wiki.site.host=https://jspwiki-wiki.apache.org
-jspwiki.version=2.11.0-M6
+jspwiki.version=2.11.0-M7
 render.index=false
 render.archive=false
 render.feed=false


[jspwiki-site] 01/02: update japicmp version and latest released jspwiki version

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit 515fcd76b2a1aff7cba0059342d37c722b6e7f55
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Sun Nov 8 00:28:35 2020 +0100

    update japicmp version and latest released jspwiki version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b41d25..987ff50 100755
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
     <jbake.dest>${project.build.directory}/content</jbake.dest>
     <plugin.enforcer>1.4.1</plugin.enforcer>
     <plugin.resources>3.1.0</plugin.resources>
-    <plugin.japicmp.version>0.14.0</plugin.japicmp.version>
-    <plugin.japicmp.jspwiki-new>2.11.0.M6</plugin.japicmp.jspwiki-new>
+    <plugin.japicmp.version>0.14.3</plugin.japicmp.version>
+    <plugin.japicmp.jspwiki-new>2.11.0.M7</plugin.japicmp.jspwiki-new>
     <plugin.japicmp.jspwiki-old>2.10.5</plugin.japicmp.jspwiki-old>
     <plugin.jbake>0.0.9</plugin.jbake>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>