Skip to content

Commit

Permalink
Bumped version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkarthik7 committed Aug 3, 2022
1 parent c780a6d commit 2adf410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![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)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hkarthik7/azure-devops-java-sdk/blob/main/LICENSE)
[![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)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg)](https://search.maven.org/artifact/io.github.hkarthik7/azd/4.0.0/jar)
[![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.0/jar)

**azd** library helps to manage **Azure DevOps** REST API with ease. This provides functionality to the significant services
in **Azure DevOps** and manage in granular level.
Expand All @@ -26,15 +26,15 @@ To download the library and use it in your project, just add below in your pom.x
<dependency>
<groupId>io.github.hkarthik7</groupId>
<artifactId>azd</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
</dependency>
```
**Java docs**
```xml
<dependency>
<groupId>io.github.hkarthik7</groupId>
<artifactId>azd</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
<classifier>javadoc</classifier>
</dependency>
```
Expand All @@ -44,7 +44,7 @@ To download the library and use it in your project, just add below in your pom.x
<dependency>
<groupId>io.github.hkarthik7</groupId>
<artifactId>azd</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
<classifier>sources</classifier>
</dependency>
```
Expand Down

0 comments on commit 2adf410

Please sign in to comment.