Skip to content

Commit

Permalink
Changing version to 1.2.9 (#314)
Browse files Browse the repository at this point in the history
Changing version to 1.2.9
  • Loading branch information
yvgopal authored Dec 19, 2018
1 parent 255e327 commit 15f112d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions 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.8</version>
<version>1.2.9</version>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand Down Expand Up @@ -51,13 +51,8 @@
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.22.0</version>
<version>0.31.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.53</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<proton-j-version>0.31.0</proton-j-version>
<junit-version>4.12</junit-version>
<slf4j-version>1.7.0</slf4j-version>
<client-current-version>1.2.9-SNAPSHOT</client-current-version>
<client-current-version>1.2.9</client-current-version>
</properties>

<modules>
Expand Down

0 comments on commit 15f112d

Please sign in to comment.