-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the streamline-dist project name and fixed the build failure …
…in extracted source tarball
- Loading branch information
1 parent
345e9f8
commit ff0e975
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,8 @@ | |
</parent> | ||
<artifactId>hortonworks-streamline-bin</artifactId> | ||
<packaging>pom</packaging> | ||
<name>Apache Streamline Binary Distribution</name> | ||
<description>Apache Streamline binary distribution</description> | ||
<name>Hortonworks Streamline Binary Distribution</name> | ||
<description>Hortonworks Streamline binary distribution</description> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:hortonworks/streamline</connection> | ||
|
@@ -214,11 +214,7 @@ | |
<doUpdate>false</doUpdate> | ||
<outputDirectory>${project.basedir}</outputDirectory> | ||
<outputName>VERSION</outputName> | ||
<revisiononscmfailure> | ||
<items> | ||
<item>version=${project.version}</item> | ||
</items> | ||
</revisiononscmfailure> | ||
<revisionOnScmFailure>unknown</revisionOnScmFailure> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
|