Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Torres committed Dec 4, 2014
1 parent 5a46b66 commit afce6f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ allprojects {

apply plugin: 'idea'
group = 'com.microsoft.services'
version = '0.10.0'
version = '0.10.1'
}
5 changes: 0 additions & 5 deletions sdk/file-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@ dependencies {
compile project(':odata-engine-core')
}

ext {
PUBLISH_VERSION = '0.10.0'
PUBLISH_GROUP_ID = 'com.microsoft.services'
}

apply from :'../java-libraries.gradle'
2 changes: 1 addition & 1 deletion sdk/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':list-services', ':odata-engine-unit-tests',
include ':list-services',
':outlook-services',
':file-services',
':directory-services',
Expand Down

0 comments on commit afce6f1

Please sign in to comment.