diff options
Diffstat (limited to 'stamper/stmp-itext')
-rw-r--r-- | stamper/stmp-itext/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stamper/stmp-itext/build.gradle b/stamper/stmp-itext/build.gradle index b3c8d719..b16de2d0 100644 --- a/stamper/stmp-itext/build.gradle +++ b/stamper/stmp-itext/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' jar { manifest { - attributes 'Implementation-Title': 'PDF-AS Stamper with itext', 'Implementation-Version': version + attributes 'Implementation-Title': 'PDF-AS Stamper with itext' } } |