Repository: incubator-zeppelin
Updated Branches:
  refs/heads/gh-pages 74d2a54e1 -> 20075e3c6


[ZEPPELIN-891] Update doap.rdf

### What is this PR for?
Update doap.rdf with tlp information

### What type of PR is it?
Improvement

### Todos
* [x] - Update doap.rdf

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-891

### How should this be tested?
N/A

### Screenshots (if appropriate)
N/A

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <[email protected]>

Closes #922 from Leemoonsoo/ZEPPELIN-891 and squashes the following commits:

e177f4d [Lee moon soo] Change project url
f8c3360 [Lee moon soo] Change GitRepo address
d93c1ec [Lee moon soo] Update doap.rdf


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/20075e3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/20075e3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/20075e3c

Branch: refs/heads/gh-pages
Commit: 20075e3c6378b8e5209748122f70055b50f397e8
Parents: 74d2a54
Author: Lee moon soo <[email protected]>
Authored: Fri May 27 22:59:16 2016 -0700
Committer: Lee moon soo <[email protected]>
Committed: Sat May 28 12:50:06 2016 -0700

----------------------------------------------------------------------
 doap.rdf | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/20075e3c/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 861e2d2..def7607 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -21,22 +21,21 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <Project rdf:about="http://zeppelin.incubator.apache.org/";>
+  <Project rdf:about="http://zeppelin.apache.org/";>
     <created>2015-09-12</created>
     <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
-    <name>Apache Zeppelin (incubating)</name>
-    <homepage rdf:resource="http://zeppelin.incubator.apache.org/"; />
-    <asfext:pmc rdf:resource="http://incubator.apache.org"; />
+    <name>Apache Zeppelin</name>
+    <homepage rdf:resource="http://zeppelin.apache.org/"; />
+    <asfext:pmc rdf:resource="http://zeppelin.apache.org"; />
     <shortdesc>Zeppelin is a collaborative data analytics and visualization 
tool for distributed, general-purpose data processing systems</shortdesc>
     <description>Zeppelin is a modern web-based tool for the data scientists 
to collaborate over large-scale data exploration and visualization projects. 
</description>
     <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/ZEPPELIN"; />
-    <mailing-list 
rdf:resource="http://zeppelin.incubator.apache.org/community.html"; />
-    <download-page 
rdf:resource="http://zeppelin.incubator.apache.org/download.html"; />
+    <mailing-list rdf:resource="http://zeppelin.apache.org/community.html"; />
+    <download-page rdf:resource="http://zeppelin.apache.org/download.html"; />
     <programming-language>Java</programming-language>
     <programming-language>JavaScript</programming-language>
     <programming-language>Scala</programming-language>
     <category rdf:resource="http://projects.apache.org/category/big-data"; />
-
     <release>
       <Version>
         <name>0.5.6-incubating</name>
@@ -58,17 +57,16 @@
         <revision>0.5.0-incubating</revision>
       </Version>
     </release>
-
     <repository>
       <GitRepository>
-        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git"/>
-        <browse 
rdf:resource="https://git1-us-west.apache.org/repos/asf?p=incubator-zeppelin.git;a=summary"/>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/zeppelin.git"/>
+        <browse 
rdf:resource="https://git1-us-west.apache.org/repos/asf?p=zeppelin.git;a=summary"/>
       </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Alexander Bezzubov</foaf:name>
-          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+        <foaf:name>Apache Zeppelin Developers</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
       </foaf:Person>
     </maintainer>
   </Project>

Reply via email to