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

[43/50] incubator-edgent-samples git commit: use "-incubating" order in bundle names

use "<ver>-incubating" order in bundle names

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

Branch: refs/heads/develop
Commit: 548ecc5269d27565938390c7082c127238bad4b2
Parents: eed412f
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Oct 31 12:47:53 2017 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Oct 31 12:47:53 2017 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/548ecc52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ecee16e..98b1b4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
           <configuration>
-            <finalName>apache-edgent-incubating-samples-${project.version}</finalName>
+            <finalName>apache-edgent-${project.version}-incubating-samples</finalName>
             <formats>
               <format>zip</format>
               <format>tar.gz</format>