This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 78c8f6a Changes dates in NOTICE.txt and in the future release in
changes.xml, 2019 -> 2020
new 7c5ba74 Merge pull request #67 from kinow/upgrade-dates
78c8f6a is described below
commit 78c8f6a2807cf8deea71fb348aaa967f41c809a6
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Mon Jan 6 21:04:30 2020 +1300
Changes dates in NOTICE.txt and in the future release in changes.xml, 2019
-> 2020
---
NOTICE.txt | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index c373fa9..d4f4d3e 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache Commons Imaging
-Copyright 2007-2019 The Apache Software Foundation
+Copyright 2007-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ee22920..d462ef2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Imaging Release Notes</title>
</properties>
<body>
- <release version="1.0-alpha2" date="2019-??-??" description="Second 1.0
alpha release">
+ <release version="1.0-alpha2" date="2020-??-??" description="Second 1.0
alpha release">
<action issue="IMAGING-163" dev="kinow" type="fix">
Add XmpEmbedabble interface to parsers that support it
</action>