Skip to content

Commit 4dd6971

Browse files
committed
Upgrade to miglayout-swing-5.2
1 parent 77f9c37 commit 4dd6971

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
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>

0 commit comments

Comments
 (0)