Skip to content

Commit

Permalink
Changing version number (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvgopal authored Jan 10, 2018
1 parent 97c6874 commit 91c45b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-servicebus/azure-servicebus.pom
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>1.2.1-PREVIEW</version>
<version>1.2.2-PREVIEW</version>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand Down
2 changes: 1 addition & 1 deletion azure-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-parent</artifactId>
<version>1.2.1-PREVIEW</version>
<version>1.2.2-PREVIEW</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-parent</artifactId>
<version>1.2.1-PREVIEW</version>
<version>1.2.2-PREVIEW</version>
<packaging>pom</packaging>

<url>https://github.com/Azure/azure-service-bus-java</url>
Expand All @@ -13,7 +13,7 @@
<proton-j-version>0.22.0</proton-j-version>
<junit-version>4.12</junit-version>
<slf4j-version>1.8.0-alpha2</slf4j-version>
<client-current-version>1.2.1-PREVIEW</client-current-version>
<client-current-version>1.2.2-PREVIEW</client-current-version>
</properties>

<modules>
Expand Down

0 comments on commit 91c45b4

Please sign in to comment.