Skip to content

Commit

Permalink
Upgrades compiling targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Aug 6, 2023
1 parent 7aa9462 commit cb76611
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 21 deletions.
4 changes: 2 additions & 2 deletions jeorg-kotlin-crums/jeorg-kotlin-crums-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<phase>process-sources</phase>
<goals>
<goal>compile</goal>
</goals>
Expand All @@ -97,7 +97,7 @@
</execution>
</executions>
<configuration>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-crums/jeorg-kotlin-crums-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<version>${kotlin.version}</version>
<configuration>
<experimentalCoroutines>enable</experimentalCoroutines>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
<executions>
<execution>
Expand Down
10 changes: 2 additions & 8 deletions jeorg-kotlin-utilities/jeorg-kotlin-codec-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin.version}</version>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -69,7 +63,7 @@
<version>${kotlin.version}</version>
<configuration>
<experimentalCoroutines>enable</experimentalCoroutines>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
<executions>
<execution>
Expand Down
8 changes: 1 addition & 7 deletions jeorg-kotlin-utilities/jeorg-kotlin-codec-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<artifactId>kotlin-test-junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -60,7 +54,7 @@
</execution>
</executions>
<configuration>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-utilities/jeorg-kotlin-execs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</execution>
</executions>
<configuration>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
</plugin>
<plugin>
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion jeorg-kotlin-utilities/jeorg-kotlin-json-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<version>${kotlin.version}</version>
<configuration>
<experimentalCoroutines>enable</experimentalCoroutines>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-utilities/jeorg-kotlin-json-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<version>${kotlin.version}</version>
<configuration>
<experimentalCoroutines>enable</experimentalCoroutines>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>${java.version}</jvmTarget>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit cb76611

Please sign in to comment.