Skip to content

Commit

Permalink
Changed the streamline-dist project name and fixed the build failure …
Browse files Browse the repository at this point in the history
…in extracted source tarball
  • Loading branch information
arunmahadevan committed Jan 31, 2018
1 parent 345e9f8 commit ff0e975
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions streamline-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit ff0e975

Please sign in to comment.