Skip to content

Commit

Permalink
Bump pom version to 4.85 (#4016)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault authored Jul 19, 2024
1 parent d07f35d commit be06f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class MavenVerifier implements BuildSystemVerifier {
private static final int MAX_LENGTH_OF_ARTIFACT_ID = 37;
private static final Logger LOGGER = LoggerFactory.getLogger(MavenVerifier.class);

public static final Version LOWEST_PARENT_POM_VERSION = new Version(4, 82);
public static final Version LOWEST_PARENT_POM_VERSION = new Version(4, 85);
public static final Version PARENT_POM_WITH_JENKINS_VERSION = new Version(2);

public static final String INVALID_POM = "The pom.xml file in the root of the origin repository is not valid";
Expand Down

0 comments on commit be06f09

Please sign in to comment.