This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit 4987031f59e66ba6b076b38f52bfce6e177709bb Author: Tatu Saloranta <[email protected]> Date: Fri Apr 26 16:43:55 2013 -0700 Resolved problems wrt LICENSE, Android packaging --- release-notes/VERSION | 8 ++++++-- src/main/resources/{ => META-INF}/LICENSE | 0 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/release-notes/VERSION b/release-notes/VERSION index 9023810..e960171 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -1,12 +1,16 @@ Project: jackson-annotations -Version: 2.2.0 (22-Apr-2013) +Version: 2.2.1 (xx-May-2013) -New minor version, but no changes since 2.1.0. +- Moved LICENSE file under 'META-INF/' in jar ------------------------------------------------------------------------ === History: === ------------------------------------------------------------------------ +2.2.0 (22-Apr-2013) + +New minor version, but no changes since 2.1.0. + 2.1.1 (11-Nov-2012) Fixes: diff --git a/src/main/resources/LICENSE b/src/main/resources/META-INF/LICENSE similarity index 100% rename from src/main/resources/LICENSE rename to src/main/resources/META-INF/LICENSE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

