You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2012/01/03 11:19:16 UTC

[28/50] [abbrv] git commit: Rename packages in preparation for move to Apache

Rename packages in preparation for move to Apache


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/9adaa076
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/9adaa076
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/9adaa076

Branch: refs/heads/dev
Commit: 9adaa076ec9b23dee07acbb8bcc9e2016e83bf29
Parents: a7b4afb
Author: Bruce Robbins <ro...@everychoose-lm.corp.yahoo.com>
Authored: Thu Nov 17 23:08:10 2011 -0800
Committer: Bruce Robbins <ro...@everychoose-lm.corp.yahoo.com>
Committed: Thu Nov 17 23:08:10 2011 -0800

----------------------------------------------------------------------
 build.gradle |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/9adaa076/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 0545c8d..3a362c3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -101,7 +101,7 @@ subprojects {
 
     //defaultTasks 'build'
 
-    group = 'io.s4'
+    group = 'org.apache.s4'
     
     /* Remove this once this bug is fixed: http://issues.gradle.org/browse/GRADLE-1157 */
     eclipseClasspath {
@@ -121,7 +121,7 @@ subprojects {
         'Implementation-Url': 'http://s4.io',
         'Implementation-Version': version,
         'Implementation-Vendor': 'The S4 Project',
-        'Implementation-Vendor-Id': 'io.s4'
+        'Implementation-Vendor-Id': 'org.apache.s4'
         )
 }