0.5.0-201211292305
@@ -1,3 +1,6 @@ | ||
1 | +0.5.0-201211292305 | |
2 | + First stable release. | |
3 | + | |
1 | 4 | 0.0.4-201211152025 |
2 | 5 | Bug fix: Parser: Change mapping: dc:publisher(RDF/RSS1.0) convert to webMaster(RSS 2.0) |
3 | 6 |
@@ -46,9 +46,9 @@ | ||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * Constants of ManjyuRss |
49 | - * | |
49 | + * | |
50 | 50 | * @author Toshiki Iga |
51 | 51 | */ |
52 | -@BlancoConstantsVersion(prefix = "0.0.4-") | |
52 | +@BlancoConstantsVersion(prefix = "0.5.0-") | |
53 | 53 | public abstract class AbstractManjyuRssConstants { |
54 | 54 | } |
@@ -15,7 +15,7 @@ | ||
15 | 15 | * |
16 | 16 | * [@BlancoConstantsVersion] |
17 | 17 | */ |
18 | - public static final String VERSION = "0.0.4-201211152025"; | |
18 | + public static final String VERSION = "0.5.0-201211292305"; | |
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Getter for version constants. |
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project name="manjyu" default="build" basedir="."> |
3 | - <property name="version" value="0.0.4" /> | |
3 | + <property name="version" value="0.5.0" /> | |
4 | 4 | <property name="encoding" value="UTF-8" /> |
5 | 5 | |
6 | 6 | <target name="build" depends="tmp.clean,meta.clean,blanco1g,blanco2g,compile,jar" /> |