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 1824304 commit 35f833eCopy full SHA for 35f833e
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>net.amygdalum</groupId>
4
<artifactId>stringsearchalgorithms</artifactId>
5
- <version>0.4.3</version>
+ <version>0.4.4-SNAPSHOT</version>
6
<name>${project.groupId}:${project.artifactId}</name>
7
<url>http://stringsearchalgorithms.amygdalum.net/</url>
8
<licenses>
@@ -23,7 +23,7 @@
23
<connection>scm:git:git@github.com:almondtools/stringsearchalgorithms.git</connection>
24
<developerConnection>scm:git:git@github.com:almondtools/stringsearchalgorithms.git</developerConnection>
25
<url>git@github.com:almondtools/stringsearchalgorithms.git</url>
26
- <tag>stringsearchalgorithms-0.4.3</tag>
+ <tag>HEAD</tag>
27
</scm>
28
<distributionManagement>
29
<snapshotRepository>
0 commit comments