Skip to content

Commit

Permalink
Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 30, 2014
1 parent 4083125 commit 6d376a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release-notes/VERSION
@@ -1,10 +1,11 @@
Project: StaxMate
Version: 2.2.1 (xx-xxx-2013)
Version: 2.2.1 (30-Aug-2013)

Changes:

#6: Change stax-api dependency to use standard Maven artifact, scope
"provided" (since JDK 1.6 has it already; and Stax impl must import too)
#7: Add License (BSD 2) file under 'src/main/resource/META-INF', also included in jar.

------------------------------------------------------------------------
== History: ==
Expand All @@ -16,7 +17,7 @@ Changes:
getElemBinaryValue()
#3: Allow writing binary data using SMOutputContainer.addValue(byte[]),
SMOutputElement.addAttribute(String, byte[])

- Move project to Github, as https://github.com/FasterXML/StaxMate/

2.1.0 (06-Oct-2012)

Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/LICENSE
@@ -0,0 +1,7 @@
This copy of Java ClassMate library is licensed under BSD 2 License ("the License").
See the License for details about distribution rights, and the specific rights regarding derivate works.

You may obtain a copy of the License at:

http://www.opensource.org/licenses/bsd-license.php

2 changes: 2 additions & 0 deletions src/main/resources/META-INF/NOTICE
@@ -0,0 +1,2 @@
StaxMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi)

0 comments on commit 6d376a2

Please sign in to comment.