Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Minor mods to allow forked wikisearch subtree to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tequalsme committed Oct 10, 2013
1 parent 2807eda commit c726b59
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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.

lib/
target/
2 changes: 1 addition & 1 deletion ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>accumulo-wikisearch</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.4</version>
<version>1.4.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<artifactId>accumulo-examples</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.4</version>
<relativePath>../</relativePath>
</parent>
<artifactId>accumulo-wikisearch</artifactId>
<version>1.4.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>accumulo-wikisearch</name>

Expand Down Expand Up @@ -152,7 +152,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.commons-lang>2.4</version.commons-lang>
<version.accumulo>${project.version}</version.accumulo>
<version.accumulo>1.4.4</version.accumulo>
<version.commons-jexl>2.0.1</version.commons-jexl>
<version.commons-codec>1.5</version.commons-codec>
<version.ejb-spec-api>1.0.1.Final</version.ejb-spec-api>
Expand Down Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
<version>${project.version}</version>
<version>${version.accumulo}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -200,7 +200,7 @@
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>cloudtrace</artifactId>
<version>${project.version}</version>
<version>${version.accumulo}</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
Expand Down
2 changes: 1 addition & 1 deletion query-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>accumulo-wikisearch</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.4</version>
<version>1.4.5-SNAPSHOT</version>
</parent>

<artifactId>wikisearch-query-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>accumulo-wikisearch</artifactId>
<groupId>org.apache.accumulo</groupId>
<version>1.4.4</version>
<version>1.4.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit c726b59

Please sign in to comment.