Skip to content

Commit

Permalink
0.1.2 - Updated dependency path and compiled jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamworkGuy2 committed Sep 12, 2016
1 parent a00ca2e commit d293f99
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jackson/jar/jackson-core-2.5.0.jar"/>
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jackson/jar/jackson-databind-2.5.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jfunc/jar/jfunc.jar" sourcepath="/JFunc"/>
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jfunc/bin/jfunc.jar" sourcepath="/JFunc"/>
<classpathentry kind="output" path="bin"/>
</classpath>
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/


--------
###[0.1.1](N/A) - 2016-08-07
####Added
###[0.1.2](N/A) - 2016-09-11
#### Changed
* Updated dependency path and compiled jar path


--------
###[0.1.1](https://github.com/TeamworkGuy2/JsonIo/commit/a00ca2ef22f19eba170a6532166da0190c895977) - 2016-08-07
#### Added
* JsonTreeExtractor class
* Started including compiled .jar file in bin directory

####Changed
#### Changed
* Changed versions.md to CHANGELOG.md format, see http://keepachangelog.com/
* Moved test file to new test directory


--------
###[0.1.0](https://github.com/TeamworkGuy2/JsonIo/commit/e3f67122b64b4906f5db9a81d502979a3c627191) - 2016-02-25
####Added
#### Added
* Versioning of existing code. Simple helpers for reading and writing Jackson JSON parsers/serializers
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
JsonIo
==============
version: 0.1.0
version: 0.1.2

Simple static and instance classes for easy Jackson (https://github.com/FasterXML) serialization/deserialization. Includes ObjectMapper wrapper 'JsonInst' and ObjectMapper builder 'JsonBuilder'.

Expand Down
Binary file added bin/json_io-with-tests.jar
Binary file not shown.
Binary file modified bin/json_io.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lib.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version" : "0.1.1",
"version" : "0.1.2",
"name" : "json-io",
"description" : "Jackson JSON I/O helper classes. As simple as Json.stringify(obj, System.out) and Json.parse(str, MyObject.class)",
"homepage" : "https://github.com/TeamworkGuy2/JsonIo",
"license" : "MIT",
"main" : "./jar/json_io.jar",
"main" : "./bin/json_io.jar",
"dependencies" : {
"jackson-annotations": "~2.5.0",
"jackson-core": "~2.5.0",
Expand Down

0 comments on commit d293f99

Please sign in to comment.