Changed project version number. Fixed javadoc build target.

This commit is contained in:
David Webb
2013-11-26 09:54:05 -05:00
parent 67ebfa42e1
commit ec1487d811
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ targetCompatibility = 1.6
javadoc {
ext.srcDir = file("${projectDir}/src/main/doc")
ext.destinationDir = file("${buildDir}/api")
ext.destinationDir = file("${buildDir}/docs/javadoc")
ext.tmpDir = file("${buildDir}/api-work")
configure(options) {

View File

@@ -23,4 +23,4 @@ nettyVersion = 3.6.2.Final
# --------------------
# Project wide version
# --------------------
version=2.0.0.BUILD-SNAPSHOT
version=1.2.0.BUILD-SNAPSHOT