1.0.0.RC1 Release
This commit is contained in:
@@ -27,7 +27,10 @@ imgSpec = copySpec {
|
||||
from("$projectDir/src/reference/resources") {
|
||||
include "css/**/*"
|
||||
}
|
||||
}
|
||||
from("$buildDir/docs") {
|
||||
include '*.pdf'
|
||||
}
|
||||
}
|
||||
|
||||
into ('reference/images') {
|
||||
from (imagesDir)
|
||||
@@ -38,6 +41,7 @@ refSpec = copySpec {
|
||||
into ('reference') {
|
||||
from("$buildDir/docs") {
|
||||
exclude '*.fo'
|
||||
exclude '*.pdf'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,4 +28,4 @@ rjc.range = "[0.6.4, 0.6.4]"
|
||||
# --------------------
|
||||
# Project wide version
|
||||
# --------------------
|
||||
springDataRedisVersion=1.0.0.BUILD-SNAPSHOT
|
||||
springDataRedisVersion=1.0.0.RC1
|
||||
Reference in New Issue
Block a user