You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:26:01 UTC

[sling-launchpad-debian] 05/15: SLING-4517 Add Jenkins build number as a part of the file name

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-launchpad-debian.git

commit 02f1f36c057bda25a3fafad28705b062837626fd
Author: tomekr <to...@unknown>
AuthorDate: Tue Mar 31 19:58:00 2015 +0000

    SLING-4517 Add Jenkins build number as a part of the file name
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1670458 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index aae864a..2f0fc74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,6 @@ under the License.
             jdeb plugin version for debian package
         -->
         <jdeb.version>1.4</jdeb.version>
-        <launchpad.artifact>org.apache.sling.launchpad</launchpad.artifact>
-        <launchpad.version>8-SNAPSHOT</launchpad.version>
-        <launchpad.classifier>standalone</launchpad.classifier>
         <slingInstallDir>/opt/sling</slingInstallDir>
         <slingConfigDir>/etc/sling</slingConfigDir>
         <slingS3Dir>${basedir/../../sling-s3}</slingS3Dir>
@@ -137,6 +134,8 @@ under the License.
                         </goals>
                         <configuration>
                             <classifier>all</classifier>
+                            <snapshotExpand>true</snapshotExpand>
+                            <snapshotEnv>BUILD_NUMBER</snapshotEnv>
                             <dataSet>
                                 <!-- etc/{default,logrotate.d}/sling - conf files -->
                                 <data>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.