Author: tomekr
Date: Tue Mar 31 19:58:00 2015
New Revision: 1670458
URL: http://svn.apache.org/r1670458
Log:
SLING-4517 Add Jenkins build number as a part of the file name
Modified:
sling/trunk/contrib/launchpad/debian/pom.xml
Modified: sling/trunk/contrib/launchpad/debian/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/debian/pom.xml?rev=1670458&r1=1670457&r2=1670458&view=diff
==============================================================================
--- sling/trunk/contrib/launchpad/debian/pom.xml (original)
+++ sling/trunk/contrib/launchpad/debian/pom.xml Tue Mar 31 19:58:00 2015
@@ -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>
|