File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >26 .0.0 </version >
8+ <version >27 .0.1 </version >
99 <relativePath />
1010 </parent >
1111
12- <groupId >org.scijava</groupId >
1312 <artifactId >scijava-ui-awt</artifactId >
1413 <version >0.1.7-SNAPSHOT</version >
1514
@@ -92,6 +91,8 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9291
9392 <!-- NB: Deploy releases to the SciJava Maven repository. -->
9493 <releaseProfiles >deploy-to-scijava</releaseProfiles >
94+
95+ <miglayout-swing .version>5.2</miglayout-swing .version>
9596 </properties >
9697
9798 <dependencies >
@@ -105,8 +106,8 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
105106 <dependency >
106107 <!-- TODO: Decide if this is kosher... -->
107108 <groupId >com.miglayout</groupId >
108- <artifactId >miglayout</artifactId >
109- <classifier > swing</ classifier >
109+ <artifactId >miglayout-swing </artifactId >
110+ <version > ${miglayout- swing.version} </ version >
110111 </dependency >
111112 </dependencies >
112113</project >
You can’t perform that action at this time.
0 commit comments