Skip to content

Commit 6d7f96e

Browse files
committed
docs: updates
1 parent 88c3fd1 commit 6d7f96e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ This SDK is compatible with [Featurevisor](https://featurevisor.com/) v2.0 proje
5252
- [Releasing](#releasing)
5353
- [License](#license)
5454

55+
<!-- FEATUREVISOR_DOCS_BEGIN -->
56+
5557
## Installation
5658

5759
In your Java application, update `pom.xml` to add the following:
@@ -79,7 +81,7 @@ Add Featurevisor Java SDK as a dependency with your desired version:
7981
<dependency>
8082
<groupId>com.featurevisor</groupId>
8183
<artifactId>featurevisor-java</artifactId>
82-
<version>0.0.6</version>
84+
<version>0.1.0/version>
8385
</dependency>
8486
</dependencies>
8587
```
@@ -793,6 +795,8 @@ Learn more about assessing distribution [here](https://featurevisor.com/docs/cli
793795
$ mvn exec:java -Dexec.mainClass="com.featurevisor.cli.CLI" -Dexec.args="assess-distribution --projectDirectoryPath=/absolute/path/to/your/featurevisor/project --environment=production --feature=foo --variation --context='{\"country\": \"nl\"}' --populateUuid=userId --populateUuid=deviceId --n=1000"
794796
```
795797

798+
<!-- FEATUREVISOR_DOCS_END -->
799+
796800
## Development of this package
797801

798802
### Setting up
@@ -813,7 +817,7 @@ $ mvn test
813817

814818
- Manually create a new release on [GitHub](https://github.com/featurevisor/featurevisor-java/releases)
815819
- Tag it with a prefix of `v`, like `v1.0.0`
816-
- GitHub Actions is set up to automatically notify [Maven Central](https://search.maven.org/) about the new release
820+
- GitHub Actions is set up to automatically publish the package to [GitHub Packages](https://github.com/orgs/featurevisor/packages?repo_name=featurevisor-java)
817821

818822
## License
819823

0 commit comments

Comments
 (0)