Skip to content

Commit

Permalink
up version TornadoFX and kotlin to actual in maven
Browse files Browse the repository at this point in the history
  • Loading branch information
SchweinchenFuntik committed Aug 26, 2020
1 parent 56c1822 commit 54a4aa4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/projectTemplates/tornadofx-maven-project.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions template-projects/tornadofx-maven-osgi-ds-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<packaging>bundle</packaging>

<properties>
<kotlin.version>1.2.60</kotlin.version>
<tornadofx.version>1.7.17</tornadofx.version>
<kotlin.version>1.4.20</kotlin.version>
<tornadofx.version>1.7.20</tornadofx.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions template-projects/tornadofx-maven-osgi-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<packaging>bundle</packaging>

<properties>
<kotlin.version>1.2.60</kotlin.version>
<tornadofx.version>1.7.17</tornadofx.version>
<kotlin.version>1.4.0</kotlin.version>
<tornadofx.version>1.7.20</tornadofx.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions template-projects/tornadofx-maven-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<packaging>jar</packaging>

<properties>
<kotlin.version>1.2.60</kotlin.version>
<tornadofx.version>1.7.17</tornadofx.version>
<kotlin.version>1.4.0</kotlin.version>
<tornadofx.version>1.7.20</tornadofx.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 54a4aa4

Please sign in to comment.