- Make the java7 version of the samples build

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/972363ea
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/972363ea
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/972363ea

Branch: refs/heads/develop
Commit: 972363eae8bb97841dbc40f28414cdf9f352bd0b
Parents: 9dfe051
Author: Christofer Dutz <christofer.d...@c-ware.de>
Authored: Tue Sep 26 22:52:34 2017 +0200
Committer: Christofer Dutz <christofer.d...@c-ware.de>
Committed: Tue Sep 26 22:52:34 2017 +0200

----------------------------------------------------------------------
 apps/pom.xml       | 1 +
 connectors/pom.xml | 1 +
 console/pom.xml    | 1 +
 scenarios/pom.xml  | 1 +
 topology/pom.xml   | 1 +
 utils/pom.xml      | 1 +
 6 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/972363ea/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index d6d7ea4..6041636 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -27,6 +27,7 @@
     <version>1.2.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>${edgent.base.groupId}.samples</groupId>
   <artifactId>edgent-samples-apps</artifactId>
 
   <name>Apache Edgent: Samples: Apps</name>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/972363ea/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 8a76cb7..d57b618 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -27,6 +27,7 @@
     <version>1.2.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>${edgent.base.groupId}.samples</groupId>
   <artifactId>edgent-samples-connectors</artifactId>
 
   <name>Apache Edgent: Samples: Connectors</name>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/972363ea/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index 046a035..4bde53f 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -27,6 +27,7 @@
     <version>1.2.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>${edgent.base.groupId}.samples</groupId>
   <artifactId>edgent-samples-console</artifactId>
 
   <name>Apache Edgent: Samples: Console</name>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/972363ea/scenarios/pom.xml
----------------------------------------------------------------------
diff --git a/scenarios/pom.xml b/scenarios/pom.xml
index 15befaa..cba1c78 100644
--- a/scenarios/pom.xml
+++ b/scenarios/pom.xml
@@ -27,6 +27,7 @@
     <version>1.2.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>${edgent.base.groupId}.samples</groupId>
   <artifactId>edgent-samples-scenarios</artifactId>
 
   <name>Apache Edgent: Samples: Scenarios</name>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/972363ea/topology/pom.xml
----------------------------------------------------------------------
diff --git a/topology/pom.xml b/topology/pom.xml
index 1d1f6b8..7dd9df3 100644
--- a/topology/pom.xml
+++ b/topology/pom.xml
@@ -27,6 +27,7 @@
     <version>1.2.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>${edgent.base.groupId}.samples</groupId>
   <artifactId>edgent-samples-topology</artifactId>
 
   <name>Apache Edgent: Samples: Topology</name>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/972363ea/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 898a11b..45bb1dd 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -27,6 +27,7 @@
     <version>1.2.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>${edgent.base.groupId}.samples</groupId>
   <artifactId>edgent-samples-utils</artifactId>
 
   <name>Apache Edgent: Samples: Utils</name>

Reply via email to