You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ke...@apache.org on 2017/12/27 21:43:06 UTC

[incubator-plc4x] 02/05: WIP PLC4X-12: fix POM dependencies

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

keinmark pushed a commit to branch PLC4X-12
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 064ebae6cbe6a988b4330c84ea900025c2a76981
Author: Mark Keinhörster <ma...@codecentric.de>
AuthorDate: Fri Dec 22 12:17:12 2017 +0100

    WIP PLC4X-12: fix POM dependencies
---
 plc4s/api/pom.xml  | 6 +++---
 plc4s/core/pom.xml | 8 ++++----
 plc4s/pom.xml      | 4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/plc4s/api/pom.xml b/plc4s/api/pom.xml
index 3406be9..dcf05e6 100644
--- a/plc4s/api/pom.xml
+++ b/plc4s/api/pom.xml
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.plx4x</groupId>
+    <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4s</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
@@ -46,11 +46,11 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.plx4x</groupId>
+      <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.plx4x</groupId>
+      <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-core</artifactId>
     </dependency>
     <dependency>
diff --git a/plc4s/core/pom.xml b/plc4s/core/pom.xml
index 07d6fb1..b61b12a 100644
--- a/plc4s/core/pom.xml
+++ b/plc4s/core/pom.xml
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.plx4x</groupId>
+    <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4s</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
@@ -46,15 +46,15 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.plx4x</groupId>
+      <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.plx4x</groupId>
+      <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.plx4x</groupId>
+      <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4s-api</artifactId>
       <version>0.0.1-SNAPSHOT</version>
     </dependency>
diff --git a/plc4s/pom.xml b/plc4s/pom.xml
index bb1ac82..ab06f44 100644
--- a/plc4s/pom.xml
+++ b/plc4s/pom.xml
@@ -81,12 +81,12 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.apache.plx4x</groupId>
+        <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-api</artifactId>
         <version>0.0.1-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.plx4x</groupId>
+        <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-core</artifactId>
         <version>0.0.1-SNAPSHOT</version>
       </dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@plc4x.apache.org" <co...@plc4x.apache.org>.