From cf93747410459613fddc26e9fc1c7a6ad1df2b8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:04:36 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 75ecc17..13bb57b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ com.vegardit.maven vegardit-maven-parent - 3.1.1 + 3.1.2-SNAPSHOT pom @@ -53,7 +53,7 @@ https://github.com/vegardit/vegardit-maven-parent scm:git:https://github.com/vegardit/vegardit-maven-parent.git scm:git:https://github.com/vegardit/vegardit-maven-parent.git - 3.1.1 + HEAD @@ -86,7 +86,7 @@ Use the Maven Build Timestamp as modification timestamp for all entries in the produced JAR file. See https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - 2024-02-27T20:04:10Z + 2024-02-27T20:04:30Z 11 default @@ -252,8 +252,7 @@ def javaVersion = project.properties["java.version"] def javaMajorVersion = Integer.parseInt(javaVersion.indexOf(".") > -1 ? javaVersion.substring(0, javaVersion.indexOf(".")) : javaVersion) - def ecjVersion = javaMajorVersion < 17 ? "3.33.0" : project.properties["eclipse-java-compiler.version"] /* - * loading/locating eclipse Java compiler artifact + def ecjVersion = javaMajorVersion < 17 ? "3.33.0" : project.properties["eclipse-java-compiler.version"] /* * loading/locating eclipse Java compiler artifact */ def ecjArtifactMeta = artifactFactory.createArtifactWithClassifier("org.eclipse.jdt", "ecj", ecjVersion, "jar", null) def ecjArtifact = artifactResolver.resolve(new org.apache.maven.artifact.resolver.ArtifactResolutionRequest()