Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit b8a1dee

Browse files
committed
POM: use version property for scijava-optional
1 parent e0ddc57 commit b8a1dee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
9696
<!-- NB: Deploy releases to the SciJava Maven repository. -->
9797
<releaseProfiles>deploy-to-scijava</releaseProfiles>
9898
<scijava-table.version>0.6.0</scijava-table.version>
99+
<scijava-optional.version>1.0.0</scijava-optional.version>
99100
</properties>
100101

101102
<dependencies>
@@ -110,7 +111,7 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
110111
<dependency>
111112
<groupId>org.scijava</groupId>
112113
<artifactId>scijava-optional</artifactId>
113-
<version>1.0.0</version>
114+
<version>${scijava-optional.version}</version>
114115
</dependency>
115116

116117
<!-- Test scope dependencies -->

0 commit comments

Comments
 (0)