Skip to content

Commit

Permalink
Bump release version to 5.6.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Mar 14, 2018
1 parent 0d9c2da commit ec45267
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>org.openmicroscopy</groupId>
<artifactId>ome-model</artifactId>
<version>5.6.3</version>
<version>5.6.4-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.openmicroscopy</groupId>
<version>5.6.3</version>
<version>5.6.4-SNAPSHOT</version>

<artifactId>ome-model-doc</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ome-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.openmicroscopy</groupId>
<artifactId>ome-model</artifactId>
<version>5.6.3</version>
<version>5.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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

<groupId>org.openmicroscopy</groupId>
<artifactId>ome-model</artifactId>
<version>5.6.3</version>
<version>5.6.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>OME Model</name>
Expand Down
4 changes: 2 additions & 2 deletions specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.openmicroscopy</groupId>
<artifactId>ome-model</artifactId>
<version>5.6.3</version>
<version>5.6.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.openmicroscopy</groupId>
<artifactId>ome-xml</artifactId>
<version>5.6.3</version>
<version>5.6.4-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ec45267

Please sign in to comment.