File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >vectorz-clj</artifactId >
4
- <version >0.46.0 </version >
4
+ <version >0.46.1-SNAPSHOT </version >
5
5
<description >Fast matrix and vector maths library for Clojure - as a pure JVM core.matrix implementation </description >
6
6
7
7
<licenses >
23
23
<connection >scm:git:git@github.com:mikera/${project.artifactId} .git</connection >
24
24
<url >scm:git:git@github.com:mikera/${project.artifactId} .git</url >
25
25
<developerConnection >scm:git:git@github.com:mikera/${project.artifactId} .git</developerConnection >
26
- <tag >vectorz-clj-0.46.0 </tag >
26
+ <tag >HEAD </tag >
27
27
</scm >
28
28
29
29
<parent >
You can’t perform that action at this time.
0 commit comments