Skip to content

Commit

Permalink
Update .deb filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Jul 7, 2015
1 parent 96b7c30 commit faa64c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/deb/pom.xml
Expand Up @@ -85,7 +85,7 @@
<version>1.4</version>
<configuration>
<!-- By default it should generates target/${artifactId}_${version}.deb but we get elasticsearch_2.0.0~SNAPSHOT_all.deb -->
<deb>${project.build.directory}/releases/${project.artifactId}-${project.version}.deb</deb>
<deb>${project.build.directory}/releases/elasticsearch-${project.version}.deb</deb>
<controlDir>${project.build.directory}/generated-packaging/deb/scripts</controlDir>
</configuration>
<executions>
Expand Down

0 comments on commit faa64c6

Please sign in to comment.