Skip to content

Commit

Permalink
🏁 Releasing version 11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2022
1 parent 1ba45c4 commit b4ca599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions formsfx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.dlsc.formsfx</groupId>
<artifactId>formsfx-core</artifactId>
<packaging>jar</packaging>
<version>11.4.2</version>
<version>11.5.0</version>

<name>FormsFX Core</name>
<description>A framework for quickly creating form-based UIs.</description>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.dlsc.formsfx</groupId>
<artifactId>formsfx</artifactId>
<version>11.4.2</version>
<version>11.5.0</version>
</parent>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions formsfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dlsc.formsfx</groupId>
<artifactId>formsfx</artifactId>
<version>11.4.2</version>
<version>11.5.0</version>
</parent>

<name>FormsFX Demo</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.dlsc.formsfx</groupId>
<artifactId>formsfx-core</artifactId>
<version>11.4.2</version>
<version>11.5.0</version>
</dependency>
</dependencies>

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 @@
<groupId>com.dlsc.formsfx</groupId>
<artifactId>formsfx</artifactId>
<packaging>pom</packaging>
<version>11.4.2</version>
<version>11.5.0</version>

<parent>
<groupId>com.dlsc</groupId>
Expand Down

0 comments on commit b4ca599

Please sign in to comment.