Skip to content

Commit

Permalink
bump openjfx version to 17.0.2 to fix M1 crash
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes committed Jan 23, 2022
1 parent 2640109 commit a289525
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.4.6
version=1.4.7
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
</parent>

<artifactId>jitwatch-core</artifactId>
Expand Down
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>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
</parent>

<artifactId>jitwatch-ui</artifactId>

<name>JITWatch UI</name>

<properties>
<openjfx.version>17.0.1</openjfx.version>
<openjfx.version>17.0.2</openjfx.version>
</properties>

<profiles>
Expand Down

0 comments on commit a289525

Please sign in to comment.