You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2015/01/05 21:08:48 UTC

incubator-tamaya git commit: TAMAYA-43: Added missing pom.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 3eccc0621 -> 37725cd05


TAMAYA-43: Added missing pom.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/37725cd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/37725cd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/37725cd0

Branch: refs/heads/master
Commit: 37725cd059e461b51cb1513bc985faf607ffecb4
Parents: 3eccc06
Author: anatole <an...@apache.org>
Authored: Mon Jan 5 21:08:38 2015 +0100
Committer: anatole <an...@apache.org>
Committed: Mon Jan 5 21:08:38 2015 +0100

----------------------------------------------------------------------
 modules/resources/pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/37725cd0/modules/resources/pom.xml
----------------------------------------------------------------------
diff --git a/modules/resources/pom.xml b/modules/resources/pom.xml
new file mode 100644
index 0000000..c7e1e32
--- /dev/null
+++ b/modules/resources/pom.xml
@@ -0,0 +1,45 @@
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy current the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tamaya.ext</groupId>
+        <artifactId>tamaya-extensions</artifactId>
+        <version>0.2-SNAPSHOT</version>
+        <relativePath>..</relativePath>
+    </parent>
+    <artifactId>tamaya-resources</artifactId>
+    <name>Apache Tamaya Resource Services</name>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tamaya</groupId>
+            <artifactId>tamaya-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tamaya.ext</groupId>
+            <artifactId>tamaya-formats</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+</project>