You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2017/11/21 21:45:14 UTC

[3/9] incubator-edgent-samples git commit: reset samples version to match current (1.2.0-SNAPSHOT) runtime on develop branch

reset samples version to match current (1.2.0-SNAPSHOT) runtime on develop branch


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

Branch: refs/heads/develop
Commit: 163bcb334fd2c243b2eab8d1971a7b08897b0a19
Parents: 2234cc9
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Nov 21 12:26:32 2017 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Nov 21 12:26:32 2017 -0500

----------------------------------------------------------------------
 apps/pom.xml                             | 2 +-
 connectors/pom.xml                       | 2 +-
 console/pom.xml                          | 2 +-
 get-edgent-jars-project/pom.xml.template | 2 +-
 pom.xml                                  | 3 ++-
 scenarios/pom.xml                        | 2 +-
 template/pom.xml                         | 2 +-
 topology/pom.xml                         | 2 +-
 utils/pom.xml                            | 2 +-
 9 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index 3423571..7ee0b34 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>edgent-samples-apps</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 1f7b3dd..1ef7756 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-samples-connectors</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index da45e56..8cad8ad 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-samples-console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/get-edgent-jars-project/pom.xml.template
----------------------------------------------------------------------
diff --git a/get-edgent-jars-project/pom.xml.template b/get-edgent-jars-project/pom.xml.template
index f8c9f1a..670fd74 100644
--- a/get-edgent-jars-project/pom.xml.template
+++ b/get-edgent-jars-project/pom.xml.template
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.edgent</groupId>
   <artifactId>get-edgent-jars-project</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
 
   <name>Apache Edgent get-edgent-jars-project ${samples.projname.platform}</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3ca547..b2c368b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.edgent</groupId>
   <artifactId>edgent-samples</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Edgent Samples ${samples.projname.platform}:</name>
@@ -39,6 +39,7 @@
     <edgent.runtime.platform/> <!-- set by -Pplatform-* -->    
     <edgent.runtime.groupId>org.apache.edgent${edgent.runtime.platform}</edgent.runtime.groupId>
     <!--  at least for now, the samples version is lockstep with the core -->
+    <!-- override via 'mvn ... -Dedgent.runtime.version=<the-version>' -->
     <edgent.runtime.version>${project.version}</edgent.runtime.version>
 
     <java.version>1.8</java.version>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/scenarios/pom.xml
----------------------------------------------------------------------
diff --git a/scenarios/pom.xml b/scenarios/pom.xml
index 2880387..e6eabc5 100644
--- a/scenarios/pom.xml
+++ b/scenarios/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-samples-scenarios</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/template/pom.xml
----------------------------------------------------------------------
diff --git a/template/pom.xml b/template/pom.xml
index 72739d2..e1e855d 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <edgent.runtime.platform/>   <!-- set by -Pplatform-* -->
     <edgent.runtime.groupId>org.apache.edgent${edgent.runtime.platform}</edgent.runtime.groupId>
-    <edgent.runtime.version>1.3.0-SNAPSHOT</edgent.runtime.version>
+    <edgent.runtime.version>1.2.0-SNAPSHOT</edgent.runtime.version>
 
     <java.version>1.8</java.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/topology/pom.xml
----------------------------------------------------------------------
diff --git a/topology/pom.xml b/topology/pom.xml
index 8aa5274..8fcaa89 100644
--- a/topology/pom.xml
+++ b/topology/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-samples-topology</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/163bcb33/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 4eff56a..2a2cd0c 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-samples</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-samples-utils</artifactId>