Bump infrautils to 1.9.1 29/93429/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 27 Oct 2020 22:35:17 +0000 (23:35 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 27 Oct 2020 22:35:17 +0000 (23:35 +0100)
We were fine with 1.9.0, but we have a bugfixed version used by
downstreams. Pick it up.

Change-Id: I10f1eb57b07d70445b457043978b6609beae2427
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml
web/testutils/pom.xml

index 18197bd2f55de269d21d540e013e39f3e2d4af44..8abb4208657338195a68e08a680078e911021143 100644 (file)
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>inject.guice.testutils</artifactId>
-            <version>1.9.0</version>
+            <version>1.9.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
 
                         <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/8.0.0/</link>
-                        <link>https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/1.9.0/</link>
+                        <link>https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/1.9.1/</link>
                         <link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/6.0.0/</link>
                         <link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.1/</link>
                         <link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/3.0.1/</link>
index d2e7d7b7fdae5c505400af80d54c43f4fa6a8b05..334219466ef3ec8b170b5d66c1547b94eb7d728d 100644 (file)
@@ -27,7 +27,7 @@
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.9.0</version>
+        <version>1.9.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>