From 8819c97f0597561a4a77f52b0a9e270566dbd4bc 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:29 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 3.1.1 --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 17469de..75ecc17 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ com.vegardit.maven vegardit-maven-parent - 3.1.1-SNAPSHOT + 3.1.1 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 - HEAD + 3.1.1 @@ -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-01-19T09:58:44Z + 2024-02-27T20:04:10Z 11 default @@ -252,9 +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"] - - /* + 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)