From 4c85a5ae23135985bd08aebdc23e1235c1a7cb26 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 11 May 2024 17:37:10 +0000 Subject: [PATCH] Mark 3.0.0-SNAPSHOT, update readme. --- README.in | 4 ++++ README.md | 4 ++++ com.io7m.jcoords.core/pom.xml | 2 +- com.io7m.jcoords.tests/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.in b/README.in index e59ac20..b9ea18b 100644 --- a/README.in +++ b/README.in @@ -13,3 +13,7 @@ checking functions. * [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System) * ISC license. +## Usage + +Use the `CAxis` and `CAxisSystemConversions` classes to obtain transformation +matrices to transform vectors in one coordinate system convention to another. diff --git a/README.md b/README.md index 179698c..ba2552e 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,8 @@ checking functions. * [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System) * ISC license. +## Usage + +Use the `CAxis` and `CAxisSystemConversions` classes to obtain transformation +matrices to transform vectors in one coordinate system convention to another. diff --git a/com.io7m.jcoords.core/pom.xml b/com.io7m.jcoords.core/pom.xml index ce6b347..7497b82 100644 --- a/com.io7m.jcoords.core/pom.xml +++ b/com.io7m.jcoords.core/pom.xml @@ -9,7 +9,7 @@ com.io7m.jcoords com.io7m.jcoords - 2.0.1-SNAPSHOT + 3.0.0-SNAPSHOT com.io7m.jcoords.core diff --git a/com.io7m.jcoords.tests/pom.xml b/com.io7m.jcoords.tests/pom.xml index 981c4ea..ee7e11a 100644 --- a/com.io7m.jcoords.tests/pom.xml +++ b/com.io7m.jcoords.tests/pom.xml @@ -9,7 +9,7 @@ com.io7m.jcoords com.io7m.jcoords - 2.0.1-SNAPSHOT + 3.0.0-SNAPSHOT com.io7m.jcoords.tests diff --git a/pom.xml b/pom.xml index 676d424..6174778 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.io7m.jcoords com.io7m.jcoords - 2.0.1-SNAPSHOT + 3.0.0-SNAPSHOT pom com.io7m.jcoords