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 13:44:05 UTC

[creadur-whisker] branch master updated (36a64dd -> 4b9bdd5)

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 36a64dd  Do not clean before printing updates
     new 1a2eb7f  WHISKER-19: Use newer Maven API
     new 4b9bdd5  WHISKER-19: Update jmock

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:
 apache-whisker-maven-plugin/pom.xml | 2 +-
 pom.xml                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[creadur-whisker] 02/02: WHISKER-19: Update jmock

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 4b9bdd505b4f1999b72cb29a72fd9492a29b776b
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 15:43:55 2021 +0200

    WHISKER-19: Update jmock
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index caa1536..05cbd8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
       <dependency>
         <groupId>org.jmock</groupId>
         <artifactId>jmock-junit3</artifactId>
-        <version>2.6.0</version>
+        <version>2.12.0</version>
         <scope>test</scope>
       </dependency>
     </dependencies>

[creadur-whisker] 01/02: WHISKER-19: Use newer Maven API

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 1a2eb7fa5b12cda447877fe76abd7c7f2be7b90e
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 14:46:36 2021 +0200

    WHISKER-19: Use newer Maven API
---
 apache-whisker-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-whisker-maven-plugin/pom.xml b/apache-whisker-maven-plugin/pom.xml
index 416bf3e..94956fe 100644
--- a/apache-whisker-maven-plugin/pom.xml
+++ b/apache-whisker-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>${mavenVersion}</version>
+      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>