Skip to content

Commit

Permalink
version 1.4.1 for new binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes committed Sep 21, 2021
1 parent 4cf1ab6 commit 75b1160
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.properties
@@ -1 +1 @@
version=1.4.0
version=1.4.1
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</parent>

<artifactId>jitwatch-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions ui/pom.xml
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</parent>

<artifactId>jitwatch-ui</artifactId>

<name>JITWatch UI</name>

<properties>
<openjfx.version>15.0.1</openjfx.version>
<openjfx.version>17.0.0.1</openjfx.version>
</properties>

<profiles>
Expand Down

0 comments on commit 75b1160

Please sign in to comment.