Repository: incubator-blur Updated Branches: refs/heads/master 36b2cda32 -> 86a795b68
Updating lucene doc security lib to fix a NPE. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/86a795b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/86a795b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/86a795b6 Branch: refs/heads/master Commit: 86a795b6835b08796aae071ea2911ed514dc7469 Parents: 36b2cda Author: Aaron McCurry <[email protected]> Authored: Thu Feb 5 09:21:49 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Feb 5 09:21:49 2015 -0500 ---------------------------------------------------------------------- blur-store/pom.xml | 2 +- .../lucene-document-security-0.1.1-tests.jar | Bin 17894 -> 0 bytes .../0.1.1/lucene-document-security-0.1.1.jar | Bin 79268 -> 0 bytes .../0.1.1/lucene-document-security-0.1.1.pom | 117 ------------------- .../lucene-document-security-0.1.2-tests.jar | Bin 0 -> 18039 bytes .../0.1.2/lucene-document-security-0.1.2.jar | Bin 0 -> 78050 bytes .../0.1.2/lucene-document-security-0.1.2.pom | 117 +++++++++++++++++++ 7 files changed, 118 insertions(+), 118 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/86a795b6/blur-store/pom.xml ---------------------------------------------------------------------- diff --git a/blur-store/pom.xml b/blur-store/pom.xml index e6f5119..43d299d 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.1</version> + <version>0.1.2</version> </dependency> <dependency> <groupId>commons-cli</groupId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/86a795b6/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1-tests.jar ---------------------------------------------------------------------- diff --git a/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1-tests.jar b/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1-tests.jar deleted file mode 100644 index fb75545..0000000 Binary files a/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1-tests.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/86a795b6/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.jar ---------------------------------------------------------------------- diff --git a/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.jar b/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.jar deleted file mode 100644 index dc4cad6..0000000 Binary files a/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/86a795b6/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.pom ---------------------------------------------------------------------- diff --git a/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.pom b/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.pom deleted file mode 100644 index 64eb663..0000000 --- a/lib/com/github/amccurry/lucene-document-security/0.1.1/lucene-document-security-0.1.1.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.1</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/86a795b6/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 new file mode 100644 index 0000000..8ef5f59 Binary files /dev/null and b/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2-tests.jar differ http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/86a795b6/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 new file mode 100644 index 0000000..ce76c19 Binary files /dev/null and b/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.jar differ http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/86a795b6/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 new file mode 100644 index 0000000..d124b2a --- /dev/null +++ b/lib/com/github/amccurry/lucene-document-security/0.1.2/lucene-document-security-0.1.2.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.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>
