You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2014/04/01 13:27:18 UTC

git commit: rename batchee-parent to just 'batchee'

Repository: incubator-batchee
Updated Branches:
  refs/heads/master 1f8a19028 -> 1c1e11e51


rename batchee-parent to just 'batchee'

whoops missed to also fix the child projects


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/1c1e11e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/1c1e11e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/1c1e11e5

Branch: refs/heads/master
Commit: 1c1e11e51ea603fa949b6a70f72ac1dd8211a4a3
Parents: 1f8a190
Author: Mark Struberg <st...@apache.org>
Authored: Tue Apr 1 13:26:15 2014 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Apr 1 13:26:57 2014 +0200

----------------------------------------------------------------------
 extensions/pom.xml | 2 +-
 gui/pom.xml        | 2 +-
 jbatch/pom.xml     | 2 +-
 test/pom.xml       | 2 +-
 tools/pom.xml      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1c1e11e5/extensions/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/pom.xml b/extensions/pom.xml
index e1d4d18..493ec69 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <artifactId>batchee-parent</artifactId>
+        <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
         <version>0.1-incubating-SNAPSHOT</version>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1c1e11e5/gui/pom.xml
----------------------------------------------------------------------
diff --git a/gui/pom.xml b/gui/pom.xml
index a1c00f8..e34c60f 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <artifactId>batchee-parent</artifactId>
+        <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
         <version>0.1-incubating-SNAPSHOT</version>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1c1e11e5/jbatch/pom.xml
----------------------------------------------------------------------
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index dde48c7..cabee04 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <artifactId>batchee-parent</artifactId>
+        <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
         <version>0.1-incubating-SNAPSHOT</version>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1c1e11e5/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index 677d7c1..4e6631f 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>batchee-parent</artifactId>
+    <artifactId>batchee</artifactId>
     <groupId>org.apache.batchee</groupId>
     <version>0.1-incubating-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1c1e11e5/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 4c19eef..dbc305c 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <artifactId>batchee-parent</artifactId>
+        <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
         <version>0.1-incubating-SNAPSHOT</version>
     </parent>