You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2011/12/16 17:56:04 UTC

svn commit: r1215217 - /incubator/accumulo/branches/1.3/pom.xml

Author: vines
Date: Fri Dec 16 16:56:04 2011
New Revision: 1215217

URL: http://svn.apache.org/viewvc?rev=1215217&view=rev
Log:
RE ACCUMULO-222 - first round of pom modifications


Modified:
    incubator/accumulo/branches/1.3/pom.xml

Modified: incubator/accumulo/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/pom.xml?rev=1215217&r1=1215216&r2=1215217&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/pom.xml (original)
+++ incubator/accumulo/branches/1.3/pom.xml Fri Dec 16 16:56:04 2011
@@ -32,6 +32,37 @@
   <version>1.3.5-incubating-SNAPSHOT</version>
   <name>accumulo</name>
 
+  <url>http://incubator.apache.org/accumulo</url>
+  <description>Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>
+  <mailingLists>
+    <mailingList>
+      <name>User List</name>
+      <subscribe>accumulo-user-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>accumulo-user-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>accumulo-user@incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-accumulo-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Developer List</name>
+      <subscribe>accumulo-dev-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>accumulo-dev-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>accumulo-dev@incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-accumulo-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commits List</name>
+      <subscribe>accumulo-commits-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>accumulo-commits-unsubscribe@incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-accumulo-commits/</archive>
+    </mailingList>
+  </mailingLists>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3</url>
+  </scm>
+
   <modules>
     <module>src/trace</module>
     <module>src/core</module>
@@ -140,13 +171,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>2.4</version>
-        <configuration>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
@@ -620,14 +644,6 @@
     </snapshotRepository>
   </distributionManagement>
 
-  <scm>
-    <connection>https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3</connection>
-    <developerConnection>https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/accumulo/</url>
-  </scm>
-
-  <url>http://incubator.apache.org/accumulo/</url>
-  <description>Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/ACCUMULO</url>
     <system>Apache's JIRA issue tracker</system>