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.4.0 </version >
33
+ <version >1.4.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.4.1-SNAPSHOT </version >
7
+ <version >1.4.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 >
71
71
<plugin >
72
72
<groupId >org.apache.maven.plugins</groupId >
73
73
<artifactId >maven-source-plugin</artifactId >
74
- <version >3.0 .1</version >
74
+ <version >3.2 .1</version >
75
75
<executions >
76
76
<execution >
77
77
<id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments