Repository: incubator-blur
Updated Branches:
  refs/heads/master 774d143c6 -> 310d0c621


Updating lucene document security to fix a bug in the collector that was 
collecting the wrong docids.


Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/310d0c62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/310d0c62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/310d0c62

Branch: refs/heads/master
Commit: 310d0c62164b6171299410c95b6811f7cd4ae368
Parents: 774d143
Author: Aaron McCurry <[email protected]>
Authored: Mon Feb 9 21:31:44 2015 -0500
Committer: Aaron McCurry <[email protected]>
Committed: Mon Feb 9 21:31:44 2015 -0500

----------------------------------------------------------------------
 blur-store/pom.xml                              |   2 +-
 .../lucene-document-security-0.1.2-tests.jar    | Bin 18039 -> 0 bytes
 .../0.1.2/lucene-document-security-0.1.2.jar    | Bin 78050 -> 0 bytes
 .../0.1.2/lucene-document-security-0.1.2.pom    | 117 -------------------
 .../lucene-document-security-0.1.3-tests.jar    | Bin 0 -> 18283 bytes
 .../0.1.3/lucene-document-security-0.1.3.jar    | Bin 0 -> 78096 bytes
 .../0.1.3/lucene-document-security-0.1.3.pom    | 117 +++++++++++++++++++
 7 files changed, 118 insertions(+), 118 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/blur-store/pom.xml
----------------------------------------------------------------------
diff --git a/blur-store/pom.xml b/blur-store/pom.xml
index 43d299d..c437757 100644
--- a/blur-store/pom.xml
+++ b/blur-store/pom.xml
@@ -64,7 +64,7 @@
                <dependency>
                        <groupId>com.github.amccurry</groupId>
                        <artifactId>lucene-document-security</artifactId>
-                       <version>0.1.2</version>
+                       <version>0.1.3</version>
                </dependency>
                <dependency>
                        <groupId>commons-cli</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2-tests.jar
----------------------------------------------------------------------
diff --git 
a/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2-tests.jar
 
b/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2-tests.jar
deleted file mode 100644
index 8ef5f59..0000000
Binary files 
a/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2-tests.jar
 and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.jar
----------------------------------------------------------------------
diff --git 
a/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.jar
 
b/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.jar
deleted file mode 100644
index ce76c19..0000000
Binary files 
a/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.jar
 and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.pom
----------------------------------------------------------------------
diff --git 
a/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.pom
 
b/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.pom
deleted file mode 100644
index d124b2a..0000000
--- 
a/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.pom
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>com.github.amccurry</groupId>
-       <artifactId>lucene-document-security</artifactId>
-       <version>0.1.2</version>
-       <packaging>jar</packaging>
-       <name>Lucene Document Security</name>
-       <description>Provides an API for Document level security in 
Lucene.</description>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-core</artifactId>
-                       <version>4.3.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-analyzers-common</artifactId>
-                       <version>4.3.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-queryparser</artifactId>
-                       <version>4.3.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       <version>1.1.3</version>
-               </dependency>
-               <dependency>
-                       <groupId>com.google.guava</groupId>
-                       <artifactId>guava</artifactId>
-                       <version>14.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>commons-codec</groupId>
-                       <artifactId>commons-codec</artifactId>
-                       <version>1.9</version>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.9</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
-                       <artifactId>concurrentlinkedhashmap-lru</artifactId>
-                       <version>1.3.2</version>
-               </dependency>
-       </dependencies>
-
-       <repositories>
-               <repository>
-                       <id>libdir</id>
-                       <url>file://${basedir}/../lib</url>
-               </repository>
-       </repositories>
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <argLine>-XX:+UseConcMarkSweepGC -Xmx1g 
-Xms1g</argLine>
-                                       <forkCount>2</forkCount>
-                                       <forkMode>always</forkMode>
-                                       <reuseForks>false</reuseForks>
-                                       <systemPropertyVariables>
-                                               
<blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir>
-                                       </systemPropertyVariables>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>test-jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3-tests.jar
----------------------------------------------------------------------
diff --git 
a/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3-tests.jar
 
b/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3-tests.jar
new file mode 100644
index 0000000..ea1580b
Binary files /dev/null and 
b/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3-tests.jar
 differ

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.jar
----------------------------------------------------------------------
diff --git 
a/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.jar
 
b/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.jar
new file mode 100644
index 0000000..26f5d1f
Binary files /dev/null and 
b/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.jar
 differ

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/310d0c62/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.pom
----------------------------------------------------------------------
diff --git 
a/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.pom
 
b/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.pom
new file mode 100644
index 0000000..fc19d07
--- /dev/null
+++ 
b/lib/com/github/amccurry/lucene-document-security/0.1.3/lucene-document-security-0.1.3.pom
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>com.github.amccurry</groupId>
+       <artifactId>lucene-document-security</artifactId>
+       <version>0.1.3</version>
+       <packaging>jar</packaging>
+       <name>Lucene Document Security</name>
+       <description>Provides an API for Document level security in 
Lucene.</description>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.lucene</groupId>
+                       <artifactId>lucene-core</artifactId>
+                       <version>4.3.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.lucene</groupId>
+                       <artifactId>lucene-analyzers-common</artifactId>
+                       <version>4.3.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.lucene</groupId>
+                       <artifactId>lucene-queryparser</artifactId>
+                       <version>4.3.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId>
+                       <version>1.1.3</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.google.guava</groupId>
+                       <artifactId>guava</artifactId>
+                       <version>14.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <version>1.9</version>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.9</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+                       <artifactId>concurrentlinkedhashmap-lru</artifactId>
+                       <version>1.3.2</version>
+               </dependency>
+       </dependencies>
+
+       <repositories>
+               <repository>
+                       <id>libdir</id>
+                       <url>file://${basedir}/../lib</url>
+               </repository>
+       </repositories>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <argLine>-XX:+UseConcMarkSweepGC -Xmx1g 
-Xms1g</argLine>
+                                       <forkCount>2</forkCount>
+                                       <forkMode>always</forkMode>
+                                       <reuseForks>false</reuseForks>
+                                       <systemPropertyVariables>
+                                               
<blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir>
+                                       </systemPropertyVariables>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.6</source>
+                                       <target>1.6</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-jar-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>test-jar</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+</project>

Reply via email to