Skip to content

Commit d59c458

Browse files
committed
remove maven snapshot install
1 parent 6ff5b42 commit d59c458

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.md

-27
Original file line numberDiff line numberDiff line change
@@ -79,33 +79,6 @@ See [benchmarks](https://github.com/alipay/fury/tree/main/docs/benchmarks) for m
7979

8080
## Installation
8181
### Java
82-
Nightly snapshot:
83-
```xml
84-
<repositories>
85-
<repository>
86-
<id>sonatype</id>
87-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
88-
<releases>
89-
<enabled>false</enabled>
90-
</releases>
91-
<snapshots>
92-
<enabled>true</enabled>
93-
</snapshots>
94-
</repository>
95-
</repositories>
96-
<dependency>
97-
<groupId>org.furyio</groupId>
98-
<artifactId>fury-core</artifactId>
99-
<version>0.1.0-SNAPSHOT</version>
100-
</dependency>
101-
<!-- row/arrow format support -->
102-
<!-- <dependency>
103-
<groupId>org.furyio</groupId>
104-
<artifactId>fury-format</artifactId>
105-
<version>0.1.0-SNAPSHOT</version>
106-
</dependency> -->
107-
```
108-
Release version:
10982
```xml
11083
<dependency>
11184
<groupId>org.furyio</groupId>

0 commit comments

Comments
 (0)