Lukas Theussl wrote:
I don't quite grog the m2 release process yet...
Sorry for my ignorance (I never did a release with m2 yet), but tagging
a release before the vote has passed is not what is described at [1].
The new version tags make continuum (temporarily) unhappy [2,3].
Now I get it. It's because we are making two different releases at the
same time, where one release is dependent on the other. It shouldn't
happen again once doxia and doxia-sitetools have different release-cycles.
I can't build the doxia site from trunk now because it has a dependency
on doxia-maven-plugin-1.0-alpha-9, which is not released yet, and I
can't install it locally because it's version is already at
1.0-alpha-10-SNAPSHOT...
Is there something I am missing or I should read about?
Thanks,
-Lukas
[1] http://maven.apache.org/developers/release/pmc-release-process.html
[2]
http://maven.zones.apache.org/continuum/buildResult.action?buildId=20980&projectId=331
[3]
http://maven.zones.apache.org/continuum/buildResult.action?buildId=20981&projectId=332
Vincent Siveton wrote:
Hi,
Shouldn't be 1.0-beta-1 instead of 1.0-alpha-10-SNAPSHOT?
Cheers,
Vincent
2007/9/9, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Author: dennisl
Date: Sun Sep 9 10:24:41 2007
New Revision: 574034
URL: http://svn.apache.org/viewvc?rev=574034&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/doxia/doxia/trunk/doxia-book/pom.xml
maven/doxia/doxia/trunk/doxia-core/pom.xml
maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
maven/doxia/doxia/trunk/doxia-modules/pom.xml
maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
maven/doxia/doxia/trunk/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=574034&r1=574033&r2=574034&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Sun Sep 9 10:24:41 2007
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
- <version>1.0-alpha-9</version>
+ <version>1.0-alpha-10-SNAPSHOT</version>
</parent>
<artifactId>doxia-book</artifactId>
<name>Doxia :: Book Component</name>
--
Dennis Lundberg