Reinhard Poetz schrieb:
> However, I haven't incremented the versions of cocoon,
> cocoon-core-modules, cocoon-tools and cocoon-blocks. I will do this
> tommorrow or on Friday.
It seems to be broken again.
I don't know the ongoing with the RC1 release Reinhard is doing - therefore I
don't commit following patch which lets me
compile at least again:
Index: blocks/cocoon-template/cocoon-template-impl/pom.xml
===================================================================
--- blocks/cocoon-template/cocoon-template-impl/pom.xml (revision 539916)
+++ blocks/cocoon-template/cocoon-template-impl/pom.xml (working copy)
@@ -77,7 +77,6 @@
<artifactId>cocoon-pipeline-impl</artifactId>
<type>test-jar</type>
<scope>test</scope>
- <version>1.0.0-RC1</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
Index: blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml
===================================================================
--- blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml (revision
539916)
+++ blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml (working copy)
@@ -27,7 +27,7 @@
<parent>
<artifactId>cocoon-blocks-modules</artifactId>
<groupId>org.apache.cocoon</groupId>
- <version>4</version>
+ <version>4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cocoon-linkrewriter-impl</artifactId>
@@ -51,7 +51,6 @@
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-core</artifactId>
- <version>2.2.0-RC1</version>
</dependency>
</dependencies>
Felix