Skip to content

Commit

Permalink
update to release 0.11.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwoodlock committed Apr 5, 2013
1 parent 7b422c9 commit cdef419
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mifosng-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ task dist(type:Zip){
include '*'
into('pentahoReports')
}
from('../api-docs/') {
fileMode = 0755
include '*'
into('api-docs')
}
from jar.outputs.files
from war.outputs.files
}
Expand Down
2 changes: 1 addition & 1 deletion mifosng-provider/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
releaseVersion=0.10.0.BETA.BUILD-SNAPSHOT
releaseVersion=0.11.0.BETA

0 comments on commit cdef419

Please sign in to comment.