1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-05-30 21:06:04 +02:00

clean up for 0.2 release

This commit is contained in:
lewis.mcgibbney@gmail.com 2013-01-30 04:12:34 +00:00
parent 6e7ee690d2
commit 1fca6c714f
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Crawler-Commons Change Log
Release 0.2
- Move to pure Maven for CC build lifecycle (lewismc)
- Move Javadoc out of core code (lewismc)
- Substantiate Javadoc (lewismc)
- Review default.properties (lewismc)
- add HTTP status code & reason to FetchedResult (Fuad Efendi via kkrugler)

View File

@ -8,7 +8,7 @@
<name>Crawler-commons</name>
<packaging>jar</packaging>
<!-- Must be kept in sync with "version" value in build.properties -->
<version>0.2</version>
<version>0.2-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>