This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 2eb9652 adding io modules to dist-archive and removing example modules 2eb9652 is described below commit 2eb9652fc680708f3b06de9265d65b29735f2b6b Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Thu Aug 5 23:02:55 2021 -0400 adding io modules to dist-archive and removing example modules --- dist-archive/pom.xml | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 170f82e..0fd1da1 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -155,59 +155,40 @@ under the License. <classifier>javadoc</classifier> </dependency> - <!-- Module: Examples - JMH --> + <!-- Module: IO Core --> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-jmh</artifactId> + <artifactId>commons-geometry-io-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-jmh</artifactId> + <artifactId>commons-geometry-io-core</artifactId> <version>${project.version}</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-jmh</artifactId> + <artifactId>commons-geometry-io-core</artifactId> <version>${project.version}</version> <classifier>javadoc</classifier> </dependency> - <!-- Module: Examples - IO --> + <!-- Module: IO Euclidean --> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-io</artifactId> + <artifactId>commons-geometry-io-euclidean</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-io</artifactId> + <artifactId>commons-geometry-io-euclidean</artifactId> <version>${project.version}</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-io</artifactId> - <version>${project.version}</version> - <classifier>javadoc</classifier> - </dependency> - - <!-- Module: Examples - Tutorials --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-tutorials</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-tutorials</artifactId> - <version>${project.version}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-examples-tutorials</artifactId> + <artifactId>commons-geometry-io-euclidean</artifactId> <version>${project.version}</version> <classifier>javadoc</classifier> </dependency>