I had to change "1.1.1-SNAPSHOT" to "1.1.1" in pom.xml in the root and "<version>1.1</version>" to "<version>1.1.1</version>" in pom.xml in each of the sub directories.
Also, some of the URLs in pom.xml in the root dir use branches/1.1 etc. where as the svn uses branches/1_1 etc for specs.
Should I create a JIRA for this attach the patch?
Vamsi
On 9/7/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
I have checked out the specs from https://svn.apache.org/repos/asf/geronimo/specs/branches/1_1_1. When I am building the specs, maven is downloading and using http://repo1.maven.org/maven2/org/apache/geronimo/specs/specs/1.1/specs-1.1.pom . The file pom.xml in the root directory is ignored.
