This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new f5646f7 Drop Maven profiles for JDK 12, 13, 14, 15 and 16
f5646f7 is described below
commit f5646f7b63d96de3ea53a1212daae79b9803c9cf
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Dec 21 17:15:03 2021 +0200
Drop Maven profiles for JDK 12, 13, 14, 15 and 16
Add for JDK 19
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
pom.xml | 116 ++++------------------------------------------------------------
1 file changed, 6 insertions(+), 110 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5c4604f..50d08a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1373,111 +1373,7 @@
</build>
</profile>
<profile>
- <id>java12</id>
- <build>
- <plugins>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-toolchains-plugin</artifactId>
-
<version>${maven-toolchains-plugin.version}</version>
- <executions>
- <execution>
- <goals>
-
<goal>toolchain</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <toolchains>
- <jdk>
-
<version>12</version>
- </jdk>
- </toolchains>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>java13</id>
- <build>
- <plugins>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-toolchains-plugin</artifactId>
- <version>${maven-toolchains-plugin.version}</version>
- <executions>
- <execution>
- <goals>
-
<goal>toolchain</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <toolchains>
- <jdk>
-
<version>13</version>
- </jdk>
- </toolchains>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>java14</id>
- <build>
- <plugins>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-toolchains-plugin</artifactId>
-
<version>${maven-toolchains-plugin.version}</version>
- <executions>
- <execution>
- <goals>
-
<goal>toolchain</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <toolchains>
- <jdk>
-
<version>14</version>
- </jdk>
- </toolchains>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>java15</id>
- <build>
- <plugins>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-toolchains-plugin</artifactId>
-
<version>${maven-toolchains-plugin.version}</version>
- <executions>
- <execution>
- <goals>
-
<goal>toolchain</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <toolchains>
- <jdk>
-
<version>15</version>
- </jdk>
- </toolchains>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>java16</id>
+ <id>java17</id>
<build>
<plugins>
<plugin>
@@ -1494,7 +1390,7 @@
<configuration>
<toolchains>
<jdk>
-
<version>16</version>
+
<version>17</version>
</jdk>
</toolchains>
</configuration>
@@ -1503,7 +1399,7 @@
</build>
</profile>
<profile>
- <id>java17</id>
+ <id>java18</id>
<build>
<plugins>
<plugin>
@@ -1520,7 +1416,7 @@
<configuration>
<toolchains>
<jdk>
-
<version>17</version>
+
<version>18</version>
</jdk>
</toolchains>
</configuration>
@@ -1529,7 +1425,7 @@
</build>
</profile>
<profile>
- <id>java18</id>
+ <id>java19</id>
<build>
<plugins>
<plugin>
@@ -1546,7 +1442,7 @@
<configuration>
<toolchains>
<jdk>
-
<version>18</version>
+
<version>19</version>
</jdk>
</toolchains>
</configuration>
