You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/05/18 11:04:00 UTC

[creadur-whisker] branch master updated (62097e6 -> a6d0638)

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

pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git.


    from 62097e6  WHISKER-19: More updates of plugins
     new 159145a  WHISKER-19: Update junit and Maven plugin base version
     new a6d0638  WHISKER-19: Update to at least Maven3.0.5

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[creadur-whisker] 01/02: WHISKER-19: Update junit and Maven plugin base version

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git

commit 159145a5944857df8178b14b95a52a777ab2a1c4
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 13:02:57 2021 +0200

    WHISKER-19: Update junit and Maven plugin base version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cee1d01..1b3fe20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <target.jdk>1.8</target.jdk>
-    <junit.version>4.13.1</junit.version>
+    <junit.version>4.13.2</junit.version>
     <!-- This is the version of Maven required to use the Maven Plugin for this project -->
     <mavenVersion>2.2.1</mavenVersion>
     <!--
@@ -116,7 +116,7 @@
     <whisker.site.url>file:${whisker.site.local}</whisker.site.url>
     <whisker.site.name>Whisker Website</whisker.site.name>
     <whisker.site.id>org.apache.creadur.whisker.site</whisker.site.id>
-    <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
+    <mavenPluginPluginVersion>3.6.1</mavenPluginPluginVersion>
     <!-- Cannot upgrade to 3.0.0 because it requires Java 7 -->
     <findbugsPluginVersion>2.5.5</findbugsPluginVersion>
   </properties>

[creadur-whisker] 02/02: WHISKER-19: Update to at least Maven3.0.5

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git

commit a6d06381347bf4ef36628b1ed92faa573fb817e0
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 13:03:50 2021 +0200

    WHISKER-19: Update to at least Maven3.0.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b3fe20..4478345 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <target.jdk>1.8</target.jdk>
     <junit.version>4.13.2</junit.version>
     <!-- This is the version of Maven required to use the Maven Plugin for this project -->
-    <mavenVersion>2.2.1</mavenVersion>
+    <mavenVersion>3.0.5</mavenVersion>
     <!--
     Publication to the website is a two phase operation: