You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/25 10:53:29 UTC

[maven-release] branch asfMavenTlpPlgnBuild updated: Removed hard coded version for maven-invoker-plugin now inherited via parent Changed scm version to release 1.10.0 instead of old snapshot version.

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

khmarbaise pushed a commit to branch asfMavenTlpPlgnBuild
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/asfMavenTlpPlgnBuild by this push:
     new 3da931a  Removed hard coded version for maven-invoker-plugin now inherited via parent Changed scm version to release 1.10.0 instead of old snapshot version.
3da931a is described below

commit 3da931ad2344b20ff9fdd01526e2745eb45090d9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Aug 25 12:52:51 2018 +0200

    Removed hard coded version for maven-invoker-plugin now inherited via
    parent
    Changed scm version to release 1.10.0 instead of old snapshot version.
---
 maven-release-plugin/pom.xml | 1 -
 pom.xml                      | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml
index e7cb322..6442c35 100644
--- a/maven-release-plugin/pom.xml
+++ b/maven-release-plugin/pom.xml
@@ -162,7 +162,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>2.0.0</version>
         <configuration>
           <projectsDirectory>src/it</projectsDirectory>
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
diff --git a/pom.xml b/pom.xml
index 447e8a3..0469021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
   </contributors>
 
   <properties>
-    <scmVersion>1.9.6-SNAPSHOT</scmVersion>
+    <scmVersion>1.10.0</scmVersion>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <maven.site.path>maven-release-archives/maven-release-LATEST</maven.site.path>