- 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 <[email protected]> Authored: Tue Sep 26 21:12:53 2017 +0200 Committer: Christofer Dutz <[email protected]> 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>
