Skip to content

Commit 0035135

Browse files
committed
- 6.1.0
1 parent a009818 commit 0035135

File tree

6 files changed

+10
-71
lines changed

6 files changed

+10
-71
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>io.github.padreati</groupId>
77
<artifactId>rapaio</artifactId>
88
<packaging>pom</packaging>
9-
<version>6.0.0</version>
9+
<version>6.1.0</version>
1010
<name>rapaio</name>
1111
<description>Rapaio Library</description>
1212
<url>https://github.com/padreati/rapaio</url>

rapaio-code-gen/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>rapaio</artifactId>
77
<groupId>io.github.padreati</groupId>
8-
<version>6.0.0</version>
8+
<version>6.1.0</version>
99
</parent>
1010

1111
<artifactId>rapaio-code-gen</artifactId>
12-
<version>6.0.0</version>
12+
<version>6.1.0</version>
1313
<name>rapaio-code-gen</name>
1414

1515
<build>

rapaio-core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.github.padreati</groupId>
88
<artifactId>rapaio</artifactId>
9-
<version>6.0.0</version>
9+
<version>6.1.0</version>
1010
</parent>
1111
<artifactId>rapaio-core</artifactId>
12-
<version>6.0.0</version>
12+
<version>6.1.0</version>
1313
<name>rapaio-core</name>
1414
<url>https://github.com/padreati/rapaio/tree/master/rapaio-core</url>
1515
<licenses>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.github.padreati</groupId>
2525
<artifactId>rapaio-code-gen</artifactId>
26-
<version>6.0.0</version>
26+
<version>6.1.0</version>
2727
<scope>runtime</scope>
2828
</dependency>
2929
<dependency>

rapaio-experiment/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.padreati</groupId>
66
<artifactId>rapaio</artifactId>
7-
<version>6.0.0</version>
7+
<version>6.1.0</version>
88
</parent>
99
<artifactId>rapaio-experiment</artifactId>
1010
<name>rapaio-experiment</name>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.github.padreati</groupId>
2222
<artifactId>rapaio-core</artifactId>
23-
<version>6.0.0</version>
23+
<version>6.1.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.openjfx</groupId>

rapaio-jmh/dependency-reduced-pom.xml

-61
This file was deleted.

rapaio-jmh/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<parent>
2727
<artifactId>rapaio</artifactId>
2828
<groupId>io.github.padreati</groupId>
29-
<version>6.0.0</version>
29+
<version>6.1.0</version>
3030
</parent>
3131

3232
<artifactId>rapaio-jmh</artifactId>
33-
<version>6.0.0</version>
33+
<version>6.1.0</version>
3434
<packaging>jar</packaging>
3535

3636
<name>rapaio-jmh</name>

0 commit comments

Comments
 (0)