Skip to content

Commit

Permalink
Remove snapshot (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Jun 30, 2020
1 parent bbeed4f commit 9d04e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 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.7'
Expand All @@ -66,8 +62,8 @@ dependencies {
implementation 'com.google.guava:guava:29.0-jre'
implementation 'com.github.zafarkhaja:java-semver:0.9.0'
implementation 'com.microsoft.azure:azure:1.35.0'
implementation 'com.microsoft.azure:azure-auth-helper:0.5.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-tools-common:0.4.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-auth-helper:0.5.1'
implementation 'com.microsoft.azure:azure-tools-common:0.4.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.4.0-SNAPSHOT
version = 1.4.0
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 9d04e67

Please sign in to comment.