Skip to content

Commit fe59573

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5b2c2c4 commit fe59573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>vectorz-clj</artifactId>
4-
<version>0.46.0</version>
4+
<version>0.46.1-SNAPSHOT</version>
55
<description>Fast matrix and vector maths library for Clojure - as a pure JVM core.matrix implementation </description>
66

77
<licenses>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git@github.com:mikera/${project.artifactId}.git</connection>
2424
<url>scm:git:git@github.com:mikera/${project.artifactId}.git</url>
2525
<developerConnection>scm:git:git@github.com:mikera/${project.artifactId}.git</developerConnection>
26-
<tag>vectorz-clj-0.46.0</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828

2929
<parent>

0 commit comments

Comments
 (0)