Skip to content

Commit

Permalink
v11.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbee committed Sep 1, 2024
1 parent f6e1efc commit 0d75360
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>
<artifactId>miglayout-core</artifactId>
<name>MiGLayout Core</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>
<artifactId>miglayout-demo</artifactId>
<name>MiGLayout Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>
<artifactId>miglayout-examples</artifactId>
<name>MiGLayout Examples</name>
Expand Down
3 changes: 1 addition & 2 deletions javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>
<artifactId>miglayout-javafx</artifactId>
<name>MiGLayout JavaFX</name>
Expand Down Expand Up @@ -82,7 +82,6 @@
</dependencies>
<configuration>
<argLine>
--add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED,org.testfx
</argLine>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion nbm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>

<artifactId>lib-miglayout-NB90</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
<packaging>pom</packaging>
<name>MiGLayout</name>
<description>MiGLayout - Java Layout Manager for Swing, SWT and JavaFX</description>
Expand Down
2 changes: 1 addition & 1 deletion swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>
<artifactId>miglayout-swing</artifactId>
<name>MiGLayout Swing</name>
Expand Down
2 changes: 1 addition & 1 deletion swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-parent</artifactId>
<version>11.4.1</version>
<version>11.4.2</version>
</parent>
<artifactId>miglayout-swt</artifactId>
<name>MiGLayout SWT</name>
Expand Down

0 comments on commit 0d75360

Please sign in to comment.