You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/01/05 22:58:35 UTC

[couchdb] 05/07: remove inheritance

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch import-nouveau-reorg
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 42d86e1ca420a71bc3393d89b6b103f5c1d4fb09
Author: Robert Newson <rn...@apache.org>
AuthorDate: Mon Jan 2 22:46:38 2023 +0000

    remove inheritance
---
 java/nouveau/server/pom.xml              | 5 -----
 java/nouveau/shaded-lucene-4.6.1/pom.xml | 5 -----
 java/nouveau/shaded-lucene-9.x/pom.xml   | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/java/nouveau/server/pom.xml b/java/nouveau/server/pom.xml
index 3e76b46ab..123521ee4 100644
--- a/java/nouveau/server/pom.xml
+++ b/java/nouveau/server/pom.xml
@@ -13,11 +13,6 @@
 -->
 <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">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.couchdb.nouveau</groupId>
-    <artifactId>parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
 
   <groupId>org.apache.couchdb.nouveau</groupId>
   <artifactId>server</artifactId>
diff --git a/java/nouveau/shaded-lucene-4.6.1/pom.xml b/java/nouveau/shaded-lucene-4.6.1/pom.xml
index ccd77771b..e6a608e64 100644
--- a/java/nouveau/shaded-lucene-4.6.1/pom.xml
+++ b/java/nouveau/shaded-lucene-4.6.1/pom.xml
@@ -13,11 +13,6 @@
 -->
 <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">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.couchdb.nouveau</groupId>
-    <artifactId>parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
 
   <groupId>org.apache.couchdb.nouveau</groupId>
   <artifactId>shaded-lucene-4.6.1</artifactId>
diff --git a/java/nouveau/shaded-lucene-9.x/pom.xml b/java/nouveau/shaded-lucene-9.x/pom.xml
index a9cf11482..5cd769a8d 100644
--- a/java/nouveau/shaded-lucene-9.x/pom.xml
+++ b/java/nouveau/shaded-lucene-9.x/pom.xml
@@ -13,11 +13,6 @@
 -->
 <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">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.couchdb.nouveau</groupId>
-    <artifactId>parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
 
   <groupId>org.apache.couchdb.nouveau</groupId>
   <artifactId>shaded-lucene-9.x</artifactId>