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

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/4e7f32ec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/4e7f32ec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/4e7f32ec

Branch: refs/heads/develop
Commit: 4e7f32eca5d44100f7102ae2fccd966424c69829
Parents: ede4ab6
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Tue Oct 31 12:47:53 2017 -0400
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Tue Oct 31 12:47:53 2017 -0400

----------------------------------------------------------------------
 pom.xml         | 4 ++--
 samples/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/4e7f32ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 819c6d5..362aba5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.5.3</version>
           <configuration>
-            <finalName>apache-edgent-incubating-${project.version}</finalName>
+            <finalName>apache-edgent-${project.version}-incubating</finalName>
           </configuration>
         </plugin>
 
@@ -792,7 +792,7 @@
                     <descriptor>src/assembly/source-release.xml</descriptor>
                   </descriptors>
                   <tarLongFileMode>gnu</tarLongFileMode>
-                  
<finalName>apache-edgent-incubating-${project.version}</finalName>
+                  
<finalName>apache-edgent-${project.version}-incubating</finalName>
                 </configuration>
               </execution>
             </executions>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/4e7f32ec/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index ecee16e..98b1b4e 100644
--- a/samples/pom.xml
+++ b/samples/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>

Reply via email to