Skip to content

Commit

Permalink
prepare version 1.7.2 (demos in extra jar/project)
Browse files Browse the repository at this point in the history
  • Loading branch information
homebeaver committed Oct 9, 2022
1 parent 6539fa6 commit 489d26b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
<packaging>pom</packaging> <!-- multi-module project -->
<modules>
<module>swingx-mavensupport</module>
Expand Down
2 changes: 1 addition & 1 deletion swingx-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-action</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-autocomplete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-autocomplete</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-beaninfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-beaninfo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-graphics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-graphics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-mavensupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-mavensupport</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-painters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-painters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-plaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-plaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swingx-testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.homebeaver</groupId>
<artifactId>swingset3</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>swingx-testsupport</artifactId>
Expand Down

0 comments on commit 489d26b

Please sign in to comment.