You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by cd...@apache.org on 2017/11/21 11:50:56 UTC

[16/50] incubator-edgent-samples git commit: - Fixed an invalid groupId

- Fixed an invalid groupId


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/7d38a3e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/7d38a3e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/7d38a3e8

Branch: refs/heads/develop
Commit: 7d38a3e87505493446bed21eaa2b79daef14c44a
Parents: 3f3e932
Author: Christofer Dutz <ch...@c-ware.de>
Authored: Tue Sep 26 21:12:53 2017 +0200
Committer: Christofer Dutz <ch...@c-ware.de>
Committed: Tue Sep 26 21:12:53 2017 +0200

----------------------------------------------------------------------
 apps/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/7d38a3e8/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index 2fba1ca..d6d7ea4 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -55,7 +55,7 @@
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.edgent.connectors</groupId>
+      <groupId>${edgent.base.groupId}.connectors</groupId>
       <artifactId>edgent-connectors-iotp</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>