Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit bc524e6

Browse files
author
gserrano
committed
[kotlin (all)] removed all references to Java11
1 parent 8bf73bf commit bc524e6

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

component-kotlin/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<packaging>maven-archetype</packaging>
2626
<description>OpenTable Spring Component archetype for Kotlin</description>
2727

28-
<properties>
29-
<project.build.targetJdk>11</project.build.targetJdk>
30-
</properties>
31-
3228
<dependencies>
3329
<dependency>
3430
<groupId>org.springframework</groupId>

component-kotlin/src/main/resources/archetype-resources/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<description>Automatically generated description, fill me in!</description>
3434

3535
<properties>
36-
<project.build.targetJdk>11</project.build.targetJdk>
3736
<dep.kotlin.version>1.4.10</dep.kotlin.version>
3837
<kotlin.code.style>official</kotlin.code.style>
3938
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

service-mvc-kotlin/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<packaging>maven-archetype</packaging>
2626
<description>OpenTable Spring MVC Service Kotlin archetype</description>
2727

28-
<properties>
29-
<project.build.targetJdk>11</project.build.targetJdk>
30-
</properties>
31-
3228
<dependencies>
3329
<dependency>
3430
<groupId>org.springframework</groupId>

service-mvc-kotlin/src/main/resources/archetype-resources/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
<properties>
3636
<ot.mainclass>${package}.Main</ot.mainclass>
37-
<project.build.targetJdk>11</project.build.targetJdk>
3837
<dep.kotlin.version>1.4.10</dep.kotlin.version>
3938
<kotlin.code.style>official</kotlin.code.style>
4039
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

0 commit comments

Comments
 (0)