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>
106
106
<!-- NB: Deploy releases to the SciJava Maven repository. -->
107
107
<releaseProfiles >deploy-to-scijava</releaseProfiles >
108
108
109
+ <jdatepicker .version>1.3.2</jdatepicker .version>
110
+ <object-inspector .version>0.1</object-inspector .version>
111
+
109
112
<miglayout-swing .version>5.2</miglayout-swing .version>
110
113
</properties >
111
114
@@ -145,7 +148,7 @@ Wisconsin-Madison.</license.copyrightOwners>
145
148
<dependency >
146
149
<groupId >com.github.sbridges.object-inspector</groupId >
147
150
<artifactId >object-inspector</artifactId >
148
- <version >0.1 </version >
151
+ <version >${object-inspector.version} </version >
149
152
</dependency >
150
153
<dependency >
151
154
<groupId >com.miglayout</groupId >
@@ -155,7 +158,7 @@ Wisconsin-Madison.</license.copyrightOwners>
155
158
<dependency >
156
159
<groupId >net.sourceforge.jdatepicker</groupId >
157
160
<artifactId >jdatepicker</artifactId >
158
- <version >1.3.2 </version >
161
+ <version >${jdatepicker.version} </version >
159
162
</dependency >
160
163
161
164
<!-- Test scope dependencies -->
You can’t perform that action at this time.
0 commit comments