Skip to content

Commit

Permalink
v1.3.2 released, camel upgraded to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsen A. Gutsal committed Mar 26, 2014
1 parent 90604ca commit f730a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RoutingGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.springframework.beans.factory.config.MethodInvokingFactoryBean
import javax.activation.DataHandler

class RoutingGrailsPlugin {
def version = '1.3.1'
def version = '1.3.2'
def grailsVersion = '2.0.0 > *'
def loadAfter = ['controllers', 'services']
def artefacts = [new RouteArtefactHandler()]
Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grails.project.work.dir = 'target'

def camelVersion = '2.12.3'
def camelVersion = '2.13.0'

grails.project.fork = [

Expand Down

0 comments on commit f730a76

Please sign in to comment.