Skip to content

Commit 2cda9a2

Browse files
committed
[maven-release-plugin] prepare release v0.24.6
1 parent d4b4497 commit 2cda9a2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

aggregate/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.tablesaw</groupId>
77
<artifactId>tablesaw-parent</artifactId>
8-
<version>0.24.6-SNAPSHOT</version>
8+
<version>0.24.6</version>
99
</parent>
1010

1111
<!--
@@ -51,17 +51,17 @@
5151
<dependency>
5252
<groupId>tech.tablesaw</groupId>
5353
<artifactId>tablesaw-core</artifactId>
54-
<version>0.24.6-SNAPSHOT</version>
54+
<version>0.24.6</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>tech.tablesaw</groupId>
5858
<artifactId>tablesaw-jsplot</artifactId>
59-
<version>0.24.6-SNAPSHOT</version>
59+
<version>0.24.6</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>tech.tablesaw</groupId>
6363
<artifactId>tablesaw-beakerx</artifactId>
64-
<version>0.24.6-SNAPSHOT</version>
64+
<version>0.24.6</version>
6565
</dependency>
6666
</dependencies>
6767
</project>

beakerx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.tablesaw</groupId>
77
<artifactId>tablesaw-parent</artifactId>
8-
<version>0.24.6-SNAPSHOT</version>
8+
<version>0.24.6</version>
99
</parent>
1010

1111
<artifactId>tablesaw-beakerx</artifactId>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>tech.tablesaw</groupId>
6565
<artifactId>tablesaw-core</artifactId>
66-
<version>0.24.6-SNAPSHOT</version>
66+
<version>0.24.6</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.github.twosigma</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.tablesaw</groupId>
77
<artifactId>tablesaw-parent</artifactId>
8-
<version>0.24.6-SNAPSHOT</version>
8+
<version>0.24.6</version>
99
</parent>
1010

1111
<artifactId>tablesaw-core</artifactId>

jsplot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.tablesaw</groupId>
77
<artifactId>tablesaw-parent</artifactId>
8-
<version>0.24.6-SNAPSHOT</version>
8+
<version>0.24.6</version>
99
</parent>
1010

1111
<artifactId>tablesaw-jsplot</artifactId>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>tech.tablesaw</groupId>
6161
<artifactId>tablesaw-core</artifactId>
62-
<version>0.24.6-SNAPSHOT</version>
62+
<version>0.24.6</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>junit</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<groupId>tech.tablesaw</groupId>
66
<artifactId>tablesaw-parent</artifactId>
7-
<version>0.24.6-SNAPSHOT</version>
7+
<version>0.24.6</version>
88
<name>Tablesaw</name>
99
<description>High-performance Java Dataframe</description>
1010
<url>https://github.com/jtablesaw/tablesaw</url>
1111
<scm>
1212
<connection>scm:git:[email protected]:jtablesaw/tablesaw.git</connection>
1313
<developerConnection>scm:git:[email protected]:jtablesaw/tablesaw.git</developerConnection>
1414
<url>[email protected]:jtablesaw/tablesaw.git</url>
15-
<tag>v0.23.4</tag>
15+
<tag>v0.24.6</tag>
1616
</scm>
1717
<licenses>
1818
<license>

0 commit comments

Comments
 (0)