Skip to content

Commit 72b9bec

Browse files
committed
Release 1.2.1
1 parent 9e1395f commit 72b9bec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Matrices in *JAMU* are internally backed by 1-dimensional Java arrays in column-
3030
<dependency>
3131
<groupId>net.sourceforge.streamsupport</groupId>
3232
<artifactId>jamu</artifactId>
33-
<version>1.2.0</version>
33+
<version>1.2.1</version>
3434
</dependency>
3535
```
3636

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.sourceforge.streamsupport</groupId>
55
<artifactId>jamu</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<name>JAMU</name>
99
<description>Java Matrix Utilities built on top of Intel MKL</description>
1010
<url>https://github.com/stefan-zobel/JAMU/</url>
@@ -63,7 +63,7 @@
6363
<goal>jar</goal>
6464
</goals>
6565
<configuration>
66-
<doclint>none</doclint>
66+
<!--doclint>none</doclint-->
6767
</configuration>
6868
</execution>
6969
</executions>

0 commit comments

Comments
 (0)