You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2021/03/01 03:11:08 UTC

[plc4x] branch develop updated: Updated connection cache pom based on Cesar's comments.

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

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 95376fb  Updated connection cache pom based on Cesar's comments.
95376fb is described below

commit 95376fb25e6a0a7025bd274709db6aa165f2a08c
Author: hutcheb <be...@gmail.com>
AuthorDate: Sun Feb 28 22:10:20 2021 -0500

    Updated connection cache pom based on Cesar's comments.
---
 plc4j/tools/connection-cache/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4j/tools/connection-cache/pom.xml b/plc4j/tools/connection-cache/pom.xml
index 754be46..bc36529 100644
--- a/plc4j/tools/connection-cache/pom.xml
+++ b/plc4j/tools/connection-cache/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-mock</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.9.0-SNAPSHOT</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -95,4 +95,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>