You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 11:32:06 UTC

git commit: lock plugin versions

Updated Branches:
  refs/heads/master 7b6c68227 -> 2290bbcef


lock plugin versions


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/2290bbce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/2290bbce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/2290bbce

Branch: refs/heads/master
Commit: 2290bbcefd3335cd2a2e87823103258b2ddff315
Parents: 7b6c682
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 11:31:56 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 11:31:56 2012 +0200

----------------------------------------------------------------------
 pom.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2290bbce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a1de0d..5483eab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,9 @@ under the License.
           </executions>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.3</version>
           <configuration>
             <descriptors>
               <descriptor>src/assemble/assembly.xml</descriptor>
@@ -224,6 +226,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
+          <version>2.9</version>
           <configuration>
             <downloadSources>true</downloadSources>
             <downloadJavadocs>true</downloadJavadocs>