Skip to content

Commit

Permalink
Mark 3.0.0-SNAPSHOT, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent da19f7b commit 4c85a5a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion com.io7m.jcoords.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.jcoords</groupId>
<artifactId>com.io7m.jcoords</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jcoords.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jcoords.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.jcoords</groupId>
<artifactId>com.io7m.jcoords</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jcoords.tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.jcoords</groupId>
<artifactId>com.io7m.jcoords</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jcoords</name>
Expand Down

0 comments on commit 4c85a5a

Please sign in to comment.