Skip to content

Commit

Permalink
Merge pull request zanata#403 from zanata/gitDescribe
Browse files Browse the repository at this point in the history
Add gitDescribe to zanata war manifest
  • Loading branch information
djansen-redhat committed Mar 26, 2014
2 parents 2b5a5af + cf45e0f commit b5a6257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>zanata-parent</artifactId>
<version>17</version>
<version>18-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
</manifest>
<manifestEntries>
<Implementation-Build>${maven.build.timestamp}</Implementation-Build>
<SCM-Changeset>${changeSet}</SCM-Changeset>
<SCM-Describe>${gitDescribe}</SCM-Describe>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit b5a6257

Please sign in to comment.