Details
-
Bug
-
Resolution: Fixed
-
normal
-
1.2.0
-
Operating System: All
Platform: All
-
P3
-
Bug
-
16039
-
821
Description
The element copyright-year is written to
<buildmetadata>
...
<copyright-year>2012-2013</copyright-year>
...
</buildmetadata>
instead of
<buildmetadata>
...
<project>
<copyright-year>2012-2013</copyright-year>
</project>
...
</buildmetadata>
due to a copy-paste action.