You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/08 13:19:48 UTC

[turbine-fulcrum-factory] 46/49: - Update Fulcrum Testcontainer 1.0.9 and Turbine Parent 7 - Fix Mock Encoding in Fulcrum Update Test - Format Yaafi Tests - Remove JUnitPlatform in json, crypto module

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git

commit 1960e07133e8873c9c0582326567998e2c6e6106
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Mar 23 14:42:37 2021 +0000

    - Update Fulcrum Testcontainer 1.0.9 and Turbine Parent 7
    - Fix Mock Encoding in Fulcrum Update Test
    - Format Yaafi Tests
    - Remove JUnitPlatform in json, crypto module
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/factory@1887964 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61c7af5..541a093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>5</version>
+       <version>7</version>
        <relativePath />
   </parent>
 
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.8</version>
+      <version>1.0.9</version>
       <scope>test</scope>
     </dependency>
     <dependency>