Just because I have it fresh, I want to share some notes abuut the preparation of our first release.
Basically I followed the regular process described at http://www.apache.org/dev/release-publishing.html using the maven-release-plugin: mvn release:clean mvn release:prepare mvn release:perform -DconnectionUrl=scm:git:file://`pwd`/.git git push git push --tags The versioning schema agreed is not well supported by the maven-release-plugin. so I needed to manually fix the api versions by amending the local commits before performing the release. We should find a better approach The commons-parent causes some troubles, not only for us: https://github.com/apache/commons-vfs/blob/trunk/pom.xml#L538 I tried all, but it keeps generating a commons-rdf-parent-x.y.z-incubating-source-release.zip including wrong things (e.g., examples). And that's more or less all behind the scenes. -- Sergio Fernández Partner Technology Manager Redlink GmbH m: +43 6602747925 e: [email protected] w: http://redlink.co
