Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 14, 2018
1 parent d5c6905 commit f390764
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 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>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<!--
Expand Down Expand Up @@ -52,22 +52,22 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-plot</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-jsplot</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-beakerx</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 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>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>tablesaw-beakerx</artifactId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>com.github.twosigma</groupId>
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>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>tablesaw-core</artifactId>
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>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>tablesaw-jsplot</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions plot/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>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</parent>

<artifactId>tablesaw-plot</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>com.github.haifengl</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-parent</artifactId>
<version>0.22.1-SNAPSHOT</version>
<version>0.23.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>
<tag>HEAD</tag>
<tag>v0.23.0</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit f390764

Please sign in to comment.