You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/11/16 13:42:48 UTC

svn commit: r1202668 - /incubator/jena/Jena2/LARQ/trunk/pom.xml

Author: castagna
Date: Wed Nov 16 12:42:47 2011
New Revision: 1202668

URL: http://svn.apache.org/viewvc?rev=1202668&view=rev
Log:
LARQ version is now 1.0.0-incubating-SNAPSHOT.
Lucene has been upgraded from 3.1.0 to 3.4.0 (send feedback if this is going to cause trouble to anyone).
Removed unnecessary <mailingLists> which are now in the parent JenaTop pom.xml file.

Modified:
    incubator/jena/Jena2/LARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1202668&r1=1202667&r2=1202668&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Wed Nov 16 12:42:47 2011
@@ -23,20 +23,19 @@
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-top</artifactId>
     <version>0-incubating-SNAPSHOT</version>
-    <relativePath>../JenaTop/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-larq</artifactId>
   <packaging>jar</packaging>
   <name>LARQ</name>
-  <version>0.2.2-incubating-SNAPSHOT</version>
+  <version>1.0.0-incubating-SNAPSHOT</version>
 
   <description>LARQ - Free Text Indexing for SPARQL</description>
   <url>http://incubator.apache.org/jena/documentation/larq/</url>
 
   <properties>
-    <ver.lucene>3.1.0</ver.lucene>
+    <ver.lucene>3.4.0</ver.lucene>
   </properties>
 
   <developers>
@@ -189,39 +188,6 @@
     <url>http://issues.apache.org/jira/browse/JENA</url>
   </issueManagement>
 
-  <mailingLists>
-    <mailingList>
-      <name>Users</name>
-      <post>jena-users@incubator.apache.org</post>
-      <subscribe>jena-users-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>jena-users-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-jena-users/</archive>
-      <otherArchives>
-        <otherArchive>http://incubator.apache.org/mail/jena-users/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Development</name>
-      <post>jena-dev@incubator.apache.org</post>
-      <subscribe>jena-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>jena-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-jena-dev/</archive>
-      <otherArchives>
-        <otherArchive>http://incubator.apache.org/mail/jena-dev/</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Commits</name>
-      <post>jena-commits@incubator.apache.org</post>
-      <subscribe>jena-commits-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>jena-commits-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-jena-commits/</archive>
-      <otherArchives>
-        <otherArchive>http://incubator.apache.org/mail/jena-commits/</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-
   <reporting>
 
     <plugins>