Skip to content

Commit

Permalink
(WCM-903) Preparing to release Weceem-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julyantonicheva committed Nov 25, 2014
1 parent 514c1b7 commit 9eb0875
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#Tue Nov 05 03:02:45 VET 2013
app.grails.version=2.4.3
app.name=weceem
app.version=1.3-M2
app.version=1.3
6 changes: 3 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ grails.project.dependency.resolution = {
compile 'net.java.dev.textile-j:textile-j:2.2.864'
compile 'xstream:xstream:1.2.1'
runtime "org.apache.ant:ant:1.8.0"
runtime 'org.apache.ant:ant-launcher:1.8.0'
compile 'org.apache.ant:ant-launcher:1.8.0'
test "org.grails:grails-datastore-test-support:1.0-grails-2.4"
}

plugins {
compile ':weceem:1.3-SNAPSHOT'
compile ':weceem:1.3'
// plugins for the build system only
build ':tomcat:7.0.54'
compile ':cache:1.1.8'
Expand All @@ -57,7 +57,7 @@ grails.project.dependency.resolution = {
compile ":taggable:1.1.0"
compile ":mail:1.0.7"

compile ":weceem-spring-security:1.3-SNAPSHOT"
compile ":weceem-spring-security:1.3"
compile ":spring-security-core:2.0-RC4"

}
Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// grails.config.locations << "file:" + System.properties["${appName}.config.location"]
// }

grails.resources.adhoc.excludes = ['/plugins/weceem-1.3-M1']
grails.resources.adhoc.excludes = ['/plugins/weceem-1.3']

grails.mime.file.extensions = false // enables the parsing of file extensions from URLs into the request format
grails.mime.use.accept.header = false
Expand Down

0 comments on commit 9eb0875

Please sign in to comment.