Skip to content

Commit

Permalink
add imagej1.version property to project pom
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Jul 3, 2014
1 parent 9136a99 commit a5f6e1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@
</pluginManagement>
</build>

<properties>
<imagej1.version>1.48s</imagej1.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion render-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.49c</version>
<version>${imagej1.version}</version>
</dependency>
<dependency>
<groupId>mpicbg</groupId>
Expand Down

0 comments on commit a5f6e1a

Please sign in to comment.