Skip to content

Commit

Permalink
Increment package version after release of com.azure azure-core-amqp (#…
Browse files Browse the repository at this point in the history
…7970)

Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
  • Loading branch information
azure-sdk and srnagar authored Feb 6, 2020
1 parent fb13781 commit 67a4b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ com.azure:azure-sdk-parent;1.6.0;1.6.0
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-textanalytics;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core;1.2.0;1.3.0-beta.1
com.azure:azure-core-amqp;1.0.1;1.0.1
com.azure:azure-core-amqp;1.0.1;1.1.0-beta.1
com.azure:azure-core-http-netty;1.2.0;1.3.0-beta.1
com.azure:azure-core-http-okhttp;1.1.0;1.2.0-beta.1
com.azure:azure-core-management;1.0.0-beta.8;1.0.0-beta.8
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
Expand Down

0 comments on commit 67a4b5c

Please sign in to comment.