Fixed problems with static version information for dependencies to Tamaya API and Tamaya Core.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/e81a819c Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/e81a819c Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/e81a819c Branch: refs/heads/master Commit: e81a819ccdab8474a3bfcd47d3e87de45633e7ab Parents: 2e67767 Author: Oliver B. Fischer <[email protected]> Authored: Mon Jun 5 12:30:16 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Mon Jun 5 12:30:16 2017 +0200 ---------------------------------------------------------------------- modules/filter/pom.xml | 2 +- modules/formats/base/pom.xml | 1 + modules/formats/json/pom.xml | 1 + modules/formats/pom.xml | 1 + modules/formats/yaml/pom.xml | 1 + modules/injection/injection-api/pom.xml | 1 + modules/injection/pom.xml | 1 + modules/injection/standalone/pom.xml | 1 + modules/jndi/pom.xml | 2 +- modules/mutable-config/pom.xml | 3 ++- modules/resolver/pom.xml | 1 + modules/resources/pom.xml | 1 + pom.xml | 1 + 13 files changed, 14 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/filter/pom.xml ---------------------------------------------------------------------- diff --git a/modules/filter/pom.xml b/modules/filter/pom.xml index 9700829..1317396 100644 --- a/modules/filter/pom.xml +++ b/modules/filter/pom.xml @@ -60,7 +60,7 @@ under the License. <dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-spisupport</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/formats/base/pom.xml ---------------------------------------------------------------------- diff --git a/modules/formats/base/pom.xml b/modules/formats/base/pom.xml index 8e5643b..4a492fe 100644 --- a/modules/formats/base/pom.xml +++ b/modules/formats/base/pom.xml @@ -27,6 +27,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-formats</artifactId> <name>Apache Tamaya Modules Formats Common</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/formats/json/pom.xml ---------------------------------------------------------------------- diff --git a/modules/formats/json/pom.xml b/modules/formats/json/pom.xml index f3264e0..f7967f8 100644 --- a/modules/formats/json/pom.xml +++ b/modules/formats/json/pom.xml @@ -28,6 +28,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-json</artifactId> <name>Apache Tamaya JSON Support</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/formats/pom.xml ---------------------------------------------------------------------- diff --git a/modules/formats/pom.xml b/modules/formats/pom.xml index ebeb33d..472187d 100644 --- a/modules/formats/pom.xml +++ b/modules/formats/pom.xml @@ -25,6 +25,7 @@ <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-formats-all</artifactId> <name>Apache Tamaya Modules - Formats Parent</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/formats/yaml/pom.xml ---------------------------------------------------------------------- diff --git a/modules/formats/yaml/pom.xml b/modules/formats/yaml/pom.xml index 696bbfb..31a7fe5 100644 --- a/modules/formats/yaml/pom.xml +++ b/modules/formats/yaml/pom.xml @@ -28,6 +28,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-yaml</artifactId> <name>Apache Tamaya YAML Support</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/injection/injection-api/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/injection-api/pom.xml b/modules/injection/injection-api/pom.xml index 47aaeca..de4cfdb 100644 --- a/modules/injection/injection-api/pom.xml +++ b/modules/injection/injection-api/pom.xml @@ -27,6 +27,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-injection-api</artifactId> <name>Apache Tamaya Modules - Injection API</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/injection/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/pom.xml b/modules/injection/pom.xml index da03f65..3b45a85 100644 --- a/modules/injection/pom.xml +++ b/modules/injection/pom.xml @@ -25,6 +25,7 @@ <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-injection-all</artifactId> <name>Apache Tamaya Modules - Injection Parent</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/injection/standalone/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/standalone/pom.xml b/modules/injection/standalone/pom.xml index 0a5f414..cb911c4 100644 --- a/modules/injection/standalone/pom.xml +++ b/modules/injection/standalone/pom.xml @@ -27,6 +27,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-injection</artifactId> <name>Apache Tamaya Modules - Injection Standalone</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/jndi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jndi/pom.xml b/modules/jndi/pom.xml index dc79e34..2416356 100644 --- a/modules/jndi/pom.xml +++ b/modules/jndi/pom.xml @@ -60,7 +60,7 @@ under the License. <dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-spisupport</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.sun.messaging.mq</groupId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/mutable-config/pom.xml ---------------------------------------------------------------------- diff --git a/modules/mutable-config/pom.xml b/modules/mutable-config/pom.xml index a8393fd..ca7962d 100644 --- a/modules/mutable-config/pom.xml +++ b/modules/mutable-config/pom.xml @@ -25,6 +25,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-mutable-config</artifactId> <name>Apache Tamaya Modules - Mutable Configuration</name> <description>This module provides abstraction, if your scenario needs to actively change configuration entries @@ -69,7 +70,7 @@ under the License. <dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-events</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>${project.version}</version> <optional>true</optional> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/resolver/pom.xml ---------------------------------------------------------------------- diff --git a/modules/resolver/pom.xml b/modules/resolver/pom.xml index 3633c1e..ec80a62 100644 --- a/modules/resolver/pom.xml +++ b/modules/resolver/pom.xml @@ -27,6 +27,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-resolver</artifactId> <name>Apache Tamaya Resolver Services</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/modules/resources/pom.xml ---------------------------------------------------------------------- diff --git a/modules/resources/pom.xml b/modules/resources/pom.xml index 627bf0e..5ee1432 100644 --- a/modules/resources/pom.xml +++ b/modules/resources/pom.xml @@ -27,6 +27,7 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> + <artifactId>tamaya-resources</artifactId> <name>Apache Tamaya Resource Services</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e81a819c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index beb1ac7..c6b3951 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ under the License. <artifactId>apache</artifactId> <version>18</version> </parent> + <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-extensions-all</artifactId> <version>0.3-incubating-SNAPSHOT</version>
