We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279e184 commit b67324dCopy full SHA for b67324d
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.carschno</groupId>
6
<artifactId>jfasttext</artifactId>
7
- <version>0.9.1</version>
+ <version>0.9.2-SNAPSHOT</version>
8
<name>Java interface for fastText</name>
9
<description>
10
JFastText is a Java interface for fastText, a library for efficient learning of
@@ -44,7 +44,7 @@
44
<connection>scm:git:https://github.com/carschno/JFastText.git</connection>
45
<developerConnection>scm:git:git@github.com:carschno/JFastText.git</developerConnection>
46
<url>https://github.com/carschno/JFastText</url>
47
- <tag>jfasttext-0.9.1</tag>
+ <tag>HEAD</tag>
48
</scm>
49
50
<properties>
0 commit comments