You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2017/07/12 12:14:32 UTC

svn commit: r1801727 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: olamy
Date: Wed Jul 12 12:14:31 2017
New Revision: 1801727

URL: http://svn.apache.org/viewvc?rev=1801727&view=rev
Log:
use staged version

Modified:
    maven/plugins/trunk/maven-invoker-plugin/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1801727&r1=1801726&r2=1801727&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Wed Jul 12 12:14:31 2017
@@ -128,7 +128,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-script-interpreter</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2</version>
       <exclusions>
         <!-- there's already a direct dependency to groovy-all -->
         <exclusion>