You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/09/26 20:28:59 UTC

airavata git commit: adding a place holder for allocation manager

Repository: airavata
Updated Branches:
  refs/heads/develop ebdf8977f -> db2a68268


adding a place holder for allocation manager


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/db2a6826
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/db2a6826
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/db2a6826

Branch: refs/heads/develop
Commit: db2a6826851e5b7cafeeb60185ed1204c0bb9281
Parents: ebdf897
Author: Suresh Marru <sm...@apache.org>
Authored: Tue Sep 26 16:28:54 2017 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Tue Sep 26 16:28:54 2017 -0400

----------------------------------------------------------------------
 modules/allocation-manager/pom.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/db2a6826/modules/allocation-manager/pom.xml
----------------------------------------------------------------------
diff --git a/modules/allocation-manager/pom.xml b/modules/allocation-manager/pom.xml
new file mode 100644
index 0000000..b6bebc5
--- /dev/null
+++ b/modules/allocation-manager/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <parent>
+        <groupId>org.apache.airavata</groupId>
+        <artifactId>airavata</artifactId>
+        <version>0.17-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>allocation-manager</artifactId>
+    <version>0.17-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Airavata Resource Allocation Manager</name>
+    <url>http://airavata.apache.org/</url>
+
+    <modules>
+        <module>allocation-manager-stubs</module>
+        <module>allocation-manager-service</module>
+        <module>allocation-manager-database</module>
+    </modules>
+
+    
+</project>