Skip to content

Commit

Permalink
Up version and runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Nov 6, 2018
1 parent 91c3db6 commit 934bccb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 42 deletions.
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@
</developer>
</developers>

<repositories>
<repository>
<id>ossrh</id>
<name>Sonatype Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down Expand Up @@ -95,12 +82,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
54 changes: 27 additions & 27 deletions versionConfig.csv
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
com.microsoft.azure,azure,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-appservice,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-batch,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-batchai,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-cdn,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-compute,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-containerinstance,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-containerregistry,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-containerservice,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-cosmosdb,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-dns,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-eventhub,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-graph-rbac,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-keyvault,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-locks,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-monitor,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-msi,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-network,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-redis,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-resources,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-search,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-servicebus,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-sql,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-storage,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-trafficmanager,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-parent,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure-samples,1.16.0,1.16.1-SNAPSHOT
com.microsoft.azure,azure,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-appservice,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-batch,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-batchai,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-cdn,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-compute,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-containerinstance,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-containerregistry,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-containerservice,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-cosmosdb,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-dns,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-eventhub,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-graph-rbac,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-keyvault,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-locks,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-monitor,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-msi,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-network,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-redis,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-resources,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-search,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-servicebus,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-sql,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-storage,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-mgmt-trafficmanager,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-parent,1.17.0,1.17.1-SNAPSHOT
com.microsoft.azure,azure-samples,1.17.0,1.17.1-SNAPSHOT

0 comments on commit 934bccb

Please sign in to comment.