File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >net.amygdalum</groupId >
6
4
<artifactId >stringsearchalgorithms</artifactId >
7
- <version >0.3.21-SNAPSHOT </version >
5
+ <version >0.4.0 </version >
8
6
<name >${project.groupId} :${project.artifactId} </name >
9
7
<url >http://stringsearchalgorithms.amygdalum.net/</url >
10
8
<licenses >
25
23
<connection >scm:git:git@github.com:almondtools/stringsearchalgorithms.git</connection >
26
24
<developerConnection >scm:git:git@github.com:almondtools/stringsearchalgorithms.git</developerConnection >
27
25
<url >git@github.com:almondtools/stringsearchalgorithms.git</url >
28
- <tag >HEAD </tag >
26
+ <tag >stringsearchalgorithms-0.4.0 </tag >
29
27
</scm >
30
28
<distributionManagement >
31
29
<snapshotRepository >
You can’t perform that action at this time.
0 commit comments