Skip to content

Commit

Permalink
Updating POM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaubensee committed Apr 4, 2017
1 parent 34cdcaf commit 6af6eb8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions azure-servicebus-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-PREVIEW</version>
</parent>
<build>
<plugins>
Expand All @@ -27,12 +27,19 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>${client-current-version}</version>
<version>1.0.0-PREVIEW</version>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.13.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>commicrosoftazure-1653</id>
<name>commicrosoftazure-1653</name>
<url>https://oss.sonatype.org/content/repositories/commicrosoftazure-1653/content/</url>
</repository>
</repositories>
</project>
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>0.1.0-SNAPSHOT</version>
<version>1.0.0-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,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0-PREVIEW</version>
<packaging>pom</packaging>

<url>https://github.com/Azure/azure-service-bus-java</url>

<properties>
<proton-j-version>0.13.1</proton-j-version>
<junit-version>4.12</junit-version>
<client-current-version>0.1.0-SNAPSHOT</client-current-version>
<client-current-version>1.0.0-PREVIEW</client-current-version>
</properties>

<modules>
Expand Down

0 comments on commit 6af6eb8

Please sign in to comment.