Skip to content

Commit f76a6b2

Browse files
committed
Version 5.1.0
1 parent 1ae3e2e commit f76a6b2

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

SpiNNaker-comms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>uk.ac.manchester.spinnaker</groupId>
2424
<artifactId>SpiNNaker</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0</version>
2626
</parent>
2727
<artifactId>SpiNNaker-comms</artifactId>
2828
<description>How to actually talk to a SpiNNaker machine and to Spalloc, the allocation service.</description>

SpiNNaker-data-specification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>uk.ac.manchester.spinnaker</groupId>
2424
<artifactId>SpiNNaker</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0</version>
2626
</parent>
2727
<artifactId>SpiNNaker-data-specification</artifactId>
2828
<description>Data specification generator and executor</description>

SpiNNaker-front-end/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
<parent>
2222
<groupId>uk.ac.manchester.spinnaker</groupId>
2323
<artifactId>SpiNNaker</artifactId>
24-
<version>5.0.1-SNAPSHOT</version>
24+
<version>5.1.0</version>
2525
</parent>
2626
<artifactId>SpiNNaker-front-end</artifactId>
2727
<properties>

SpiNNaker-machine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>uk.ac.manchester.spinnaker</groupId>
2424
<artifactId>SpiNNaker</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0</version>
2626
</parent>
2727
<artifactId>SpiNNaker-machine</artifactId>
2828
<dependencies>

SpiNNaker-pacman/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
<parent>
2222
<groupId>uk.ac.manchester.spinnaker</groupId>
2323
<artifactId>SpiNNaker</artifactId>
24-
<version>5.0.1-SNAPSHOT</version>
24+
<version>5.1.0</version>
2525
</parent>
2626
<artifactId>SpiNNaker-pacman</artifactId>
2727
<description>Implementation of the Partitioning and Configuration Manager (PACMAN).</description>

SpiNNaker-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>uk.ac.manchester.spinnaker</groupId>
2424
<artifactId>SpiNNaker</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0</version>
2626
</parent>
2727
<artifactId>SpiNNaker-storage</artifactId>
2828
<dependencies>

SpiNNaker-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>uk.ac.manchester.spinnaker</groupId>
2424
<artifactId>SpiNNaker</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0</version>
2626
</parent>
2727
<artifactId>SpiNNaker-utils</artifactId>
2828
<description>General utilities for the SpiNNaker runtime.</description>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>uk.ac.manchester.spinnaker</groupId>
2323
<artifactId>SpiNNaker</artifactId>
24-
<version>5.0.1-SNAPSHOT</version>
24+
<version>5.1.0</version>
2525
<packaging>pom</packaging>
2626

2727
<properties>
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3030
<maven.compiler.target>1.8</maven.compiler.target>
3131
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
3232
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
33-
<spinnaker.version>5.0.1-SNAPSHOT</spinnaker.version>
33+
<spinnaker.version>5.1.0</spinnaker.version>
3434
<slf4j.version>1.7.25</slf4j.version>
3535
<junit.version>5.2.0</junit.version>
3636
<checkstyle.version>8.18</checkstyle.version>

0 commit comments

Comments
 (0)