GitHub issue ids don't appear in announcement.vm

Fix for [MCHANGES-361](https://issues.apache.org/jira/browse/MCHANGES-361)

When you generate a github announcement velocity file with default configuration for `announcement.vm`, you get:

```
Fixed Bugs:
o Async initialization of Node and Client are broken after Elasticsearch 2 upgrade

Changes:
o Update to beyonder 2.0.0
o Update to elasticsearch 2.0.0
```

As links and github ids exist, it should be:

```
Fixed Bugs:
o Async initialization of Node and Client are broken after Elasticsearch 2 upgrade  Issue: 74.

Changes:
o Update to beyonder 2.0.0  Issue: 76.
o Update to elasticsearch 2.0.0  Issue: 73.
```

Signed-off-by: Olivier Lamy <olamy@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1710498 13f79535-47bb-0310-9956-ffa450edef68
2 files changed
tree: 3cc5f7c4a459ae013417e0b2e77c6bbf85392ff7
  1. src/
  2. pom.xml