You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by go...@apache.org on 2017/04/12 17:19:36 UTC

airavata git commit: Rename job-submission worker task

Repository: airavata
Updated Branches:
  refs/heads/feature-workload-mgmt 8fd07e932 -> 41663569f


Rename job-submission worker task


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

Branch: refs/heads/feature-workload-mgmt
Commit: 41663569febd9206863fc9ae70a98af76bc8211b
Parents: 8fd07e9
Author: Gourav Shenoy <go...@apache.org>
Authored: Wed Apr 12 13:19:33 2017 -0400
Committer: Gourav Shenoy <go...@apache.org>
Committed: Wed Apr 12 13:19:33 2017 -0400

----------------------------------------------------------------------
 modules/worker/task-job-submission/pom.xml | 18 -----------------
 modules/worker/task-jobsubmission/pom.xml  | 26 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/41663569/modules/worker/task-job-submission/pom.xml
----------------------------------------------------------------------
diff --git a/modules/worker/task-job-submission/pom.xml b/modules/worker/task-job-submission/pom.xml
deleted file mode 100644
index 6f4f832..0000000
--- a/modules/worker/task-job-submission/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>airavata-worker</artifactId>
-        <groupId>org.apache.airavata</groupId>
-        <version>0.17-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>task-job-submission</artifactId>
-    <name>Task Job Submission</name>
-    <url>http://airavata.apache.org</url>
-
-
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/airavata/blob/41663569/modules/worker/task-jobsubmission/pom.xml
----------------------------------------------------------------------
diff --git a/modules/worker/task-jobsubmission/pom.xml b/modules/worker/task-jobsubmission/pom.xml
new file mode 100644
index 0000000..2cfb818
--- /dev/null
+++ b/modules/worker/task-jobsubmission/pom.xml
@@ -0,0 +1,26 @@
+<?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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>airavata-worker</artifactId>
+        <groupId>org.apache.airavata</groupId>
+        <version>0.17-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>airavata-task-jobsubmission</artifactId>
+    <name>Airavata Task Job Submission</name>
+    <packaging>jar</packaging>
+    <url>http://airavata.apache.org</url>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-worker-commons</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+</project>
\ No newline at end of file