Skip to content

Commit

Permalink
(WCM-899) Prepared to release 1.3-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
julyantonicheva committed Oct 30, 2014
1 parent 6209065 commit c830696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-M1
app.version=1.3-M2
6 changes: 3 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ grails.project.dependency.resolution = {
}

plugins {
compile ':weceem:1.3-SNAPSHOT'
compile ':weceem:1.3-M2'
// plugins for the build system only
build ':tomcat:7.0.54'
compile ':cache:1.1.7'
compile ':cache:1.1.8'
compile ':scaffolding:2.1.2'

// plugins needed at runtime but not for compilation
Expand All @@ -60,7 +60,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-M2"
compile ":spring-security-core:2.0-RC4"

}
Expand Down

0 comments on commit c830696

Please sign in to comment.