Skip to content

Commit 31fc6be

Browse files
committed
Update Sonar Key + Fix docs for build version
1 parent 9561739 commit 31fc6be

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Mustang uses an inverted list data structure adapted from ranked information ret
3535
<dependency>
3636
<groupId>com.phonepe</groupId>
3737
<artifactId>mustang-core</artifactId>
38-
<version>3.0.1</version>
38+
<version>${mustang.version}</version>
3939
</dependency>
4040
```
4141

@@ -45,10 +45,12 @@ Mustang uses an inverted list data structure adapted from ranked information ret
4545
<dependency>
4646
<groupId>com.phonepe</groupId>
4747
<artifactId>mustang-dw-bundle</artifactId>
48-
<version>3.0.1</version>
48+
<version>${mustang.version}</version>
4949
</dependency>
5050
```
5151

52+
> **Note:** Find the latest version on [Maven Central](https://search.maven.org/artifact/com.phonepe/mustang).
53+
5254
---
5355

5456
## Overview

docs/docs/dropwizard.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
<dependency>
1111
<groupId>com.phonepe</groupId>
1212
<artifactId>mustang-dw-bundle</artifactId>
13-
<version>3.0.1</version>
13+
<version>${mustang.version}</version>
1414
</dependency>
1515
```
1616

17+
> **Note:** Find the latest version on [Maven Central](https://search.maven.org/artifact/com.phonepe/mustang-dw-bundle).
18+
1719
---
1820

1921
## Registration

docs/docs/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide takes you from zero to a running index and search in about 5 minutes.
1919
<dependency>
2020
<groupId>com.phonepe</groupId>
2121
<artifactId>mustang-core</artifactId>
22-
<version>3.0.1</version>
22+
<version>${mustang.version}</version>
2323
</dependency>
2424
```
2525

@@ -29,12 +29,14 @@ This guide takes you from zero to a running index and search in about 5 minutes.
2929
<dependency>
3030
<groupId>com.phonepe</groupId>
3131
<artifactId>mustang-dw-bundle</artifactId>
32-
<version>3.0.1</version>
32+
<version>${mustang.version}</version>
3333
</dependency>
3434
```
3535

3636
The DW bundle transitively includes `mustang-core`.
3737

38+
> **Note:** Find the latest version on [Maven Central](https://search.maven.org/artifact/com.phonepe/mustang).
39+
3840
---
3941

4042
## 2. Create the engine

pom.xml

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

125125
<!-- Sonar / JaCoCo -->
126126
<jacoco.maven.plugin.version>0.8.7</jacoco.maven.plugin.version>
127-
<sonar.projectKey>PhonePe_Mustang</sonar.projectKey>
127+
<sonar.projectKey>PhonePe_mustang</sonar.projectKey>
128128
<sonar.organization>phonepe</sonar.organization>
129129
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
130130
<sonar.sources>src/main</sonar.sources>

0 commit comments

Comments
 (0)