You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2016/06/30 17:56:08 UTC

[1/4] incubator-twill git commit: Update the pom.xml to remove incubator status

Repository: incubator-twill
Updated Branches:
  refs/heads/site 6c7809d19 -> b390574de


Update the pom.xml to remove incubator status

- The git repo is not updated because INFRA hasn\u2019t migrate the repo yet.

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

Branch: refs/heads/site
Commit: b38dee06d13517ec78f928d656cbb844ba149c71
Parents: c1a6f8a
Author: Terence Yim <ch...@apache.org>
Authored: Thu Jun 30 10:14:33 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Jun 30 10:14:33 2016 -0700

----------------------------------------------------------------------
 pom.xml | 68 +++++++++++++-----------------------------------------------
 1 file changed, 14 insertions(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/b38dee06/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa6cf53..61a5653 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,10 +29,10 @@
 
     <groupId>org.apache.twill</groupId>
     <artifactId>twill-parent</artifactId>
-    <version>0.8.0-incubating-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Twill</name>
-    <url>http://twill.incubator.apache.org</url>
+    <url>http://twill.apache.org</url>
 
     <organization>
         <name>The Apache Software Foundation</name>
@@ -50,51 +50,11 @@
 
     <developers>
         <developer>
-            <id>vinodkv</id>
-            <name>Vinod K</name>
-            <email>vinodkv@apache.org</email>
-            <roles>
-                <role>Mentor</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>tomwhite</id>
-            <name>Thomas White</name>
-            <email>tomwhite@apache.org</email>
-            <roles>
-                <role>Mentor</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>phunt</id>
-            <name>Patrick Hunt</name>
-            <email>phuntv@apache.org</email>
-            <roles>
-                <role>Mentor</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>acmurthy</id>
-            <name>Arun C Murthy</name>
-            <email>acmurthyu@apache.org</email>
-            <roles>
-                <role>Mentor</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>asavu</id>
-            <name>Andrei Savu</name>
-            <email>asavu@apache.org</email>
-            <roles>
-                <role>Mentor</role>
-            </roles>
-        </developer>
-        <developer>
             <id>chtyim</id>
             <name>Terence Yim</name>
             <email>chtyim@apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
         <developer>
@@ -102,7 +62,7 @@
             <name>Andreas Neumann</name>
             <email>anew@apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
         <developer>
@@ -110,7 +70,7 @@
             <name>Gary Helmling</name>
             <email>garyh@apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
         <developer>
@@ -118,7 +78,7 @@
             <name>Albert Shau</name>
             <email>ashau@apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
         <developer>
@@ -126,7 +86,7 @@
             <name>Poorna Chandra</name>
             <email>poorna@apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
         <developer>
@@ -134,7 +94,7 @@
             <name>Henry Saputra</name>
             <email>hsaputra@apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
     </developers>
@@ -158,9 +118,9 @@
     <mailingLists>
         <mailingList>
             <name>Development</name>
-            <post>dev@twill.incubator.apache.org</post>
-            <subscribe>dev-subscribe@twill.incubator.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@twill.incubator.apache.org</unsubscribe>
+            <post>dev@twill.apache.org</post>
+            <subscribe>dev-subscribe@twill.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@twill.apache.org</unsubscribe>
             <archive>http://mail-archives.apache.org/mod_mbox/twill-dev/</archive>
             <otherArchives>
                 <otherArchive>http://twill-dev.markmail.org</otherArchive>
@@ -168,9 +128,9 @@
         </mailingList>
         <mailingList>
             <name>Commits</name>
-            <post>commits@twill.incubator.apache.org</post>
-            <subscribe>commits-subscribe@twill.incubator.apache.org</subscribe>
-            <unsubscribe>commits-unsubscribe@twill.incubator.apache.org</unsubscribe>
+            <post>commits@twill.apache.org</post>
+            <subscribe>commits-subscribe@twill.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@twill.apache.org</unsubscribe>
             <archive>http://mail-archives.apache.org/mod_mbox/twill-commits/</archive>
             <otherArchives>
                 <otherArchive>http://twill-commits.markmail.org</otherArchive>


[2/4] incubator-twill git commit: Merge branch 'master' into site

Posted by ch...@apache.org.
Merge branch 'master' into site


Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/1122b886
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/1122b886
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/1122b886

Branch: refs/heads/site
Commit: 1122b88657a93813490b7b2bbdcbfcccfbabc971
Parents: 6c7809d b38dee0
Author: Terence Yim <ch...@apache.org>
Authored: Thu Jun 30 10:17:55 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Jun 30 10:17:55 2016 -0700

----------------------------------------------------------------------
 pom.xml | 68 +++++++++++++-----------------------------------------------
 1 file changed, 14 insertions(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/1122b886/pom.xml
----------------------------------------------------------------------


[3/4] incubator-twill git commit: Remove the incubator logo and disclaimer in the index page

Posted by ch...@apache.org.
Remove the incubator logo and disclaimer in the index page

Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/8d8d26b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/8d8d26b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/8d8d26b7

Branch: refs/heads/site
Commit: 8d8d26b777fac01b90ae0fc0f74bcb4d4bdff739
Parents: 1122b88
Author: Terence Yim <ch...@apache.org>
Authored: Thu Jun 30 10:37:32 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Jun 30 10:37:32 2016 -0700

----------------------------------------------------------------------
 src/site/markdown/index.md |  8 --------
 src/site/site.xml          | 11 +++--------
 2 files changed, 3 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/8d8d26b7/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index b7b8284..26b682a 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -59,11 +59,3 @@ Status of CI build at Travis CI: [![Build Status](https://travis-ci.org/apache/i
 
 <iframe src="http://www.slideshare.net/slideshow/embed_code/33789812" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen="true">
 </iframe>
-
-### Disclaimer
-
-Apache Twill is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator.
-Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
-communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the completeness or stability of the code,
-it does indicate that the project has yet to be fully endorsed by the ASF.

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/8d8d26b7/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ca9370a..2ac0850 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,13 +21,9 @@
     <bannerLeft>
         <name>Apache Twill</name>
         <src>images/ApacheTwill_logo.png</src>
-        <href>http://twill.incubator.apache.org/index.html</href>
+        <href>http://twill.apache.org/index.html</href>
         <alt>Apache Twill</alt>
     </bannerLeft>
-    <bannerRight>
-        <src>http://incubator.apache.org/images/egg-logo.png</src>
-        <href>http://incubator.apache.org/</href>
-    </bannerRight>
 
     <googleAnalyticsAccountId>UA-55698612-1</googleAnalyticsAccountId>
 
@@ -50,12 +46,12 @@
             <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/default.min.css"/>
         </head>
         <breadcrumbs position="left">
-            <item name="Apache Twill" href="http://twill.incubator.apache.org/index.html"/>
+            <item name="Apache Twill" href="http://twill.apache.org/index.html"/>
         </breadcrumbs>
 
         <menu name="Documentation">
             <item name="Getting Started" href="./GettingStarted.html"/>
-            <item name="API (0.8.0-incubating-SNAPSHOT)" href="./apidocs/index.html"/>
+            <item name="API (0.8.0-SNAPSHOT)" href="./apidocs/index.html"/>
             <item name="API (0.7.0-incubating)" href="./apidocs-0.7.0-incubating/index.html"/>
             <item name="API (0.6.0-incubating)" href="./apidocs-0.6.0-incubating/index.html"/>
             <item name="API (0.5.0-incubating)" href="./apidocs-0.5.0-incubating/index.html"/>
@@ -77,7 +73,6 @@
         </menu>
 
         <menu name="ASF">
-            <item name="Apache Incubator" href="http://incubator.apache.org/"/>
             <item name="Apache Foundation" href="http://www.apache.org/foundation/"/>
             <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
             <item name="The Apache License" href="http://www.apache.org/licenses/LICENSE-2.0.html"/>


[4/4] incubator-twill git commit: Added the favicon

Posted by ch...@apache.org.
Added the favicon

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

Branch: refs/heads/site
Commit: b390574de7b466ab78edac4cb79b163578d42b57
Parents: 8d8d26b
Author: Terence Yim <ch...@apache.org>
Authored: Thu Jun 30 10:56:03 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Jun 30 10:56:03 2016 -0700

----------------------------------------------------------------------
 src/site/resources/favicon.ico | Bin 0 -> 1150 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/b390574d/src/site/resources/favicon.ico
----------------------------------------------------------------------
diff --git a/src/site/resources/favicon.ico b/src/site/resources/favicon.ico
new file mode 100644
index 0000000..810e957
Binary files /dev/null and b/src/site/resources/favicon.ico differ