Skip to content

Commit

Permalink
Begin next development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 29763e8 commit a0271f2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion com.io7m.jtensors.benchmarking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.benchmarking</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.generators</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.orthonormalization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.orthonormalization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.storage.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.storage.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.storage.bytebuffered/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.jtensors.storage.bytebuffered</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jtensors.storage.heap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

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

<artifactId>com.io7m.jtensors.tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.jtensors</groupId>
<artifactId>com.io7m.jtensors</artifactId>
<version>11.0.0</version>
<version>11.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>com.io7m.jtensors</name>
Expand All @@ -35,7 +35,7 @@

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>10.0.0</io7m.api.previousVersion>
<io7m.api.previousVersion>11.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
Expand Down

0 comments on commit a0271f2

Please sign in to comment.