Skip to content

Commit 36a75e6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7c34364 commit 36a75e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.sourceforge.parallelcolt</groupId>
44
<artifactId>parallelcolt</artifactId>
5-
<version>0.11.4</version>
5+
<version>0.11.5-SNAPSHOT</version>
66
<name>ParallelColt</name>
77
<description>Parallel Colt is a multithreaded version of Colt - a library for high performance scientific computing in Java. It contains efficient algorithms for data analysis, linear algebra, multi-dimensional arrays, Fourier transforms, statistics and histogramming.</description>
88
<url>http://sourceforge.net/projects/parallelcolt/</url>
@@ -29,7 +29,7 @@
2929
<url>git@github.com:rwl/ParallelColt.git</url>
3030
<connection>scm:git:git@github.com:rwl/ParallelColt.git</connection>
3131
<developerConnection>scm:git:git@github.com:rwl/ParallelColt.git</developerConnection>
32-
<tag>parallelcolt-0.11.4</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<developers>

0 commit comments

Comments
 (0)