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:51:21 UTC

[41/50] incubator-edgent-samples git commit: Additional pom transformations: increase pom commonality/generality, lessen errors

Additional pom transformations: increase pom commonality/generality,
lessen errors

- use ${package.groupId}
- use ${package.version}
- add edgent.retrolambda.srcArtifactGroupId - (platform) groupId of
transformation's input artifacts (jars)
- add edgent.projname.platform - platform text fragment for proj name
- add edgent.runtime.groupId - groupId for the platform's jars
- rename edgent.version to edgent.runtime.version


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

Branch: refs/heads/develop
Commit: ef1c55df7d543fdc12722b1442263993fd487fee
Parents: cd3c96e
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Mon Oct 23 10:02:12 2017 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Mon Oct 23 10:02:12 2017 -0400

----------------------------------------------------------------------
 apps/pom.xml       | 2 +-
 connectors/pom.xml | 2 +-
 console/pom.xml    | 2 +-
 pom.xml            | 2 +-
 scenarios/pom.xml  | 2 +-
 topology/pom.xml   | 2 +-
 utils/pom.xml      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index 0fc7223..7ee0b34 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.edgent</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
     <version>1.2.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 6094cbe..1ef7756 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.edgent</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
     <version>1.2.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index 59d6a54..8cad8ad 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.edgent</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
     <version>1.2.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45a0834..ecee16e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>18</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/scenarios/pom.xml
----------------------------------------------------------------------
diff --git a/scenarios/pom.xml b/scenarios/pom.xml
index 9b8628d..e6eabc5 100644
--- a/scenarios/pom.xml
+++ b/scenarios/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.edgent</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
     <version>1.2.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/topology/pom.xml
----------------------------------------------------------------------
diff --git a/topology/pom.xml b/topology/pom.xml
index 28d1ac3..8fcaa89 100644
--- a/topology/pom.xml
+++ b/topology/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.edgent</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
     <version>1.2.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/ef1c55df/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index da2f87a..2a2cd0c 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.edgent</groupId>  <!-- EDGENT_BUILD_PARENT_GROUPID -->
+    <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
     <version>1.2.0-SNAPSHOT</version>
   </parent>