You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/23 14:10:37 UTC

[commons-validator] branch master updated (f306f84 -> 3f9c622)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git.


    from f306f84  Merge pull request #58 from xenoamess-fork/fix_ci
     new a570b92  Drop obsolete .travis.yaml.
     new 843f081  Bump junit from 4.13.1 to 4.13.2.
     new 3f9c622  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-validator

The 3 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:
 .travis.yml             | 28 ----------------------------
 pom.xml                 |  2 +-
 src/changes/changes.xml |  4 ++--
 3 files changed, 3 insertions(+), 31 deletions(-)
 delete mode 100644 .travis.yml

[commons-validator] 01/03: Drop obsolete .travis.yaml.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git

commit a570b924c981c65679d01f21adfca71025f45452
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 23 09:03:54 2021 -0500

    Drop obsolete .travis.yaml.
---
 .travis.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e6b69fa..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-language: java
-cache:
-  directories:
-    - $HOME/.m2
-matrix:
-  include:
-    - jdk: openjdk8
-    - jdk: openjdk11
-    - jdk: openjdk16
-script:
-  - mvn -V --no-transfer-progress clean test
-after_success:
-  - mvn -V --no-transfer-progress clean cobertura:cobertura coveralls:report

[commons-validator] 02/03: Bump junit from 4.13.1 to 4.13.2.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git

commit 843f0812daa7bb7dd872caf1e0c572e9e51251ef
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 23 09:06:19 2021 -0500

    Bump junit from 4.13.1 to 4.13.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e93538d..32a900b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b8548a..d8f46e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,8 +74,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
     Bump actions/setup-java from v1.4.0 to v2, #42.
     </action>
-    <action type="update" dev="ggregory" due-to="Dependabot">
-    Bump junit from 4.13 to 4.13.1 #44.
+    <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+    Bump junit from 4.13 to 4.13.2 #44.
     </action>
   </release>
   

[commons-validator] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-validator

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git

commit 3f9c62202ec336c6894ef2fac0c47aae6a4c1649
Merge: 843f081 f306f84
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 23 09:09:56 2021 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-validator

 pom.xml | 2 ++
 1 file changed, 2 insertions(+)