Skip to content

Commit d1099ba

Browse files
committed
0.10.6 - Fixed version number and dependency names.
1 parent d2efb99 commit d1099ba

5 files changed

+12
-6
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44

55

66
--------
7-
###[0.10.5](N/A) - 2016-08-21
7+
###[0.10.6](N/A) - 2016-08-27
8+
####Changed
9+
* Fixed version numbers and jackson-* dependency names in package-lib.json
10+
11+
12+
--------
13+
###[0.10.5](https://github.com/TeamworkGuy2/JParserTools/commit/d2efb99774df457392525dbdf4341c438fb20160) - 2016-08-21
814
####Changed
915
* Added JCollectionBuilders and JTuples dependencies
1016
* Updated jcollection-util to latest 0.7.x version (removed twg2.collections.builder and twg2.collections.tuple)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ParserToolsTmp
22
==============
3-
version: 0.10.4
3+
version: 0.10.6
44

55
In progress C#/Java/TypeScript parser tools built atop [JTextParser] (https://github.com/TeamworkGuy2/JTextParser), [Jackson] (https://github.com/FasterXML/jackson-core/) (core, databind, annotations) and half a dozen other utility libraries.
66

bin/jparser_tools-with-tests.jar

96 Bytes
Binary file not shown.

bin/jparser_tools.jar

0 Bytes
Binary file not shown.

package-lib.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version" : "0.10.4",
2+
"version" : "0.10.6",
33
"name" : "jparser-tools",
44
"description" : "An in-progress suite of parsing tools for C#, Java, and TypeScript source code",
55
"homepage" : "https://github.com/TeamworkGuy2/JFileIo",
66
"license" : "MIT",
77
"main" : "./bin/jparser_tools.jar",
88
"dependencies" : {
99
"data-transfer": "*",
10-
"jackson": "*",
11-
"jackson": "*",
12-
"jackson": "*",
10+
"jackson-annotations": "~2.5.0",
11+
"jackson-core": "~2.5.0",
12+
"jackson-databind": "~2.5.0",
1313
"jarray-util": "*",
1414
"jcollection-util": "*",
1515
"jdata-util": "*",

0 commit comments

Comments
 (0)