Skip to content

Commit cc7cc77

Browse files
committed
Bumped version to v6.0.3
1 parent 30c101e commit cc7cc77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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/6.0.2/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/6.0.3/jar)
77

88
**azd** library provides a convenient way to manage and interact with **Azure DevOps Services** REST API with ease. This SDK offers a set of APIs and utilities
99
with declarative syntax and provide functionalities to the significant services.
@@ -33,7 +33,7 @@ To download the library and use it in your project, just add below in your pom.x
3333
<dependency>
3434
<groupId>io.github.hkarthik7</groupId>
3535
<artifactId>azd</artifactId>
36-
<version>6.0.2</version>
36+
<version>6.0.3</version>
3737
</dependency>
3838
```
3939

@@ -43,7 +43,7 @@ To download the library and use it in your project, just add below in your pom.x
4343
<dependency>
4444
<groupId>io.github.hkarthik7</groupId>
4545
<artifactId>azd</artifactId>
46-
<version>6.0.2</version>
46+
<version>6.0.3</version>
4747
<classifier>javadoc</classifier>
4848
</dependency>
4949
```
@@ -54,7 +54,7 @@ To download the library and use it in your project, just add below in your pom.x
5454
<dependency>
5555
<groupId>io.github.hkarthik7</groupId>
5656
<artifactId>azd</artifactId>
57-
<version>6.0.2</version>
57+
<version>6.0.3</version>
5858
<classifier>sources</classifier>
5959
</dependency>
6060
```

azd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.hkarthik7</groupId>
88
<artifactId>azd</artifactId>
9-
<version>6.0.2</version>
9+
<version>6.0.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>azd</name>

0 commit comments

Comments
 (0)