Skip to content

Commit

Permalink
use human readable version
Browse files Browse the repository at this point in the history
  • Loading branch information
janotav committed Dec 14, 2013
1 parent 2c9d674 commit d2e7a53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions ali-plugin-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@
<tasks>
<replace file="${project.build.outputDirectory}/META-INF/plugin.xml"
token="@{idea.build}" value="${idea.build}"/>
<replace file="${project.build.outputDirectory}/META-INF/plugin.xml"
token="@{ali.buildNumber}" value="${buildNumber}"/>
<replace file="${project.build.outputDirectory}/META-INF/plugin.xml"
token="@{ali.sourceRevision}" value="${sourceRevision}"/>
</tasks>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions ali-plugin-main/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<id>com.hp.alm.ali</id>
<name>HP ALI</name>
<description>Application Lifecycle Intelligence for HP ALM</description>
<version>3.7.@{idea.build}.@{ali.buildNumber}</version>
<version>3.7.@{idea.build}</version>
<vendor logo="/ali_icon.png" url="https://hpln.hp.com/group/application-lifecycle-intelligence">HP</vendor>

<idea-version since-build="@{idea.build}"/>

<change-notes>
<![CDATA[
<h3>Changes in @{ali.sourceRevision}</h3>
<h3>Changes in 3.7</h3>
<ul>
<li>Switching to the public codebase</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
<arg value="package"/>
<arg value="-Didea.build=${IDEA_BUILD}"/>
<arg value="-Didea.version=${IDEA_VERSION}"/>
<!-- in regular build following values are provided by CI -->
<arg value="-DsourceRevision=latest"/>
<arg value="-DbuildNumber=999999"/>
<!-- needed for test execution -->
<arg value="-Didea.home.path=${IDEA_HOME}"/>
<arg value="-Didea.platform.prefix=Idea"/>
Expand Down

0 comments on commit d2e7a53

Please sign in to comment.