Hi Jason,

Jason Dillon wrote:

> I think I have tracked this down... looks like ${pom.version} is
> getting resolved to a timestamp version instead of the value it its
> parents <version> element.
> 
> Is this expected?
> 
> If my parent has 1.1-SNAPSHOT, and an intermediate module defines a
> dependency using ${pom.version}, should this resolve to 1.1-SNAPSHOT
> or to 1.1-<timestamp>-<build> for the current module?

What's you setting for the repo? See "uniqueVersion":
http://maven.apache.org/ref/current/maven-model/maven.html#class_snapshotRepository

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to