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

[plc4x] 02/02: Minor fix in pom.

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

jfeinauer pushed a commit to branch feature/integrate-pool2
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 81f6aaf6ad01f48a0ffd78bbebc3f4cda52ad0d3
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Sun Jan 3 16:21:23 2021 +0100

    Minor fix in pom.
---
 plc4j/tools/connection-pool2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/tools/connection-pool2/pom.xml b/plc4j/tools/connection-pool2/pom.xml
index 84051c2..9d570f1 100644
--- a/plc4j/tools/connection-pool2/pom.xml
+++ b/plc4j/tools/connection-pool2/pom.xml
@@ -27,7 +27,7 @@
     <version>0.8.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>plc4j-connection-pool</artifactId>
+  <artifactId>plc4j-connection-pool2</artifactId>
 
   <name>PLC4J: Tools: Connection Pool</name>
   <description>An implementation of a connection pool based on Apache Commons Pool.</description>