Skip to content

Commit

Permalink
v11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbee committed Aug 31, 2024
1 parent 23ece50 commit 448e671
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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-SNAPSHOT</version>
<version>11.4.1</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-SNAPSHOT</version>
<version>11.4.1</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-SNAPSHOT</version>
<version>11.4.1</version>
</parent>
<artifactId>miglayout-examples</artifactId>
<name>MiGLayout Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion 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-SNAPSHOT</version>
<version>11.4.1</version>
</parent>
<artifactId>miglayout-javafx</artifactId>
<name>MiGLayout JavaFX</name>
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-SNAPSHOT</version>
<version>11.4.1</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-SNAPSHOT</version>
<version>11.4.1</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-SNAPSHOT</version>
<version>11.4.1</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-SNAPSHOT</version>
<version>11.4.1</version>
</parent>
<artifactId>miglayout-swt</artifactId>
<name>MiGLayout SWT</name>
Expand Down

0 comments on commit 448e671

Please sign in to comment.