Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 27, 2024
1 parent 4bf4577 commit 8819c97
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@

<groupId>com.vegardit.maven</groupId>
<artifactId>vegardit-maven-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>


Expand Down Expand Up @@ -53,7 +53,7 @@
<url>https://github.com/vegardit/vegardit-maven-parent</url>
<connection>scm:git:https://github.com/vegardit/vegardit-maven-parent.git</connection>
<developerConnection>scm:git:https://github.com/vegardit/vegardit-maven-parent.git</developerConnection>
<tag>HEAD</tag>
<tag>3.1.1</tag>
</scm>


Expand Down Expand Up @@ -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
-->
<project.build.outputTimestamp>2024-01-19T09:58:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-27T20:04:10Z</project.build.outputTimestamp>

<java.version>11</java.version>
<java.vendor>default</java.vendor>
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8819c97

Please sign in to comment.