summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTom Keller <keller_tl@users.sourceforge.net>2007-01-26 19:36:20 +0000
committerTom Keller <keller_tl@users.sourceforge.net>2007-01-26 19:36:20 +0000
commit975fd9fec74313f52007ebb264a03ec68d33448d (patch)
treedef181c16d07d96aacf6686d37394d5847ba03b5 /pom.xml
parentbd61d20688ba374941bae16bae990c89645a4e06 (diff)
Index removal is now batched - reducing memory requirements when removing
large indexes
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ec4ae4e..6af176f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,12 @@
<name>Doug Treder</name>
<organization>Amazon Technologies, Inc.</organization>
</developer>
+ <developer>
+ <name>Tom Keller</name>
+ <organization>Amazon Technologies, Inc.</organization>
+ <id>keller_tl</id>
+ <email>keller_tl@users.sourceforge.net</email>
+ </developer>
</developers>
<contributors>
@@ -206,4 +212,4 @@
</plugin>
</plugins>
</reporting>
-</project> \ No newline at end of file
+</project>