Vadim Gritsenko pisze:
> Hi,
>
> Seems like trunk got 'mavenized' to death:
LOL. ;-)
> $ svn up
> At revision 639697.
>
> $ ./build.sh clean
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.cocoon
> ArtifactId: cocoon
> Version: 6
>
> Reason: Unable to download the artifact from any repository
>
> org.apache.cocoon:cocoon:pom:6
Yup, looks like some versions got decreased instead of being increased, for
example:
[maven-release-plugin] prepare for next development iteration
Modified:
cocoon/trunk/tools/pom.xml
Modified: cocoon/trunk/tools/pom.xml
URL:
http://svn.apache.org/viewvc/cocoon/trunk/tools/pom.xml?rev=639627&r1=639626&r2=639627&view=diff
==============================================================================
--- cocoon/trunk/tools/pom.xml (original)
+++ cocoon/trunk/tools/pom.xml Fri Mar 21 06:15:09 2008
@@ -30,7 +30,7 @@
<relativePath>../parent</relativePath>
</parent>
<artifactId>cocoon-tools-modules</artifactId>
- <version>6</version>
+ <version>5-SNAPSHOT</version>
I'll try to fix that.
--
Grzegorz