Skip to content

Commit 2fda439

Browse files
committed
1.4.1
1 parent d591956 commit 2fda439

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.4.0</version>
33+
<version>1.4.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.4.1-SNAPSHOT</version>
7+
<version>1.4.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>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-source-plugin</artifactId>
74-
<version>3.0.1</version>
74+
<version>3.2.1</version>
7575
<executions>
7676
<execution>
7777
<id>attach-sources</id>

0 commit comments

Comments
 (0)