You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "P. Ottlinger" <po...@apache.org> on 2017/02/28 23:21:55 UTC

Re: incubator-tamaya-sandbox git commit: TAMAYA-250: Fixed alpha/beta identifiers.

Hi,

Am 28.02.2017 um 01:19 schrieb anatole@apache.org:
> Repository: incubator-tamaya-sandbox
> Updated Branches:
>   refs/heads/master 8d79f9732 -> 57e984010
> 
> 
> TAMAYA-250: Fixed alpha/beta identifiers.
> ----------------------------------------------------------------------
> diff --git a/apache-commons/pom.xml b/apache-commons/pom.xml
> index e31c648..8f4d945 100644
> --- a/apache-commons/pom.xml
> +++ b/apache-commons/pom.xml
> @@ -26,8 +26,7 @@ under the License.
>          <version>0.3-incubating-SNAPSHOT</version>
>          <relativePath>..</relativePath>
>      </parent>
> -    <artifactId>tamaya-commons-config</artifactId>
> -    <version>${parent.version}-beta</version>
> +    <artifactId>tamaya-commons-config_beta</artifactId>
>      <name>Apache Tamaya Modules - Apache Commons</name>
>      <packaging>jar</packaging>

I'm opposed to changing the artifactId - as a user I'd like to keep the
artifactId stable, but would like to change between

0.3-incubating-alpha-SNAPSHOT
0.3-incubating
0.3

Is underscore a "regular" version quantifier?


What's the problem with
0.3-incubating-alpha-SNAPSHOT
0.3-incubating-beta-SNAPSHOT
since these releases would include
tamaya-core 0.3-incubating-SNAPSHOT at the moment?

Cheers,
Phil