Java Modularity: Naming and Versioning Conventions
General Guidelines * Use the same version number for the bundles and Maven artifacts for releases * For snapshots, append .SNAPSHOT for the bundle version and -SNAPSHOT for Maven (E.g. Bundle: 0.0.1.SNAPSHOT, Artifact: 0.0.1-SNAPSHOT) * Use the same name for bundle name and artifact ID * When a