[jboss-maven2-commits] Repository SVN: r31077 - maven2/org/apache/lucene/lucene-regex/2.9.1.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Wed Nov 18 16:09:40 EST 2009


Author: rhauch
Date: 2009-11-18 16:09:40 -0500 (Wed, 18 Nov 2009)
New Revision: 31077

Added:
   maven2/org/apache/lucene/lucene-regex/2.9.1/lucene-regex-2.9.1.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/apache/lucene/lucene-regex/2.9.1/lucene-regex-2.9.1.pom

Added: maven2/org/apache/lucene/lucene-regex/2.9.1/lucene-regex-2.9.1.pom
===================================================================
--- maven2/org/apache/lucene/lucene-regex/2.9.1/lucene-regex-2.9.1.pom	                        (rev 0)
+++ maven2/org/apache/lucene/lucene-regex/2.9.1/lucene-regex-2.9.1.pom	2009-11-18 21:09:40 UTC (rev 31077)
@@ -0,0 +1,43 @@
+<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.lucene</groupId>
+    <artifactId>lucene-contrib</artifactId>
+    <version>2.9.1</version>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-regex</artifactId>
+  <name>Lucene Regex</name>
+  <version>2.9.1</version>
+  <description>Regular expression query</description>
+  <packaging>jar</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>jakarta-regexp</groupId>
+      <artifactId>jakarta-regexp</artifactId>
+      <version>${jakarta-regexp-version}</version>
+    </dependency>
+  </dependencies>
+</project>



More information about the jboss-maven2-commits mailing list