You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/09/10 01:00:21 UTC

[commons-parent] branch master updated: (update) commons.felix.version 4.2.0 -> 4.2.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 175a044  (update) commons.felix.version 4.2.0 -> 4.2.1
175a044 is described below

commit 175a044f09b8012b4a579ba7226730749700125d
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Mon Sep 9 18:00:10 2019 -0700

    (update) commons.felix.version 4.2.0 -> 4.2.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6921a91..100aa88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
     <commons.coveralls.version>4.3.0</commons.coveralls.version>
     <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>
     <commons.failsafe.version>2.22.2</commons.failsafe.version>
-    <commons.felix.version>4.2.0</commons.felix.version>
+    <commons.felix.version>4.2.1</commons.felix.version>
     <commons.findbugs.version>3.0.5</commons.findbugs.version>
     <commons.jacoco.version>0.8.4</commons.jacoco.version>
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 78f48e7..5259261 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
     
         <release version="49" date="YYYY-MM-DD" description="TBD">
+            <action type="update" dev="chtompki">commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1</action>
             <action type="update" dev="chtompki">commons-build-plugin 1.10 -> 1.11</action>
             <action type-="update" dev="ggregory">commons-release-plugin 1.6 -> 1.7</action>
             <action type-="update" dev="ggregory">jacoco-maven-plugin 0.8.3 -> 0.8.4</action>