Skip to content

Commit d8fa7da

Browse files
dfa1claude
andcommitted
docs: update coordinates to vortex-reader 0.3.0
README and tutorial now reference the renamed artifact IDs and the latest released version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4db8075 commit d8fa7da

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vortex-java
22

33
[![CI](https://github.com/dfa1/vortex-java/actions/workflows/ci.yml/badge.svg)](https://github.com/dfa1/vortex-java/actions)
4-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.dfa1.vortex/reader.svg)](https://central.sonatype.com/artifact/io.github.dfa1.vortex/reader)
4+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.dfa1.vortex/vortex-reader.svg)](https://central.sonatype.com/artifact/io.github.dfa1.vortex/vortex-reader)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/Apache-2.0)
66

77
> **Alpha** — not production-ready. APIs will change without notice.
@@ -27,7 +27,7 @@ for zero-copy memory-mapped reads.
2727
<dependency>
2828
<groupId>io.github.dfa1.vortex</groupId>
2929
<artifactId>vortex-reader</artifactId>
30-
<version>0.2.0</version>
30+
<version>0.3.0</version>
3131
</dependency>
3232
```
3333

docs/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Add the dependency to `pom.xml` (inside `<dependencies>`):
2424

2525
```xml
2626
<dependency>
27-
<groupId>io.github.dfa1</groupId>
28-
<artifactId>vortex-java</artifactId>
29-
<version>0.1.0-SNAPSHOT</version>
27+
<groupId>io.github.dfa1.vortex</groupId>
28+
<artifactId>vortex-reader</artifactId>
29+
<version>0.3.0</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)