[jboss-cvs] Repository SVN: r24267 - in maven2/org/apache/lucene/lucene-parent: 2.4.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 03:44:29 EDT 2009


Author: hardy.ferentschik
Date: 2009-04-08 03:44:29 -0400 (Wed, 08 Apr 2009)
New Revision: 24267

Added:
   maven2/org/apache/lucene/lucene-parent/2.4.1/
   maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom
   maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.asc
   maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.md5
   maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.sha1
Log:
added lucene parent 2.4.1

Added: maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom
===================================================================
--- maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom	                        (rev 0)
+++ maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom	2009-04-08 07:44:29 UTC (rev 24267)
@@ -0,0 +1,89 @@
+<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.
+  -->
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-parent</artifactId>
+  <name>Lucene Java POM</name>
+  <version>2.4.1</version>
+  <description>Apache Lucene Java POM</description>
+  <url>http://lucene.apache.org/java</url>
+  <packaging>pom</packaging>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/LUCENE</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Hudson</system>
+    <url>
+      http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/
+    </url>
+  </ciManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Java User List</name>
+      <subscribe>java-user-subscribe at lucene.apache.org</subscribe>
+      <unsubscribe>java-user-unsubscribe at lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/java-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>java-dev-subscribe at lucene.apache.org</subscribe>
+      <unsubscribe>java-dev-unsubscribe at lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/java-dev/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>java-commits-subscribe at lucene.apache.org</subscribe>
+      <unsubscribe>
+        java-commits-unsubscribe at lucene.apache.org
+      </unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2000</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/lucene/java
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/lucene/java
+    </developerConnection>
+  </scm>
+</project>

Added: maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.asc
===================================================================
--- maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.asc	                        (rev 0)
+++ maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.asc	2009-04-08 07:44:29 UTC (rev 24267)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+iD8DBQBJrvqV8RmUH25o2mERAsLuAJ9Fjhysb60fbW2VcfrswCkLkwQUggCfcykQ
+992WfKS9B45h8cVtR/a8yeg=
+=s3ny
+-----END PGP SIGNATURE-----

Added: maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.md5
===================================================================
--- maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.md5	                        (rev 0)
+++ maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.md5	2009-04-08 07:44:29 UTC (rev 24267)
@@ -0,0 +1 @@
+7312453a69e6c78048b4a8cc73098b1e
\ No newline at end of file

Added: maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.sha1
===================================================================
--- maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.sha1	                        (rev 0)
+++ maven2/org/apache/lucene/lucene-parent/2.4.1/lucene-parent-2.4.1.pom.sha1	2009-04-08 07:44:29 UTC (rev 24267)
@@ -0,0 +1 @@
+5fad1721a28939f795faf94693b18659654f4b85
\ No newline at end of file




More information about the jboss-cvs-commits mailing list