File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Matrices in *JAMU* are internally backed by 1-dimensional Java arrays in column-
30
30
<dependency >
31
31
<groupId >net.sourceforge.streamsupport</groupId >
32
32
<artifactId >jamu</artifactId >
33
- <version >1.2.0 </version >
33
+ <version >1.2.1 </version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change 4
4
<groupId >net.sourceforge.streamsupport</groupId >
5
5
<artifactId >jamu</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.2.1-SNAPSHOT </version >
7
+ <version >1.2.1</version >
8
8
<name >JAMU</name >
9
9
<description >Java Matrix Utilities built on top of Intel MKL</description >
10
10
<url >https://github.com/stefan-zobel/JAMU/</url >
63
63
<goal >jar</goal >
64
64
</goals >
65
65
<configuration >
66
- <doclint >none</doclint >
66
+ <!-- doclint>none</doclint-- >
67
67
</configuration >
68
68
</execution >
69
69
</executions >
You can’t perform that action at this time.
0 commit comments