33[ ![ Build Status] ( https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_apis/build/status/hkarthik7.azure-devops-java-sdk?branchName=main )] ( https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_build/latest?definitionId=8&branchName=main )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/hkarthik7/azure-devops-java-sdk/blob/main/LICENSE )
55[ ![ Documentation Status] ( https://readthedocs.org/projects/azure-devops-java-sdk-docs/badge/?version=latest )] ( https://azure-devops-java-sdk-docs.readthedocs.io/en/latest/?badge=latest )
6- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg )] ( https://search.maven.org/artifact/io.github.hkarthik7/azd/5.0.12 /jar )
6+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg )] ( https://search.maven.org/artifact/io.github.hkarthik7/azd/5.0.13 /jar )
77
88# Please check the announcement to know what is new in version 6.0 and read about breaking changes.
99
@@ -31,15 +31,15 @@ To download the library and use it in your project, just add below in your pom.x
3131<dependency >
3232 <groupId >io.github.hkarthik7</groupId >
3333 <artifactId >azd</artifactId >
34- <version >5.0.12 </version >
34+ <version >5.0.13 </version >
3535</dependency >
3636```
3737** Java docs**
3838``` xml
3939<dependency >
4040 <groupId >io.github.hkarthik7</groupId >
4141 <artifactId >azd</artifactId >
42- <version >5.0.12 </version >
42+ <version >5.0.13 </version >
4343 <classifier >javadoc</classifier >
4444</dependency >
4545```
@@ -49,7 +49,7 @@ To download the library and use it in your project, just add below in your pom.x
4949<dependency >
5050 <groupId >io.github.hkarthik7</groupId >
5151 <artifactId >azd</artifactId >
52- <version >5.0.12 </version >
52+ <version >5.0.13 </version >
5353 <classifier >sources</classifier >
5454</dependency >
5555```
0 commit comments