File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments