Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julyantonicheva committed Jan 21, 2014
1 parent 51656e4 commit d6442d4
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3.4
app.name=weceem
app.version=1.2-SNAPSHOT
app.version=1.2-M1
5 changes: 2 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ grails.project.dependency.resolution = {
}
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
repositories {
mavenLocal grailsSettings.config.jcatalog.mavenLocal
grailsPlugins()
grailsHome()
grailsCentral()
Expand All @@ -34,7 +33,7 @@ grails.project.dependency.resolution = {
}

plugins {
compile ':weceem:1.2.my-SNAPSHOT'
compile ':weceem:1.2-M1'

// plugins for the build system only
build ":tomcat:7.0.47"
Expand All @@ -60,7 +59,7 @@ grails.project.dependency.resolution = {
compile ":taggable:1.0.1"
compile ":mail:1.0.1"

compile ":weceem-spring-security:1.2-SNAPSHOT"
compile ":weceem-spring-security:1.2-M1"
compile ":spring-security-core:1.2.7.3"
}
}

0 comments on commit d6442d4

Please sign in to comment.