[jboss-cvs] Repository SVN: r24271 - in maven2/org/apache/lucene/lucene-contrib: 2.4.0 and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 8 03:57:29 EDT 2009
Author: hardy.ferentschik
Date: 2009-04-08 03:57:29 -0400 (Wed, 08 Apr 2009)
New Revision: 24271
Added:
maven2/org/apache/lucene/lucene-contrib/2.4.0/
maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom
maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.asc
maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.md5
maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.sha1
maven2/org/apache/lucene/lucene-contrib/2.4.1/
maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom
maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.asc
maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.md5
maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.sha1
Log:
added lucene-contrib for 2.4.0 and 2.4.1
Added: maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1,48 @@
+<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-parent</artifactId>
+ <version>2.4.0</version>
+ </parent>
+ <artifactId>lucene-contrib</artifactId>
+ <name>Lucene Java Contrib POM</name>
+ <version>2.4.0</version>
+ <packaging>pom</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>2.4.0</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <commons-logging-version>1.0.4</commons-logging-version>
+ <commons-digester-version>1.7</commons-digester-version>
+ <commons-collections-version>3.1</commons-collections-version>
+ <commons-beanutils-version>1.7.0</commons-beanutils-version>
+ <jakarta-regexp-version>1.4</jakarta-regexp-version>
+ </properties>
+</project>
Added: maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.asc
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.asc (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.asc 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+iD8DBQBI6PAs8RmUH25o2mERArj3AKCTSGXNQhLSsiFpvK0n5uh5MhnI5ACcCVRw
+5dox/qsx9dEysx+5PBRjQeo=
+=4EjN
+-----END PGP SIGNATURE-----
Added: maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.md5
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.md5 (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.md5 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1 @@
+99dd3dca10f9ff513f643ce0256feaaf
\ No newline at end of file
Added: maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.sha1
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.sha1 (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.0/lucene-contrib-2.4.0.pom.sha1 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1 @@
+89efd83dcba4e44eea50ff4bc6c4cd819efa32f7
\ No newline at end of file
Added: maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1,48 @@
+<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-parent</artifactId>
+ <version>2.4.1</version>
+ </parent>
+ <artifactId>lucene-contrib</artifactId>
+ <name>Lucene Java Contrib POM</name>
+ <version>2.4.1</version>
+ <packaging>pom</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>2.4.1</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <commons-logging-version>1.0.4</commons-logging-version>
+ <commons-digester-version>1.7</commons-digester-version>
+ <commons-collections-version>3.1</commons-collections-version>
+ <commons-beanutils-version>1.7.0</commons-beanutils-version>
+ <jakarta-regexp-version>1.4</jakarta-regexp-version>
+ </properties>
+</project>
Added: maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.asc
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.asc (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.asc 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+iD8DBQBJrvqV8RmUH25o2mERAi5/AJwOCJ92cisJHTmAxYZKuQRRs+EnPgCfdSVU
+/auDq9FYqfmYYdgCrDgdM38=
+=2Fhr
+-----END PGP SIGNATURE-----
Added: maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.md5
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.md5 (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.md5 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1 @@
+ee2efc765c43812afea0666456421db7
\ No newline at end of file
Added: maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.sha1
===================================================================
--- maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.sha1 (rev 0)
+++ maven2/org/apache/lucene/lucene-contrib/2.4.1/lucene-contrib-2.4.1.pom.sha1 2009-04-08 07:57:29 UTC (rev 24271)
@@ -0,0 +1 @@
+b6e68c97cdca9604781b805154f149eb2caa3df8
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list