Skip to content

Commit

Permalink
Version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Nov 22, 2019
1 parent 1ae3e2e commit f76a6b2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SpiNNaker-comms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-comms</artifactId>
<description>How to actually talk to a SpiNNaker machine and to Spalloc, the allocation service.</description>
Expand Down
2 changes: 1 addition & 1 deletion SpiNNaker-data-specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-data-specification</artifactId>
<description>Data specification generator and executor</description>
Expand Down
2 changes: 1 addition & 1 deletion SpiNNaker-front-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-front-end</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion SpiNNaker-machine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-machine</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion SpiNNaker-pacman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-pacman</artifactId>
<description>Implementation of the Partitioning and Configuration Manager (PACMAN).</description>
Expand Down
2 changes: 1 addition & 1 deletion SpiNNaker-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-storage</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion SpiNNaker-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<parent>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>SpiNNaker-utils</artifactId>
<description>General utilities for the SpiNNaker runtime.</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.manchester.spinnaker</groupId>
<artifactId>SpiNNaker</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<spinnaker.version>5.0.1-SNAPSHOT</spinnaker.version>
<spinnaker.version>5.1.0</spinnaker.version>
<slf4j.version>1.7.25</slf4j.version>
<junit.version>5.2.0</junit.version>
<checkstyle.version>8.18</checkstyle.version>
Expand Down

0 comments on commit f76a6b2

Please sign in to comment.