Skip to content

Commit

Permalink
Updated to version 11.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Apr 26, 2021
1 parent 6dd0b54 commit 47ab6aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.dlsc.preferencesfx</groupId>
<artifactId>parent</artifactId>
<version>11.7.1</version>
<version>11.8.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -23,7 +23,7 @@
<asciidoctor.maven.plugin.version>1.6.0</asciidoctor.maven.plugin.version>
<asciidoctorj.version>1.6.2</asciidoctorj.version>
<jruby.version>9.2.6.0</jruby.version>
<javafx.version>16</javafx.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions preferencesfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dlsc.preferencesfx</groupId>
<artifactId>parent</artifactId>
<version>11.7.1</version>
<version>11.8.0</version>
</parent>

<artifactId>preferencesfx-demo</artifactId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.dlsc.preferencesfx</groupId>
<artifactId>preferencesfx-core</artifactId>
<version>11.7.1</version>
<version>11.8.0</version>
</dependency>

<!-- Logging -->
Expand Down
11 changes: 3 additions & 8 deletions preferencesfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@

<groupId>com.dlsc.preferencesfx</groupId>
<artifactId>preferencesfx-core</artifactId>
<version>11.7.1</version>
. <version>11.8.0</version>
<packaging>jar</packaging>

<parent>
<groupId>com.dlsc.preferencesfx</groupId>
<artifactId>parent</artifactId>
<version>11.7.1</version>
</parent>

<name>PreferencesFX</name>
<description>A framework for quickly creating a UI for setting application
preferences.
Expand Down Expand Up @@ -73,6 +67,7 @@
<checkstyle.path>../config/checkstyle/checkstyle.xml</checkstyle.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ikonli.version>12.2.0</ikonli.version>
<javafx.version>16</javafx.version>
</properties>

<build>
Expand Down Expand Up @@ -107,7 +102,7 @@
<version>3.2.0</version>
<configuration>
<failOnError>true</failOnError>
<failOnWarnings>true</failOnWarnings>
<failOnWarnings>false</failOnWarnings>
<force>true</force>
<windowtitle>PreferencesFX API</windowtitle>
<additionalJOptions>
Expand Down

0 comments on commit 47ab6aa

Please sign in to comment.