We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053843b commit 87b89c4Copy full SHA for 87b89c4
datatypes/java/README.md
@@ -16,7 +16,7 @@ Dependency Coordinates
16
<dependency>
17
<groupId>dev.feast</groupId>
18
<artifactId>datatypes-java</artifactId>
19
- <version>0.25.0-SNAPSHOT</version>
+ <version>0.25.0</version>
20
</dependency>
21
```
22
pom.xml
@@ -40,7 +40,7 @@
40
</modules>
41
42
<properties>
43
- <revision>0.25.0-SNAPSHOT</revision>
+ <revision>0.25.0</revision>
44
<github.url>https://github.com/feast-dev/feast</github.url>
45
46
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments