You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/04/01 15:58:41 UTC

[1/2] git commit: Creating v0.2.0 branch and changing version numbers.

Updated Branches:
  refs/heads/v0.2.0 [created] 8966f8d59


Creating v0.2.0 branch and changing version numbers.


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

Branch: refs/heads/v0.2.0
Commit: 1d5e0069b0af5be4bb64a072fc5705fbe656a049
Parents: d99d680
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Fri Mar 29 21:57:11 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Fri Mar 29 21:57:11 2013 -0400

----------------------------------------------------------------------
 build.xml                                          |    2 +-
 gateway-demo/pom.xml                               |    2 +-
 gateway-i18n-logging-log4j/pom.xml                 |    2 +-
 gateway-i18n-logging-sl4j/pom.xml                  |    2 +-
 gateway-i18n/pom.xml                               |    2 +-
 gateway-provider-hostmap-static/pom.xml            |    2 +-
 gateway-provider-identity-assertion-pseudo/pom.xml |    2 +-
 gateway-provider-rewrite/pom.xml                   |    2 +-
 gateway-provider-secure-query/pom.xml              |    2 +-
 gateway-provider-security-jwt/pom.xml              |    2 +-
 gateway-provider-security-shiro/pom.xml            |    2 +-
 gateway-release/pom.xml                            |    2 +-
 gateway-server-launcher/pom.xml                    |    2 +-
 gateway-server/pom.xml                             |    2 +-
 gateway-service-hdfs/pom.xml                       |    2 +-
 gateway-service-oozie/pom.xml                      |    2 +-
 gateway-service-templeton/pom.xml                  |    2 +-
 gateway-shell-launcher/pom.xml                     |    2 +-
 gateway-shell/pom.xml                              |    4 +---
 .../hadoop/gateway/shell/hdfs/Example.groovy       |    6 +++---
 .../hadoop/gateway/shell/job/ExampleHive.groovy    |    2 +-
 .../hadoop/gateway/shell/job/ExampleJava.groovy    |    4 ++--
 .../hadoop/gateway/shell/job/ExamplePig.groovy     |    2 +-
 .../hadoop/gateway/shell/workflow/Example.groovy   |    4 ++--
 gateway-spi/pom.xml                                |    2 +-
 gateway-test-ldap-launcher/pom.xml                 |    2 +-
 gateway-test-ldap/pom.xml                          |    2 +-
 gateway-test-utils/pom.xml                         |    2 +-
 gateway-test/pom.xml                               |    2 +-
 gateway-util-common/pom.xml                        |    2 +-
 gateway-util-launcher/pom.xml                      |    2 +-
 gateway-util-urltemplate/pom.xml                   |    2 +-
 pom.xml                                            |    4 ++--
 33 files changed, 38 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f4b184f..4b7b696 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@
     <property name="gateway-name" value="Apache Knox (Incubator)"/>
     <property name="gateway-project" value="knox"/>
     <property name="gateway-artifact" value="knox"/>
-    <property name="gateway-version" value="0.2.0-SNAPSHOT"/>
+    <property name="gateway-version" value="0.2.0"/>
     <property name="release-manager" value="kminder"/>
 
     <property name="gateway-home" value="${gateway-artifact}-${gateway-version}"/>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-demo/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-demo/pom.xml b/gateway-demo/pom.xml
index 65ba113..69612b9 100644
--- a/gateway-demo/pom.xml
+++ b/gateway-demo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-demo</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-i18n-logging-log4j/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-i18n-logging-log4j/pom.xml b/gateway-i18n-logging-log4j/pom.xml
index b430faf..7f619aa 100644
--- a/gateway-i18n-logging-log4j/pom.xml
+++ b/gateway-i18n-logging-log4j/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-i18n-logging-log4j</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-i18n-logging-sl4j/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-i18n-logging-sl4j/pom.xml b/gateway-i18n-logging-sl4j/pom.xml
index 2c0be1f..f568e2b 100644
--- a/gateway-i18n-logging-sl4j/pom.xml
+++ b/gateway-i18n-logging-sl4j/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-i18n-logging-sl4j</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-i18n/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-i18n/pom.xml b/gateway-i18n/pom.xml
index 44213b5..3c84b3a 100644
--- a/gateway-i18n/pom.xml
+++ b/gateway-i18n/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-i18n</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-provider-hostmap-static/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-hostmap-static/pom.xml b/gateway-provider-hostmap-static/pom.xml
index 1d41015..4cfc05b 100644
--- a/gateway-provider-hostmap-static/pom.xml
+++ b/gateway-provider-hostmap-static/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-provider-hostmap-static</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-provider-identity-assertion-pseudo/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-identity-assertion-pseudo/pom.xml b/gateway-provider-identity-assertion-pseudo/pom.xml
index 4e7d839..47d93ee 100644
--- a/gateway-provider-identity-assertion-pseudo/pom.xml
+++ b/gateway-provider-identity-assertion-pseudo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-provider-identity-assertion-pseudo</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-provider-rewrite/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite/pom.xml b/gateway-provider-rewrite/pom.xml
index 56f3acd..3b1f8f4 100644
--- a/gateway-provider-rewrite/pom.xml
+++ b/gateway-provider-rewrite/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-provider-rewrite</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-provider-secure-query/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-secure-query/pom.xml b/gateway-provider-secure-query/pom.xml
index 38eabd3..914a7a6 100644
--- a/gateway-provider-secure-query/pom.xml
+++ b/gateway-provider-secure-query/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-provider-secure-query</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-provider-security-jwt/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-jwt/pom.xml b/gateway-provider-security-jwt/pom.xml
index 9a15a04..814788f 100644
--- a/gateway-provider-security-jwt/pom.xml
+++ b/gateway-provider-security-jwt/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-provider-security-jwt</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-provider-security-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-shiro/pom.xml b/gateway-provider-security-shiro/pom.xml
index ce8260a..78f03c3 100644
--- a/gateway-provider-security-shiro/pom.xml
+++ b/gateway-provider-security-shiro/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-provider-security-shiro</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index 7289778..c052032 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-release</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-server-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server-launcher/pom.xml b/gateway-server-launcher/pom.xml
index 1646e1c..bf8f574 100644
--- a/gateway-server-launcher/pom.xml
+++ b/gateway-server-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>gateway-server-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-server/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml
index f182daf..40e7378 100644
--- a/gateway-server/pom.xml
+++ b/gateway-server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-server</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-service-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-hdfs/pom.xml b/gateway-service-hdfs/pom.xml
index 1177c03..aa03cf5 100644
--- a/gateway-service-hdfs/pom.xml
+++ b/gateway-service-hdfs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-service-hdfs</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-service-oozie/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-oozie/pom.xml b/gateway-service-oozie/pom.xml
index 70db05a..c30bbb9 100644
--- a/gateway-service-oozie/pom.xml
+++ b/gateway-service-oozie/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-service-oozie</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-service-templeton/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-templeton/pom.xml b/gateway-service-templeton/pom.xml
index 217ed66..648841c 100644
--- a/gateway-service-templeton/pom.xml
+++ b/gateway-service-templeton/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-service-templeton</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell-launcher/pom.xml b/gateway-shell-launcher/pom.xml
index d056e93..c4a56ba 100644
--- a/gateway-shell-launcher/pom.xml
+++ b/gateway-shell-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>gateway-shell-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml
index 3ee8493..5f2746a 100644
--- a/gateway-shell/pom.xml
+++ b/gateway-shell/pom.xml
@@ -23,12 +23,10 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
-    <groupId>org.apache.hadoop</groupId>
     <artifactId>gateway-shell</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/hdfs/Example.groovy
----------------------------------------------------------------------
diff --git a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/hdfs/Example.groovy b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/hdfs/Example.groovy
index 23eec1c..671d8ad 100644
--- a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/hdfs/Example.groovy
+++ b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/hdfs/Example.groovy
@@ -24,9 +24,9 @@ import static java.util.concurrent.TimeUnit.SECONDS
 gateway = "https://localhost:8443/gateway/sample"
 username = "mapred"
 password = "mapred-password"
-jarFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/hadoop-examples.jar"
-inputFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/LICENSE"
-outputFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/OUTPUT"
+jarFile = "samples/hadoop-examples.jar"
+inputFile = "LICENSE"
+outputFile = "OUTPUT"
 
 hadoop = Hadoop.login( gateway, username, password )
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleHive.groovy
----------------------------------------------------------------------
diff --git a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleHive.groovy b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleHive.groovy
index 8f09906..066cee3 100644
--- a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleHive.groovy
+++ b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleHive.groovy
@@ -26,7 +26,7 @@ import org.apache.hadoop.gateway.shell.Hadoop
 gateway = "https://localhost:8443/gateway/sample"
 username = "mapred"
 password = "mapred-password"
-inputFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/LICENSE"
+inputFile = "LICENSE"
 
 script = "select+*+from+pokes;"
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleJava.groovy
----------------------------------------------------------------------
diff --git a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleJava.groovy b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleJava.groovy
index 6681fa1..a9dfcad 100644
--- a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleJava.groovy
+++ b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExampleJava.groovy
@@ -26,8 +26,8 @@ import org.apache.hadoop.gateway.shell.Hadoop
 gateway = "https://localhost:8443/gateway/sample"
 username = "mapred"
 password = "mapred-password"
-inputFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/LICENSE"
-jarFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/hadoop-examples.jar"
+inputFile = "LICENSE"
+jarFile = "samples/hadoop-examples.jar"
 
 hadoop = Hadoop.login( gateway, username, password )
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExamplePig.groovy
----------------------------------------------------------------------
diff --git a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExamplePig.groovy b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExamplePig.groovy
index 734208a..1118422 100644
--- a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExamplePig.groovy
+++ b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/job/ExamplePig.groovy
@@ -26,7 +26,7 @@ import org.apache.hadoop.gateway.shell.Hadoop
 gateway = "https://localhost:8443/gateway/sample"
 username = "mapred"
 password = "mapred-password"
-inputFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/LICENSE"
+inputFile = "LICENSE"
 
 script = """\
 A = load '/tmp/test/input/FILE' using PigStorage(':');

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/workflow/Example.groovy
----------------------------------------------------------------------
diff --git a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/workflow/Example.groovy b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/workflow/Example.groovy
index 16a698f..c67e8e4 100644
--- a/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/workflow/Example.groovy
+++ b/gateway-shell/src/main/java/org/apache/hadoop/gateway/shell/workflow/Example.groovy
@@ -28,8 +28,8 @@ jobTracker = "sandbox:50300";
 nameNode = "sandbox:8020";
 username = "mapred"
 password = "mapred-password"
-inputFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/LICENSE"
-jarFile = "/Users/kevin.minder/Projects/gateway-0.2.0-SNAPSHOT/hadoop-examples.jar"
+inputFile = "LICENSE"
+jarFile = "samples/hadoop-examples.jar"
 
 definition = """\
 <workflow-app xmlns="uri:oozie:workflow:0.2" name="wordcount-workflow">

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-spi/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-spi/pom.xml b/gateway-spi/pom.xml
index 24e48c9..39b072c 100644
--- a/gateway-spi/pom.xml
+++ b/gateway-spi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-spi</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-test-ldap-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-ldap-launcher/pom.xml b/gateway-test-ldap-launcher/pom.xml
index d82af93..0de733a 100644
--- a/gateway-test-ldap-launcher/pom.xml
+++ b/gateway-test-ldap-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>gateway-test-ldap-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-test-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-ldap/pom.xml b/gateway-test-ldap/pom.xml
index 6456b14..e00a49c 100644
--- a/gateway-test-ldap/pom.xml
+++ b/gateway-test-ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-test-ldap</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml
index 20a5c96..a2e8417 100644
--- a/gateway-test-utils/pom.xml
+++ b/gateway-test-utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-test-utils</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-test/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml
index 60bda95..26a26e3 100644
--- a/gateway-test/pom.xml
+++ b/gateway-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>gateway-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-util-common/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-common/pom.xml b/gateway-util-common/pom.xml
index 74768d1..38219ed 100644
--- a/gateway-util-common/pom.xml
+++ b/gateway-util-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-util-common</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-util-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-launcher/pom.xml b/gateway-util-launcher/pom.xml
index 3e142e9..a4a1c15 100644
--- a/gateway-util-launcher/pom.xml
+++ b/gateway-util-launcher/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.hadoop</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>gateway-util-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/gateway-util-urltemplate/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-urltemplate/pom.xml b/gateway-util-urltemplate/pom.xml
index d4d1d82..b4c8198 100644
--- a/gateway-util-urltemplate/pom.xml
+++ b/gateway-util-urltemplate/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
     <artifactId>gateway-util-urltemplate</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/1d5e0069/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 558396a..45aa696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.hadoop</groupId>
     <artifactId>gateway</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>pom</packaging>
 
     <name>gateway</name>
@@ -63,7 +63,7 @@
         <gateway-name>Apache Knox (Incubator)</gateway-name>
         <gateway-project>knox</gateway-project>
         <gateway-artifact>knox</gateway-artifact>
-        <gateway-version>0.2.0-SNAPSHOT</gateway-version>
+        <gateway-version>0.2.0</gateway-version>
         <gateway-group>org.apache.hadoop</gateway-group>
     </properties>
 


[2/2] git commit: Fixes for signing and staging.

Posted by km...@apache.org.
Fixes for signing and staging.


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/8966f8d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/8966f8d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/8966f8d5

Branch: refs/heads/v0.2.0
Commit: 8966f8d599f4e2b013ae53020fa3fcc888376bf1
Parents: 1d5e006
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Fri Mar 29 22:59:11 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Fri Mar 29 22:59:11 2013 -0400

----------------------------------------------------------------------
 build.xml               |    8 ++++----
 gateway-release/pom.xml |    6 +++---
 pom.xml                 |    1 +
 src/stage.txt           |    6 +++---
 src/vote.txt            |    5 +++--
 5 files changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/8966f8d5/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4b7b696..800c5b5 100644
--- a/build.xml
+++ b/build.xml
@@ -103,23 +103,23 @@
     -->
 
     <target name="sign" depends="init" description="Sign a previously created release.">
-        <exec executable="gpg" dir="target">
+        <exec executable="gpg" dir="target/dist">
             <arg value="--armor"/>
             <arg value="--detach-sig"/>
             <arg value="${gateway-artifact}-${gateway-version}.zip"/>
         </exec>
-        <exec executable="gpg" dir="target">
+        <exec executable="gpg" dir="target/dist">
             <arg value="--armor"/>
             <arg value="--detach-sig"/>
             <arg value="${gateway-artifact}-${gateway-version}-src.zip"/>
         </exec>
-        <exec executable="gpg" dir="target">
+        <exec executable="gpg" dir="target/dist">
             <arg value="--export"/>
             <arg value="--armor"/>
             <arg value="--output"/>
             <arg value="KEYS"/>
         </exec>
-        <checksum file="target/${gateway-artifact}-${gateway-version}-src.zip" algorithm="SHA1" property="checksum" />
+        <checksum file="target/dist/${gateway-artifact}-${gateway-version}-src.zip" algorithm="SHA1" property="checksum" />
         <copy file="src/vote.txt" tofile="target/vote.txt">
             <filterchain>
                 <expandproperties/>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/8966f8d5/gateway-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index c052032..6bcaa12 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -53,7 +53,7 @@
                                 <goals><goal>single</goal></goals>
                                 <configuration>
                                     <finalName>${gateway-artifact}-${gateway-version}</finalName>
-                                    <outputDirectory>../target</outputDirectory>
+                                    <outputDirectory>../target/dist</outputDirectory>
                                     <appendAssemblyId>false</appendAssemblyId>
                                     <descriptors>
                                         <descriptor>src/assembly.xml</descriptor>
@@ -71,13 +71,13 @@
                                 <configuration>
                                     <tasks>
                                         <checksum algorithm="MD5" fileext=".md5">
-                                            <fileset dir="../target">
+                                            <fileset dir="../target/dist">
                                                 <include name="*.zip" />
                                                 <include name="*.tar.gz" />
                                             </fileset>
                                         </checksum>
                                         <checksum algorithm="SHA1" fileext=".sha">
-                                            <fileset dir="../target">
+                                            <fileset dir="../target/dist">
                                                 <include name="*.zip" />
                                                 <include name="*.tar.gz" />
                                             </fileset>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/8966f8d5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45aa696..7ed6617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
                                 <goals><goal>single</goal></goals>
                                 <configuration>
                                     <finalName>${gateway-artifact}-${gateway-version}</finalName>
+                                    <outputDirectory>target/dist</outputDirectory>
                                     <descriptors>
                                         <descriptor>src/assembly.xml</descriptor>
                                     </descriptors>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/8966f8d5/src/stage.txt
----------------------------------------------------------------------
diff --git a/src/stage.txt b/src/stage.txt
index 9dd2206..318db9e 100644
--- a/src/stage.txt
+++ b/src/stage.txt
@@ -1,11 +1,11 @@
 The release candidate has been prepared in:
 
-    target
+    target/dist
 
 Please stage it to people.apache.org like this:
 
-    scp -r target people.apache.org:public_html/${gateway-project}/
+    scp -r target ${release-manager}:people.apache.org:public_html/${gateway-project}/${gateway-version}
 
 A release vote template has been generated here:
 
-    file://target/vote.txt
+    file://target/vote.txt
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/8966f8d5/src/vote.txt
----------------------------------------------------------------------
diff --git a/src/vote.txt b/src/vote.txt
index 736406c..6dcd44d 100644
--- a/src/vote.txt
+++ b/src/vote.txt
@@ -1,5 +1,5 @@
 From: ${release-manager}@apache.org
-To: dev@${gateway-project}.apache.org
+To: dev@${gateway-project}.incubator.apache.org
 Subject: [VOTE] Release ${gateway-name} ${gateway-version}
 
 A candidate for the ${gateway-name} ${gateway-version} release is available at:
@@ -8,7 +8,8 @@ http://people.apache.org/~${release-manager}/${gateway-project}/${gateway-versio
 
 The release candidate is a zip archive of the sources in:
 
-http://svn.apache.org/repos/asf/${gateway-project}/tags/${gateway-version}/
+https://git-wip-us.apache.org/repos/asf/incubator-knox.git
+Branch v${gateway-version}/
 
 The SHA1 checksum of the archive is ${checksum}.