http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/api/execution/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/api/execution/pom.xml b/platforms/java7/api/execution/pom.xml index e532819..a8861a6 100644 --- a/platforms/java7/api/execution/pom.xml +++ b/platforms/java7/api/execution/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency>
http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/api/graph/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/api/graph/pom.xml b/platforms/java7/api/graph/pom.xml index bdd09aa..57ff163 100644 --- a/platforms/java7/api/graph/pom.xml +++ b/platforms/java7/api/graph/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-oplet</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/api/oplet/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/api/oplet/pom.xml b/platforms/java7/api/oplet/pom.xml index b15b00e..cd24ed8 100644 --- a/platforms/java7/api/oplet/pom.xml +++ b/platforms/java7/api/oplet/pom.xml @@ -85,17 +85,17 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-window</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/api/topology/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/api/topology/pom.xml b/platforms/java7/api/topology/pom.xml index a3e0711..b5b5242 100644 --- a/platforms/java7/api/topology/pom.xml +++ b/platforms/java7/api/topology/pom.xml @@ -125,22 +125,22 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-oplet</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/api/window/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/api/window/pom.xml b/platforms/java7/api/window/pom.xml index 572515b..21a093c 100644 --- a/platforms/java7/api/window/pom.xml +++ b/platforms/java7/api/window/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/apps/iot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/apps/iot/pom.xml b/platforms/java7/apps/iot/pom.xml index 2fd7272..06b6b56 100644 --- a/platforms/java7/apps/iot/pom.xml +++ b/platforms/java7/apps/iot/pom.xml @@ -81,23 +81,23 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-pubsub</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/apps/runtime/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/apps/runtime/pom.xml b/platforms/java7/apps/runtime/pom.xml index 9ca129a..22567e4 100644 --- a/platforms/java7/apps/runtime/pom.xml +++ b/platforms/java7/apps/runtime/pom.xml @@ -81,24 +81,24 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-jobregistry</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-jmxcontrol</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/command/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/command/pom.xml b/platforms/java7/connectors/command/pom.xml index 3590770..5a3e331 100644 --- a/platforms/java7/connectors/command/pom.xml +++ b/platforms/java7/connectors/command/pom.xml @@ -81,38 +81,38 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/common/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/common/pom.xml b/platforms/java7/connectors/common/pom.xml index 32f7233..817aeed 100644 --- a/platforms/java7/connectors/common/pom.xml +++ b/platforms/java7/connectors/common/pom.xml @@ -85,26 +85,26 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/csv/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/csv/pom.xml b/platforms/java7/connectors/csv/pom.xml index 721955c..8cd7eea 100644 --- a/platforms/java7/connectors/csv/pom.xml +++ b/platforms/java7/connectors/csv/pom.xml @@ -87,20 +87,20 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/file/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/file/pom.xml b/platforms/java7/connectors/file/pom.xml index 5981306..d2de935 100644 --- a/platforms/java7/connectors/file/pom.xml +++ b/platforms/java7/connectors/file/pom.xml @@ -85,43 +85,43 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-oplet</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/http/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/http/pom.xml b/platforms/java7/connectors/http/pom.xml index b1a422a..8d42352 100644 --- a/platforms/java7/connectors/http/pom.xml +++ b/platforms/java7/connectors/http/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> @@ -101,13 +101,13 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/iot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/iot/pom.xml b/platforms/java7/connectors/iot/pom.xml index 8ae7a33..76ad9fc 100644 --- a/platforms/java7/connectors/iot/pom.xml +++ b/platforms/java7/connectors/iot/pom.xml @@ -85,12 +85,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/iotp/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/iotp/pom.xml b/platforms/java7/connectors/iotp/pom.xml index 205319f..b16a57a 100644 --- a/platforms/java7/connectors/iotp/pom.xml +++ b/platforms/java7/connectors/iotp/pom.xml @@ -85,17 +85,17 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/jdbc/pom.xml b/platforms/java7/connectors/jdbc/pom.xml index 8fda586..894f89f 100644 --- a/platforms/java7/connectors/jdbc/pom.xml +++ b/platforms/java7/connectors/jdbc/pom.xml @@ -106,38 +106,38 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/kafka/pom.xml b/platforms/java7/connectors/kafka/pom.xml index d446b2a..9511f15 100644 --- a/platforms/java7/connectors/kafka/pom.xml +++ b/platforms/java7/connectors/kafka/pom.xml @@ -99,7 +99,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> @@ -182,27 +182,27 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/mqtt/pom.xml b/platforms/java7/connectors/mqtt/pom.xml index 4b77212..d98ad5c 100644 --- a/platforms/java7/connectors/mqtt/pom.xml +++ b/platforms/java7/connectors/mqtt/pom.xml @@ -85,17 +85,17 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> @@ -106,27 +106,27 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/pubsub/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/pubsub/pom.xml b/platforms/java7/connectors/pubsub/pom.xml index 0a4ce67..18f0e71 100644 --- a/platforms/java7/connectors/pubsub/pom.xml +++ b/platforms/java7/connectors/pubsub/pom.xml @@ -81,13 +81,13 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/serial/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/serial/pom.xml b/platforms/java7/connectors/serial/pom.xml index 14fd296..ca6545b 100644 --- a/platforms/java7/connectors/serial/pom.xml +++ b/platforms/java7/connectors/serial/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/websocket-base/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/websocket-base/pom.xml b/platforms/java7/connectors/websocket-base/pom.xml index 34b46a2..2d93812 100644 --- a/platforms/java7/connectors/websocket-base/pom.xml +++ b/platforms/java7/connectors/websocket-base/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/websocket-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/websocket-jetty/pom.xml b/platforms/java7/connectors/websocket-jetty/pom.xml index bb6e574..4143d3a 100644 --- a/platforms/java7/connectors/websocket-jetty/pom.xml +++ b/platforms/java7/connectors/websocket-jetty/pom.xml @@ -95,7 +95,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket-misc</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/websocket-server/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/websocket-server/pom.xml b/platforms/java7/connectors/websocket-server/pom.xml index a7d0bfa..c78d851 100644 --- a/platforms/java7/connectors/websocket-server/pom.xml +++ b/platforms/java7/connectors/websocket-server/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket-jetty</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/connectors/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/connectors/websocket/pom.xml b/platforms/java7/connectors/websocket/pom.xml index ac590c2..a879b23 100644 --- a/platforms/java7/connectors/websocket/pom.xml +++ b/platforms/java7/connectors/websocket/pom.xml @@ -85,17 +85,17 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket-misc</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket-base</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> @@ -130,34 +130,34 @@ <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket-jetty</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/console/server/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/console/server/pom.xml b/platforms/java7/console/server/pom.xml index 0710f5a..3b6e787 100644 --- a/platforms/java7/console/server/pom.xml +++ b/platforms/java7/console/server/pom.xml @@ -60,7 +60,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-console-servlets</artifactId> <version>${project.version}</version> <type>war</type> @@ -180,7 +180,7 @@ prior to this module. --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-console-servlets</artifactId> <version>1.3.0-SNAPSHOT</version> <type>war</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/console/servlets/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/console/servlets/pom.xml b/platforms/java7/console/servlets/pom.xml index 0b4a24b..a48cf9f 100644 --- a/platforms/java7/console/servlets/pom.xml +++ b/platforms/java7/console/servlets/pom.xml @@ -123,7 +123,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-streamscope</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/distribution/pom.xml b/platforms/java7/distribution/pom.xml index 2fcddeb..4122ac7 100644 --- a/platforms/java7/distribution/pom.xml +++ b/platforms/java7/distribution/pom.xml @@ -78,113 +78,113 @@ <!-- Providers --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-development</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Analytics --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-analytics-math3</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-analytics-sensors</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Utils --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-streamscope</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Connectors --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-command</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-common</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-csv</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-file</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-http</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-iotp</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-jdbc</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-kafka</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-mqtt</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-pubsub</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-serial</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-websocket-jetty</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> @@ -196,7 +196,7 @@ of the development provider. --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-console-servlets</artifactId> <version>1.3.0-SNAPSHOT</version> <type>war</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/jqassistant/structural-rules.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/jqassistant/structural-rules.xml b/platforms/java7/jqassistant/structural-rules.xml new file mode 100644 index 0000000..f3d15b1 --- /dev/null +++ b/platforms/java7/jqassistant/structural-rules.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<jqa:jqassistant-rules xmlns:jqa="http://www.buschmais.com/jqassistant/core/analysis/rules/schema/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.buschmais.com/jqassistant/core/analysis/rules/schema/v1.0 https://raw.githubusercontent.com/buschmais/jqassistant-examples/master/core/analysis/src/main/resources/META-INF/xsd/jqassistant-rules-1.0.xsd"> + + <constraint id="structural-rules:unpack-matching-artifacts"> + <description>All Java 7 modules must use the matching Java 8 modules as source.</description> + <cypher><![CDATA[ + MATCH + (m:Maven:Pom:Xml)-[DESCRIBES]->(a:Maven:Artifact) + WHERE + a.group = "org.apache.edgent.java7" + RETURN m + ]]></cypher> + </constraint> + + <constraint id="structural-rules:matching-dependencies"> + <description>All Java 7 modules must have the same dependencies as the matching Java 8 modules.</description> + <cypher><![CDATA[ + MATCH + (t:Junit4:Test:Class) + WHERE NOT + t.name =~ ".*Test" + RETURN + t AS InvalidTestClass + ]]></cypher> + </constraint> + + <group id="default"> + <includeConstraint refId="structural-rules:unpack-matching-artifacts" /> + <includeConstraint refId="structural-rules:matching-dependencies" /> + </group> + +</jqa:jqassistant-rules> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/providers/development/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/providers/development/pom.xml b/platforms/java7/providers/development/pom.xml index 4bd3fd4..e9601bb 100644 --- a/platforms/java7/providers/development/pom.xml +++ b/platforms/java7/providers/development/pom.xml @@ -85,40 +85,40 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-console-server</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-streamscope</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-jmxcontrol</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-streamscope</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/providers/direct/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/providers/direct/pom.xml b/platforms/java7/providers/direct/pom.xml index 8e23cce..1e18661 100644 --- a/platforms/java7/providers/direct/pom.xml +++ b/platforms/java7/providers/direct/pom.xml @@ -87,7 +87,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-test-appservice-applications</artifactId> <version>${project.version}</version> <outputDirectory>${project.build.directory}/test-resources</outputDirectory> @@ -103,51 +103,51 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-spi-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-spi-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-appservice</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-etiao</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/providers/iot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/providers/iot/pom.xml b/platforms/java7/providers/iot/pom.xml index 29653ff..e3d802b 100644 --- a/platforms/java7/providers/iot/pom.xml +++ b/platforms/java7/providers/iot/pom.xml @@ -81,37 +81,37 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-appservice</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-pubsub</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-apps-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-apps-runtime</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/runtime/appservice/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/appservice/pom.xml b/platforms/java7/runtime/appservice/pom.xml index a8ef363..f4aedf6 100644 --- a/platforms/java7/runtime/appservice/pom.xml +++ b/platforms/java7/runtime/appservice/pom.xml @@ -81,19 +81,19 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Just needed to make sure it is scheduled before this module in the reactor --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-test-appservice-applications</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/runtime/etiao/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/etiao/pom.xml b/platforms/java7/runtime/etiao/pom.xml index 95b1ac8..5052414 100644 --- a/platforms/java7/runtime/etiao/pom.xml +++ b/platforms/java7/runtime/etiao/pom.xml @@ -85,23 +85,23 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-spi-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/runtime/jmxcontrol/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/jmxcontrol/pom.xml b/platforms/java7/runtime/jmxcontrol/pom.xml index 36cda27..acf4287 100644 --- a/platforms/java7/runtime/jmxcontrol/pom.xml +++ b/platforms/java7/runtime/jmxcontrol/pom.xml @@ -85,12 +85,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/runtime/jobregistry/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/jobregistry/pom.xml b/platforms/java7/runtime/jobregistry/pom.xml index 4ade1d9..c3be453 100644 --- a/platforms/java7/runtime/jobregistry/pom.xml +++ b/platforms/java7/runtime/jobregistry/pom.xml @@ -81,12 +81,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/runtime/jsoncontrol/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/jsoncontrol/pom.xml b/platforms/java7/runtime/jsoncontrol/pom.xml index cfbadcf..602b0af 100644 --- a/platforms/java7/runtime/jsoncontrol/pom.xml +++ b/platforms/java7/runtime/jsoncontrol/pom.xml @@ -85,12 +85,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/spi/graph/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/spi/graph/pom.xml b/platforms/java7/spi/graph/pom.xml index 8fc3d3f..e707d14 100644 --- a/platforms/java7/spi/graph/pom.xml +++ b/platforms/java7/spi/graph/pom.xml @@ -85,12 +85,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/spi/topology/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/spi/topology/pom.xml b/platforms/java7/spi/topology/pom.xml index 81f72e4..fc1efdd 100644 --- a/platforms/java7/spi/topology/pom.xml +++ b/platforms/java7/spi/topology/pom.xml @@ -85,7 +85,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/test/appservice-applications/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/test/appservice-applications/pom.xml b/platforms/java7/test/appservice-applications/pom.xml index 56bcac4..7bd71c4 100644 --- a/platforms/java7/test/appservice-applications/pom.xml +++ b/platforms/java7/test/appservice-applications/pom.xml @@ -91,7 +91,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/test/fvtiot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/test/fvtiot/pom.xml b/platforms/java7/test/fvtiot/pom.xml index 274604f..912b202 100644 --- a/platforms/java7/test/fvtiot/pom.xml +++ b/platforms/java7/test/fvtiot/pom.xml @@ -83,7 +83,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-test-appservice-applications</artifactId> <version>${project.version}</version> <outputDirectory>${project.build.directory}/test-resources</outputDirectory> @@ -99,38 +99,38 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-connectors-pubsub</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-apps-iot</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-apps-iot</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-iot</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/test/svt/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/test/svt/pom.xml b/platforms/java7/test/svt/pom.xml index b1ffdae..1df2b8f 100644 --- a/platforms/java7/test/svt/pom.xml +++ b/platforms/java7/test/svt/pom.xml @@ -85,22 +85,22 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-console-server</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-providers-development</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/utils/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/utils/metrics/pom.xml b/platforms/java7/utils/metrics/pom.xml index b926536..3ec9225 100644 --- a/platforms/java7/utils/metrics/pom.xml +++ b/platforms/java7/utils/metrics/pom.xml @@ -85,14 +85,14 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/platforms/java7/utils/streamscope/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/utils/streamscope/pom.xml b/platforms/java7/utils/streamscope/pom.xml index 6bcd4da..0517234 100644 --- a/platforms/java7/utils/streamscope/pom.xml +++ b/platforms/java7/utils/streamscope/pom.xml @@ -81,14 +81,14 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.java7</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b20ffa4..55f9ea3 100644 --- a/pom.xml +++ b/pom.xml @@ -365,10 +365,10 @@ <execution> <goals> <goal>scan</goal> - <goal>analyze</goal> + <!--goal>analyze</goal--> </goals> <configuration> - <failOnSeverity>MAJOR</failOnSeverity> + <!--failOnSeverity>MAJOR</failOnSeverity--> </configuration> </execution> </executions> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/providers/development/pom.xml ---------------------------------------------------------------------- diff --git a/providers/development/pom.xml b/providers/development/pom.xml index 1b82b41..692cf9e 100644 --- a/providers/development/pom.xml +++ b/providers/development/pom.xml @@ -36,40 +36,40 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-console-server</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-utils-streamscope</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-jmxcontrol</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-utils-streamscope</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/providers/direct/pom.xml ---------------------------------------------------------------------- diff --git a/providers/direct/pom.xml b/providers/direct/pom.xml index 5e44f29..f09f530 100644 --- a/providers/direct/pom.xml +++ b/providers/direct/pom.xml @@ -49,7 +49,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-test-appservice-applications</artifactId> <version>${project.version}</version> <outputDirectory>${project.build.directory}/test-resources</outputDirectory> @@ -65,51 +65,51 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-spi-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-spi-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-appservice</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-etiao</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/providers/iot/pom.xml ---------------------------------------------------------------------- diff --git a/providers/iot/pom.xml b/providers/iot/pom.xml index c5b7f8d..001276c 100644 --- a/providers/iot/pom.xml +++ b/providers/iot/pom.xml @@ -32,37 +32,37 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-appservice</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-connectors-pubsub</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-apps-iot</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-apps-runtime</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/runtime/appservice/pom.xml ---------------------------------------------------------------------- diff --git a/runtime/appservice/pom.xml b/runtime/appservice/pom.xml index f8db481..5ca2c5e 100644 --- a/runtime/appservice/pom.xml +++ b/runtime/appservice/pom.xml @@ -32,19 +32,19 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Just needed to make sure it is scheduled before this module in the reactor --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-test-appservice-applications</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/runtime/etiao/pom.xml ---------------------------------------------------------------------- diff --git a/runtime/etiao/pom.xml b/runtime/etiao/pom.xml index 0351975..e7a51be 100644 --- a/runtime/etiao/pom.xml +++ b/runtime/etiao/pom.xml @@ -36,23 +36,23 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-spi-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/runtime/jmxcontrol/pom.xml ---------------------------------------------------------------------- diff --git a/runtime/jmxcontrol/pom.xml b/runtime/jmxcontrol/pom.xml index c09128c..3c6151c 100644 --- a/runtime/jmxcontrol/pom.xml +++ b/runtime/jmxcontrol/pom.xml @@ -36,12 +36,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/runtime/jobregistry/pom.xml ---------------------------------------------------------------------- diff --git a/runtime/jobregistry/pom.xml b/runtime/jobregistry/pom.xml index b4e6ee9..3a32bb5 100644 --- a/runtime/jobregistry/pom.xml +++ b/runtime/jobregistry/pom.xml @@ -32,12 +32,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/runtime/jsoncontrol/pom.xml ---------------------------------------------------------------------- diff --git a/runtime/jsoncontrol/pom.xml b/runtime/jsoncontrol/pom.xml index a6f0bb2..5733ca1 100644 --- a/runtime/jsoncontrol/pom.xml +++ b/runtime/jsoncontrol/pom.xml @@ -36,12 +36,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-function</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/apps/pom.xml ---------------------------------------------------------------------- diff --git a/samples/apps/pom.xml b/samples/apps/pom.xml index bf0750a..9695ad8 100644 --- a/samples/apps/pom.xml +++ b/samples/apps/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -35,40 +35,40 @@ <!-- parent pom has Platforms and SLF4J dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-sensors</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-file</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-math3</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iot</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iotp</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-mqtt</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples-utils</artifactId> - <version>${project.version}</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/connectors/pom.xml ---------------------------------------------------------------------- diff --git a/samples/connectors/pom.xml b/samples/connectors/pom.xml index cd14499..a918f59 100644 --- a/samples/connectors/pom.xml +++ b/samples/connectors/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -35,45 +35,45 @@ <!-- parent pom has Platforms and SLF4J dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-mqtt</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-kafka</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-jdbc</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-serial</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-file</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iotp</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-math3</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples-topology</artifactId> - <version>${project.version}</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/console/pom.xml ---------------------------------------------------------------------- diff --git a/samples/console/pom.xml b/samples/console/pom.xml index 335336b..ba9d3e2 100644 --- a/samples/console/pom.xml +++ b/samples/console/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -35,12 +35,12 @@ <!-- parent pom has Platforms and SLF4J dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-console-server</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>${edgent.runtime.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index 4206c9c..a10e91c 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -27,7 +27,7 @@ <version>18</version> </parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -116,17 +116,17 @@ <!-- Other common sample dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-direct</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-development</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-iot</artifactId> <version>${edgent.runtime.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/scenarios/pom.xml ---------------------------------------------------------------------- diff --git a/samples/scenarios/pom.xml b/samples/scenarios/pom.xml index f18a207..1bfcbe5 100644 --- a/samples/scenarios/pom.xml +++ b/samples/scenarios/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -58,20 +58,20 @@ <!-- parent pom has Providers and SLF4J dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iotp</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-math3</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples-connectors</artifactId> - <version>${project.version}</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/template/pom.xml ---------------------------------------------------------------------- diff --git a/samples/template/pom.xml b/samples/template/pom.xml index db0c7c7..8d3f5cb 100644 --- a/samples/template/pom.xml +++ b/samples/template/pom.xml @@ -69,7 +69,7 @@ <!-- declare the Edgent provider(s) being used --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-direct</artifactId> <version>${edgent.runtime.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/topology/pom.xml ---------------------------------------------------------------------- diff --git a/samples/topology/pom.xml b/samples/topology/pom.xml index 77f24a1..1e4e653 100644 --- a/samples/topology/pom.xml +++ b/samples/topology/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -35,15 +35,15 @@ <!-- parent pom has Providers and SLF4J dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-math3</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples-utils</artifactId> - <version>${project.version}</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/samples/utils/pom.xml ---------------------------------------------------------------------- diff --git a/samples/utils/pom.xml b/samples/utils/pom.xml index c806cde..9e9fecc 100644 --- a/samples/utils/pom.xml +++ b/samples/utils/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.edgent</groupId> + <groupId>org.apache.edgent.samples</groupId> <artifactId>edgent-samples</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -35,17 +35,17 @@ <!-- parent pom has Providers and SLF4J dependencies --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-sensors</artifactId> <version>${edgent.runtime.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-console-server</artifactId> <version>${edgent.runtime.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/spi/graph/pom.xml ---------------------------------------------------------------------- diff --git a/spi/graph/pom.xml b/spi/graph/pom.xml index 5042fb2..7e4bd98 100644 --- a/spi/graph/pom.xml +++ b/spi/graph/pom.xml @@ -36,12 +36,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-execution</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-graph</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/spi/topology/pom.xml ---------------------------------------------------------------------- diff --git a/spi/topology/pom.xml b/spi/topology/pom.xml index 57bdb0f..b664cad 100644 --- a/spi/topology/pom.xml +++ b/spi/topology/pom.xml @@ -36,7 +36,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/test/appservice-applications/pom.xml ---------------------------------------------------------------------- diff --git a/test/appservice-applications/pom.xml b/test/appservice-applications/pom.xml index a13256c..493b7dc 100644 --- a/test/appservice-applications/pom.xml +++ b/test/appservice-applications/pom.xml @@ -32,7 +32,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-api-topology</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6c7ccd3d/test/fvtiot/pom.xml ---------------------------------------------------------------------- diff --git a/test/fvtiot/pom.xml b/test/fvtiot/pom.xml index 4bfbea9..5fdd905 100644 --- a/test/fvtiot/pom.xml +++ b/test/fvtiot/pom.xml @@ -45,7 +45,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-test-appservice-applications</artifactId> <version>${project.version}</version> <outputDirectory>${project.build.directory}/test-resources</outputDirectory> @@ -61,38 +61,38 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-connectors-pubsub</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-providers-direct</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-apps-iot</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-apps-iot</artifactId> <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.edgent</groupId> <artifactId>edgent-providers-iot</artifactId> <version>1.3.0-SNAPSHOT</version> <scope>test</scope>