svn commit: r1913277 [1/3] - in /cocoon/trunk: blocks/pom.xml commons/pom.xml core/pom.xml dists/pom.xml parent/ pom.xml tools/pom.xml
[email protected] Tue, 24 Oct 2023 18:04:15 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: cdutz
Date: Tue Oct 24 18:04:15 2023
New Revision: 1913277
URL: http://svn.apache.org/viewvc?rev=1913277&view=rev
Log:
chore: Made the reactor-parent to the pom-parent for the project (moved "parent" into the root of the project)
Removed:
cocoon/trunk/parent/
Modified:
cocoon/trunk/blocks/pom.xml
cocoon/trunk/commons/pom.xml
cocoon/trunk/core/pom.xml
cocoon/trunk/dists/pom.xml
cocoon/trunk/pom.xml
cocoon/trunk/tools/pom.xml
Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?rev=1913277&r1=1913276&r2=1913277&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Tue Oct 24 18:04:15 2023
@@ -24,7 +24,6 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
<version>2.3.0-SNAPSHOT</version>
- <relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-blocks-modules</artifactId>
Modified: cocoon/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/commons/pom.xml?rev=1913277&r1=1913276&r2=1913277&view=diff
==============================================================================
--- cocoon/trunk/commons/pom.xml (original)
+++ cocoon/trunk/commons/pom.xml Tue Oct 24 18:04:15 2023
@@ -24,7 +24,6 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
<version>2.3.0-SNAPSHOT</version>
- <relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-commons</artifactId>
Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?rev=1913277&r1=1913276&r2=1913277&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Tue Oct 24 18:04:15 2023
@@ -24,7 +24,6 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
<version>2.3.0-SNAPSHOT</version>
- <relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-core-modules</artifactId>
Modified: cocoon/trunk/dists/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/pom.xml?rev=1913277&r1=1913276&r2=1913277&view=diff
==============================================================================
--- cocoon/trunk/dists/pom.xml (original)
+++ cocoon/trunk/dists/pom.xml Tue Oct 24 18:04:15 2023
@@ -24,7 +24,6 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
<version>2.3.0-SNAPSHOT</version>
- <relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-dists-modules</artifactId>