2008-08-13 06:08:04 -04:00
|
|
|
<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/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache</groupId>
|
|
|
|
<artifactId>apache</artifactId>
|
|
|
|
<version>4</version>
|
|
|
|
</parent>
|
|
|
|
|
2008-08-19 17:14:45 -04:00
|
|
|
<groupId>org.apache.solr</groupId>
|
2008-08-13 06:08:04 -04:00
|
|
|
<artifactId>solr-parent</artifactId>
|
|
|
|
<name>Apache Solr Parent POM</name>
|
2010-06-16 22:25:11 -04:00
|
|
|
<version>@version@</version>
|
2008-08-13 06:08:04 -04:00
|
|
|
<description>Apache Solr Parent POM</description>
|
|
|
|
<url>http://lucene.apache.org/solr</url>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>JIRA</system>
|
|
|
|
<url>http://issues.apache.org/jira/browse/SOLR</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<ciManagement>
|
|
|
|
<system>Hudson</system>
|
|
|
|
<url>
|
|
|
|
http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/
|
|
|
|
</url>
|
|
|
|
</ciManagement>
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Solr User List</name>
|
|
|
|
<subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
|
|
|
|
<unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
|
|
|
|
<archive>
|
|
|
|
http://mail-archives.apache.org/mod_mbox/solr-user/
|
|
|
|
</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Solr Developer List</name>
|
|
|
|
<subscribe>solr-dev-subscribe@lucene.apache.org</subscribe>
|
|
|
|
<unsubscribe>solr-dev-unsubscribe@lucene.apache.org</unsubscribe>
|
|
|
|
<archive>
|
|
|
|
http://mail-archives.apache.org/mod_mbox/solr-dev/
|
|
|
|
</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Solr Commits List</name>
|
|
|
|
<subscribe>solr-commits-subscribe@lucene.apache.org</subscribe>
|
|
|
|
<unsubscribe>
|
|
|
|
solr-commits-unsubscribe@lucene.apache.org
|
|
|
|
</unsubscribe>
|
|
|
|
<archive>
|
|
|
|
http://mail-archives.apache.org/mod_mbox/solr-commits/
|
|
|
|
</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
2008-08-14 02:01:13 -04:00
|
|
|
<inceptionYear>2006</inceptionYear>
|
2008-08-13 06:08:04 -04:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache 2</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>
|
2010-04-13 11:33:32 -04:00
|
|
|
scm:svn:http://svn.apache.org/repos/asf/lucene/dev
|
2008-08-13 06:08:04 -04:00
|
|
|
</connection>
|
|
|
|
<developerConnection>
|
2010-04-13 11:33:32 -04:00
|
|
|
scm:svn:https://svn.apache.org/repos/asf/lucene/dev
|
2008-08-13 06:08:04 -04:00
|
|
|
</developerConnection>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
</project>
|