Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-script-interpreter-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Dec 15, 2022
1 parent a7c62c6 commit 84be097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
</parent>

<artifactId>maven-script-interpreter</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>

<name>Apache Maven Script Interpreter</name>
<description>This component provides some utilities to interpret/execute some scripts for various implementations: groovy or beanshell.</description>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</developerConnection>
<tag>HEAD</tag>
<tag>maven-script-interpreter-1.4</tag>
<url>https://github.com/apache/maven-script-interpreter/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand All @@ -54,7 +54,7 @@
</distributionManagement>

<properties>
<project.build.outputTimestamp>2020-10-15T00:00:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-12-15T01:02:31Z</project.build.outputTimestamp>
<slf4j.version>1.7.36</slf4j.version>
</properties>

Expand Down

0 comments on commit 84be097

Please sign in to comment.