microsoft / commercial-marketplace-client-java

The Microsoft commercial marketplace SaaS offer billing SDK enables Partners and Startups to build the requirements for the implementation of transactable SaaS offers for both the AppSource and Azure Marketplaces.
MIT License
5 stars 23 forks source link

Update the version number in pom file to 1.3.0 #37

Open nigelthomas-mozanta opened 1 year ago

nigelthomas-mozanta commented 1 year ago

The version number in the pom.xml file (https://github.com/microsoft/commercial-marketplace-client-java/blob/main/sdk/pom.xml) is still <version>1.2.0.${sha}</version> .

The version in the pom.xml was updated during the v1.2.0 release on Feb 18, 2022.

Similarly after the v1.3.0 release on Aug 12, 2022 also the version should have been updated, but it is not updated.

Please update to the latest version in the pom file.

vishalsingh2972 commented 1 year ago

@scseely can you check this and see if any changes are required. P.S I see no change in pom.xml for source code (zip) of v1.2.0 and v1.3.0, both are identical! @tiffwchen