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

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


The following commit(s) were added to refs/heads/master by this push:
     new 288471f  use ${project.version}
288471f is described below

commit 288471f0983088698846eacc8f26a230a76c2f81
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Dec 25 18:24:15 2017 +0100

    use ${project.version}
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d4a5aab..1e24b9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
                             <goal>jdeb</goal>
                         </goals>
                         <configuration>
-                            
<deb>${project.build.directory}/${debArtifactName}_${version}.deb</deb>
+                            
<deb>${project.build.directory}/${debArtifactName}_${project.version}.deb</deb>
                             <installDir>/opt/${debArtifactName}</installDir>
                             <snapshotExpand>true</snapshotExpand>
                             <snapshotEnv>BUILD_NUMBER</snapshotEnv>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to