You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/03/31 22:45:36 UTC

[1/3] git commit: ACCUMULO-2595 Remove jar for init module

Repository: accumulo
Updated Branches:
  refs/heads/master 2256227b1 -> e94cd92ef


ACCUMULO-2595 Remove jar for init module


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/67c15ffa
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/67c15ffa
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/67c15ffa

Branch: refs/heads/master
Commit: 67c15ffa24d2515e5e39562d2128e96094598492
Parents: fff852f
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Mar 31 15:36:49 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Mar 31 15:36:49 2014 -0400

----------------------------------------------------------------------
 init/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/67c15ffa/init/pom.xml
----------------------------------------------------------------------
diff --git a/init/pom.xml b/init/pom.xml
index dfd1ff8..17a1ff8 100644
--- a/init/pom.xml
+++ b/init/pom.xml
@@ -24,6 +24,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-init</artifactId>
+  <packaging>pom</packaging>
   <name>Init</name>
   <description>Initialize and start a single-node accumulo instance.</description>
   <dependencies>


[3/3] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by ct...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e94cd92e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e94cd92e
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e94cd92e

Branch: refs/heads/master
Commit: e94cd92efac74402f27ec0dff72c2edff3231cb8
Parents: 2256227 4a77566
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Mar 31 16:10:42 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Mar 31 16:10:42 2014 -0400

----------------------------------------------------------------------
 init/pom.xml | 1 +
 pom.xml      | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e94cd92e/init/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e94cd92e/pom.xml
----------------------------------------------------------------------


[2/3] git commit: ACCUMULO-2595 Remove dep. mgmt entry for accumulo-init jar

Posted by ct...@apache.org.
ACCUMULO-2595 Remove dep. mgmt entry for accumulo-init jar


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4a77566a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4a77566a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4a77566a

Branch: refs/heads/master
Commit: 4a77566a314aaa6c2086d8d07d228a073a437777
Parents: 67c15ff
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Mar 31 15:46:08 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Mar 31 15:46:08 2014 -0400

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4a77566a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c1e4b5e..7cff9b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,11 +285,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.accumulo</groupId>
-        <artifactId>accumulo-init</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-master</artifactId>
         <version>${project.version}</version>
         <classifier>el6</classifier>