Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Dec 18, 2020
1 parent 5587f78 commit b8d0f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.5.5
app.name=apollo
app.servlet.version=3.0
app.version=2.6.2
app.version=2.6.3-SNAPSHOT
3 changes: 3 additions & 0 deletions grails-app/controllers/org/bbop/apollo/HomeController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package org.bbop.apollo

import grails.plugins.rest.client.RestBuilder
import grails.plugins.rest.client.RestResponse
import org.apache.shiro.SecurityUtils
import org.apache.shiro.mgt.SecurityManager
import org.apache.shiro.session.mgt.DefaultSessionManager
import org.bbop.apollo.gwt.shared.PermissionEnum
import org.bbop.apollo.report.PerformanceMetric
import org.codehaus.groovy.grails.web.json.JSONObject
Expand Down

0 comments on commit b8d0f5d

Please sign in to comment.