Skip to content

Commit

Permalink
Prepare for release (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Jun 11, 2020
1 parent 6f19b77 commit d81a221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions azure-functions-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ repositories {
mavenLocal()
mavenCentral()
jcenter()
maven {
url 'https://pkgs.dev.azure.com/azure-toolkits/Java/_packaging/azure-toolkits-maven/maven/v1'
name 'azure-toolkits-maven'
}
}
dependencies {
implementation 'commons-io:commons-io:2.6'
Expand All @@ -67,7 +63,7 @@ dependencies {
implementation 'com.github.zafarkhaja:java-semver:0.9.0'
implementation 'com.microsoft.azure:azure:1.33.0'
implementation 'com.microsoft.azure:azure-auth-helper:0.4.0'
implementation 'com.microsoft.azure:azure-tools-common:0.3.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-tools-common:0.3.0'
implementation 'org.fusesource.jansi:jansi:1.18'
testImplementation "junit:junit:4.13"
testImplementation "org.mockito:mockito-core:3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion azure-functions-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.

group = com.microsoft.azure
version = 1.3.0-SNAPSHOT
version = 1.3.0
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit d81a221

Please sign in to comment.