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:15 UTC

[35/50] incubator-edgent-samples git commit: more samples build tweaking

more samples build tweaking

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

Branch: refs/heads/develop
Commit: d70a1815c312f152f97cca2dce800e489ad078c1
Parents: ab768c4
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Wed Oct 11 16:02:54 2017 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Wed Oct 11 16:02:54 2017 -0400

----------------------------------------------------------------------
 buildtools/update-platform-poms.sh | 1 +
 pom.xml                            | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/d70a1815/buildtools/update-platform-poms.sh
----------------------------------------------------------------------
diff --git a/buildtools/update-platform-poms.sh b/buildtools/update-platform-poms.sh
index 07cbc53..56cf1bb 100755
--- a/buildtools/update-platform-poms.sh
+++ b/buildtools/update-platform-poms.sh
@@ -10,6 +10,7 @@ PLATFORMS=java7
 
 for p in ${PLATFORMS}; do
   for proj in ${J8_PROJECTS}; do
+    echo Updating platforms/${p}/${proj}/pom.xml...
     if [ ! -d platforms/${p}/${proj} ]; then
         mkdir -p platforms/${p}/${proj}
     fi

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/d70a1815/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d63493a..8bb8727 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,8 @@
   <properties>
     <samples.projname.platform> (Java 8)</samples.projname.platform>  <!--  tweaked by -Pplatform-* -->
     <edgent.base.groupId>org.apache.edgent</edgent.base.groupId>
-    <edgent.core.version>1.2.0-SNAPSHOT</edgent.core.version>
+    <!--  at least for now, the samples version is lockstep with the core -->
+    <edgent.core.version>${project.version}</edgent.core.version>
 
     <java.version>1.8</java.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>