Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-script-interpreter-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 14, 2020
1 parent 0ea9cd6 commit 2aa327f
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.3-SNAPSHOT</version>
<version>1.3</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>
Expand All @@ -36,7 +36,7 @@
<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>
<url>https://github.com/apache/maven-script-interpreter/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-script-interpreter-1.3</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -55,7 +55,7 @@

<properties>
<javaVersion>7</javaVersion>
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2020-10-14T23:59:40Z</project.build.outputTimestamp>
<slf4j.version>1.7.30</slf4j.version>
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
</properties>
Expand Down

0 comments on commit 2aa327f

Please sign in to comment.