<parent>
<artifactId>specs</
artifactId>
<groupId>org.apache.geronimo.specs
</groupId>
<version>1.1</version>
</parent>
</parent>
where as other spec jars have 1.1.1 in the version tag under parent.
I do not know if this has any impact. But I think it is better to correct it.
Thanks,
Vamsi
---------- Forwarded message ----------
From: Vamsavardhana Reddy <[EMAIL PROTECTED]>
Date: Sep 12, 2006 11:30 PM
Subject: specs\branches\1_1_1\geronimo-spec-corba\pom.xml uses version 1.1 in parent
To: [email protected]
specs\branches\1_1_1\geronimo-spec-corba\pom.xml has the following.
<parent>
<artifactId>specs</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<version>1.1</version>
</parent>
It is using 1.1 for version in parent. Every other pom.xml in the tree uses 1.1.1
Is this missed out or is it the way it should be?
Vamsi
<parent>
<artifactId>specs</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<version>1.1</version>
</parent>
It is using 1.1 for version in parent. Every other pom.xml in the tree uses 1.1.1
Is this missed out or is it the way it should be?
Vamsi
