Skip to content

Commit

Permalink
(WCM-908) Preparing to release 1.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
julyantonicheva committed Apr 23, 2015
1 parent 0d76c47 commit 1209a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4
app.name=weceem
app.version=1.4-SNAPSHOT
app.version=1.4
4 changes: 2 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ grails.project.dependency.resolution = {
}

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

compile ":weceem-spring-security:1.3"
compile ":weceem-spring-security:1.4"
compile ":spring-security-core:2.0-RC4"
}
}

0 comments on commit 1209a10

Please sign in to comment.