Bump commons-io to 2.10.0 80/96580/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Jun 2021 09:07:26 +0000 (11:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Jun 2021 09:07:26 +0000 (11:07 +0200)
https://commons.apache.org/proper/commons-io/changes-report.html#a2.9.0
https://commons.apache.org/proper/commons-io/changes-report.html#a2.10.0

Change-Id: Ia8f2bac15ca5a421d925cbf4e9fc7b7655cc3bb7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/opendaylight-karaf-resources/pom.xml
odlparent/pom.xml

index 0fd319d8c014a743fea6849d2645532f0ef73cef..7e842e71f87173937e79a4182d0c5d617640a49f 100644 (file)
                 <patch patchfile="${project.basedir}/src/main/patches/karaf-quiesce.patch"
                        originalfile="${project.build.directory}/assembly/system/org/apache/karaf/features/standard/${karaf.version}/standard-${karaf.version}-features.xml"
                        failonerror="true"/>
+                <replace file="${project.build.directory}/assembly/system/org/apache/karaf/features/standard/${karaf.version}/standard-${karaf.version}-features.xml"
+                         token="commons-io/commons-io/2.8.0" value="commons-io/commons-io/2.10.0" failOnNoReplacements="true"/>
+                <copy file="${project.build.directory}/assembly/system/org/apache/karaf/features/standard/${karaf.version}/standard-${karaf.version}-features.xml"
+                      tofile="${project.build.directory}/classes/system/org/apache/karaf/features/standard/${karaf.version}/standard-${karaf.version}-features.xml"/>
                 <copy file="${project.build.directory}/assembly/system/org/apache/karaf/features/framework/${karaf.version}/framework-${karaf.version}-features.xml"
                       tofile="${project.build.directory}/classes/system/org/apache/karaf/features/framework/${karaf.version}/framework-${karaf.version}-features.xml"/>
                 <replace file="${project.build.directory}/assembly/system/org/ops4j/pax/web/pax-web-features/7.3.16/pax-web-features-7.3.16-features.xml"
index 1355bfc825a1be7211f4c969394e3c4efa9585f1..691bd00804214c06aabb83bef5292a499d42b37d 100644 (file)
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.8.0</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>