OK, so here's the issue of maintaining two project versions for two
versions of Scala, which produce incompatible classes.  I decided to
deploy them separately -- Scala 2.7.x will produce versions such as
2.7.5-1.0, and under Scala 2.8.x, I'll have 2.8.0-1.0.

So, in my pom, at least those things will differ:
-- scala.version property
-- prefixes of versions of all dependencies

The sources themselves will differ in very few places.  Now how can I
use inheritance of poms and what else for least redundant versioning?

Cheers,
Alexy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to