srikanthtalasila / ez-vcard

Automatically exported from code.google.com/p/ez-vcard
0 stars 0 forks source link

Ezvcard.VERSION contains unparsed value #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new empty test project, import ez-vcard/0.9.1
2. Use this code:

public static void main(String[] args) {
    System.out.println(Ezvcard.VERSION);
}

What is the expected output?
"0.9.1"

What is the actual output?
"${version}"

What version of ez-vcard are you using?
0.9.1

What version of Java are you using?
* OpenJDK 1.7.0
* Android 4.0+ (Java 6)

Please provide any additional information below.
PRODID generated by Ezvcard also contains the "${version}" value.

Original issue reported on code.google.com by i...@bitfire.at on 25 Jan 2014 at 12:04

GoogleCodeExporter commented 9 years ago
Thanks for reporting this.  Something must have gone wrong during the build 
process.  I'll double check this before I release the next version.

Original comment by mike.angstadt on 3 Feb 2014 at 3:43

GoogleCodeExporter commented 9 years ago
Turned out to be an issue with how the "maven-bundle-plugin" plugin (added in 
the previous version) filters files.  Fixed in r855, thanks again

Original comment by mike.angstadt on 4 Feb 2014 at 8:59