Skip to content

Commit

Permalink
Remove intermediate POM from servicebus track 1. (#4972)
Browse files Browse the repository at this point in the history
* Remove intermediate POM.

* Fix artifact name.

* Update module reference.
  • Loading branch information
mitchdenny authored Aug 13, 2019
1 parent e9ecda2 commit 5feeefd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 44 deletions.
2 changes: 1 addition & 1 deletion pom.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
<module>./sdk/cosmos</module>
<module>./sdk/eventhubs/pom.data.xml</module>
<module>./sdk/keyvault/pom.data.xml</module>
<module>./sdk/servicebus</module>
<module>./sdk/servicebus/azure-servicebus</module>
<module>./sdk/storage/microsoft-azure-storage-blob</module>
</modules>
</project>
4 changes: 2 additions & 2 deletions sdk/servicebus/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ stages:
parameters:
ServiceDirectory: servicebus
Artifacts:
- name: microsoft-azure-servicebus
safeName: microsoftazureservicebus
- name: azure-servicebus
safeName: azureservicebus
8 changes: 4 additions & 4 deletions sdk/servicebus/microsoft-azure-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<url>https://github.com/Azure/azure-sdk-for-java</url>

<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-parent</artifactId>
<version>2.0.0</version><!-- Need not change for every release -->
<relativePath>../pom.xml</relativePath>
<groupId>com.azure</groupId>
<artifactId>azure-data-sdk-parent</artifactId>
<version>1.1.0</version>
<relativePath>../../../pom.data.xml</relativePath>
</parent>

<distributionManagement>
Expand Down
37 changes: 0 additions & 37 deletions sdk/servicebus/pom.xml

This file was deleted.

0 comments on commit 5feeefd

Please sign in to comment.