Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 13, 2025
1 parent af4bb1c commit 25cbe58
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 29 deletions.
18 changes: 9 additions & 9 deletions aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-aggregate</artifactId>
Expand All @@ -16,42 +16,42 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-beakerx</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-excel</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-html</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-arrow</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-json</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-jsplot</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-saw</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions arrow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-arrow</artifactId>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.arrow/arrow-vector -->
Expand Down
6 changes: 3 additions & 3 deletions beakerx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-beakerx</artifactId>
Expand Down Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-docs</artifactId> <!-- An ugly workaround to make sure the docs project isn't built last so that skipNexusStagingDeployMojo works -->
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs-src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-docs</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-excel</artifactId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-html</artifactId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-json</artifactId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jsplot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-jsplot</artifactId>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@

<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<name>Tablesaw</name>
<description>High-performance Java Dataframe</description>
<url>https://github.com/jtablesaw/tablesaw</url>
<scm>
<connection>scm:git:[email protected]:jtablesaw/tablesaw.git</connection>
<developerConnection>scm:git:[email protected]:jtablesaw/tablesaw.git</developerConnection>
<url>[email protected]:jtablesaw/tablesaw.git</url>
</scm>
<tag>v0.44.0</tag>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions saw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>tablesaw-saw</artifactId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.44.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 25cbe58

Please sign in to comment.