You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/10/15 00:00:09 UTC

[maven-script-interpreter] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


The following commit(s) were added to refs/heads/master by this push:
     new c433ced  [maven-release-plugin] prepare for next development iteration
c433ced is described below

commit c433ceded06892d0ff2b557267d243238034179d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Oct 15 02:00:05 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f1d29a..8c1a7ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-script-interpreter</artifactId>
-  <version>1.3</version>
+  <version>1.4-SNAPSHOT</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>
@@ -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>maven-script-interpreter-1.3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -55,7 +55,7 @@
   
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-10-14T23:59:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-10-15T00:00:05Z</project.build.outputTimestamp>
     <slf4j.version>1.7.30</slf4j.version>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
   </properties>