Skip to content

Commit 433845b

Browse files
committed
Updating version to 2.0preview1
1 parent 71a3135 commit 433845b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azure-servicebus/azure-servicebus.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-servicebus</artifactId>
7-
<version>1.2.5</version>
7+
<version>2.0.0-preview1</version>
88
<licenses>
99
<license>
1010
<name>The MIT License (MIT)</name>

azure-servicebus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.microsoft.azure</groupId>
1111
<artifactId>azure-servicebus-parent</artifactId>
12-
<version>1.2.5</version>
12+
<version>2.0.0-preview1</version>
1313
</parent>
1414

1515
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-servicebus-parent</artifactId>
7-
<version>1.2.5</version>
7+
<version>2.0.0-preview1</version>
88
<packaging>pom</packaging>
99

1010
<url>https://github.com/Azure/azure-service-bus-java</url>
@@ -13,7 +13,7 @@
1313
<proton-j-version>0.22.0</proton-j-version>
1414
<junit-version>4.12</junit-version>
1515
<slf4j-version>1.8.0-alpha2</slf4j-version>
16-
<client-current-version>1.2.5</client-current-version>
16+
<client-current-version>2.0.0-preview1</client-current-version>
1717
</properties>
1818

1919
<modules>

0 commit comments

Comments
 (0)