File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,9 @@ Wisconsin-Madison.</license.copyrightOwners>
106106 <!-- NB: Deploy releases to the SciJava Maven repository. -->
107107 <releaseProfiles >deploy-to-scijava</releaseProfiles >
108108
109+ <jdatepicker .version>1.3.2</jdatepicker .version>
110+ <object-inspector .version>0.1</object-inspector .version>
111+
109112 <miglayout-swing .version>5.2</miglayout-swing .version>
110113 </properties >
111114
@@ -145,7 +148,7 @@ Wisconsin-Madison.</license.copyrightOwners>
145148 <dependency >
146149 <groupId >com.github.sbridges.object-inspector</groupId >
147150 <artifactId >object-inspector</artifactId >
148- <version >0.1 </version >
151+ <version >${object-inspector.version} </version >
149152 </dependency >
150153 <dependency >
151154 <groupId >com.miglayout</groupId >
@@ -155,7 +158,7 @@ Wisconsin-Madison.</license.copyrightOwners>
155158 <dependency >
156159 <groupId >net.sourceforge.jdatepicker</groupId >
157160 <artifactId >jdatepicker</artifactId >
158- <version >1.3.2 </version >
161+ <version >${jdatepicker.version} </version >
159162 </dependency >
160163
161164 <!-- Test scope dependencies -->
You can’t perform that action at this time.
0 commit comments