Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-script-interpreter-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 29, 2024
1 parent 47ae5e4 commit c9e1365
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,7 +27,7 @@
</parent>

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

<name>Apache Maven Script Interpreter</name>
<description>This component provides some utilities to interpret/execute some scripts for various implementations:
Expand All @@ -36,7 +36,7 @@
<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.6</tag>
<url>https://github.com/apache/maven-script-interpreter/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand All @@ -55,7 +55,7 @@
</distributionManagement>

<properties>
<project.build.outputTimestamp>2024-04-05T18:38:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-29T21:40:17Z</project.build.outputTimestamp>
<slf4j.version>1.7.36</slf4j.version>
</properties>

Expand Down

0 comments on commit c9e1365

Please sign in to comment.