Skip to content

Commit 8244581

Browse files
committed
[maven-release-plugin] prepare release v0.38.3
1 parent aedd7dd commit 8244581

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

aggregate/pom.xml

Lines changed: 8 additions & 8 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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-aggregate</artifactId>
@@ -16,37 +16,37 @@
1616
<dependency>
1717
<groupId>tech.tablesaw</groupId>
1818
<artifactId>tablesaw-core</artifactId>
19-
<version>0.38.3-SNAPSHOT</version>
19+
<version>0.38.3</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>tech.tablesaw</groupId>
2323
<artifactId>tablesaw-beakerx</artifactId>
24-
<version>0.38.3-SNAPSHOT</version>
24+
<version>0.38.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>tech.tablesaw</groupId>
2828
<artifactId>tablesaw-excel</artifactId>
29-
<version>0.38.3-SNAPSHOT</version>
29+
<version>0.38.3</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>tech.tablesaw</groupId>
3333
<artifactId>tablesaw-html</artifactId>
34-
<version>0.38.3-SNAPSHOT</version>
34+
<version>0.38.3</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>tech.tablesaw</groupId>
3838
<artifactId>tablesaw-json</artifactId>
39-
<version>0.38.3-SNAPSHOT</version>
39+
<version>0.38.3</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>tech.tablesaw</groupId>
4343
<artifactId>tablesaw-jsplot</artifactId>
44-
<version>0.38.3-SNAPSHOT</version>
44+
<version>0.38.3</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>tech.tablesaw</groupId>
4848
<artifactId>tablesaw-saw</artifactId>
49-
<version>0.38.3-SNAPSHOT</version>
49+
<version>0.38.3</version>
5050
</dependency>
5151
</dependencies>
5252
</project>

beakerx/pom.xml

Lines changed: 3 additions & 3 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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-beakerx</artifactId>
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>tech.tablesaw</groupId>
7373
<artifactId>tablesaw-core</artifactId>
74-
<version>0.38.3-SNAPSHOT</version>
74+
<version>0.38.3</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>tech.tablesaw</groupId>
7878
<artifactId>tablesaw-docs</artifactId> <!-- An ugly workaround to make sure the docs project isn't built last so that skipNexusStagingDeployMojo works -->
79-
<version>0.38.3-SNAPSHOT</version>
79+
<version>0.38.3</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>

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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-core</artifactId>

docs-src/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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-docs</artifactId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>tech.tablesaw</groupId>
8989
<artifactId>tablesaw-core</artifactId>
90-
<version>0.38.3-SNAPSHOT</version>
90+
<version>0.38.3</version>
9191
<scope>compile</scope>
9292
</dependency>
9393
</dependencies>

excel/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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-excel</artifactId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>tech.tablesaw</groupId>
8484
<artifactId>tablesaw-core</artifactId>
85-
<version>0.38.3-SNAPSHOT</version>
85+
<version>0.38.3</version>
8686
<scope>provided</scope>
8787
</dependency>
8888
<dependency>

html/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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-html</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>tech.tablesaw</groupId>
8383
<artifactId>tablesaw-core</artifactId>
84-
<version>0.38.3-SNAPSHOT</version>
84+
<version>0.38.3</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>

json/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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-json</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>tech.tablesaw</groupId>
8383
<artifactId>tablesaw-core</artifactId>
84-
<version>0.38.3-SNAPSHOT</version>
84+
<version>0.38.3</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>

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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-jsplot</artifactId>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>tech.tablesaw</groupId>
101101
<artifactId>tablesaw-core</artifactId>
102-
<version>0.38.3-SNAPSHOT</version>
102+
<version>0.38.3</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.junit.jupiter</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.38.3-SNAPSHOT</version>
7+
<version>0.38.3</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.38.3</tag>
1616
</scm>
1717
<licenses>
1818
<license>

saw/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.38.3-SNAPSHOT</version>
8+
<version>0.38.3</version>
99
</parent>
1010

1111
<artifactId>tablesaw-saw</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>tech.tablesaw</groupId>
8383
<artifactId>tablesaw-core</artifactId>
84-
<version>0.38.3-SNAPSHOT</version>
84+
<version>0.38.3</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>

0 commit comments

Comments
 (0)