Skip to content

Commit

Permalink
increment version to 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Sep 1, 2019
1 parent 2a647f4 commit 29647df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.3.2</version>
<version>11.4.0</version>

<name>FormsFX Core</name>
<description>A framework for quickly creating form-based UIs.</description>
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.3.2</version>
<version>11.4.0</version>
</parent>

<name>FormsFX Demo</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.dlsc.formsfx</groupId>
<artifactId>formsfx-core</artifactId>
<version>11.3.2</version>
<version>11.4.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.3.2</version>
<version>11.4.0</version>

<prerequisites>
<maven>3.5.2</maven>
Expand Down

0 comments on commit 29647df

Please sign in to comment.