Fix warning message 38/110438/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Mar 2024 15:15:14 +0000 (16:15 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Mar 2024 15:15:41 +0000 (16:15 +0100)
We are testing everything up to and including Java 21, correct the
message.

Change-Id: I859585d700b51652c62ff3dbd04a17558123d8be
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
abstract-feature-parent/pom.xml

index d81de74927028d37b84191089824a58711ab615c..36e7319964bb2e51ad1dd673c904d589fe56b81a 100644 (file)
                                 </goals>
                                 <phase>test</phase>
                                 <configuration>
-                                    <message>Running on JDK newer than 18, which is not supported. Skipping feature tests.</message>
+                                    <message>Running on JDK newer than 21, which is not supported. Skipping feature tests.</message>
                                 </configuration>
                             </execution>
                         </executions>