You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/11/24 07:52:00 UTC

[phoenix-omid] branch master updated: OMID-190 Update website for 1.0.2

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 90e13cc  OMID-190 Update website for 1.0.2
90e13cc is described below

commit 90e13cc71b284ef09b08a356b35935832304053d
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Nov 23 07:53:42 2020 +0100

    OMID-190 Update website for 1.0.2
---
 doc/site/markdown/mailing-lists.md |  6 +++---
 doc/site/site.xml                  | 20 +++++++-------------
 pom.xml                            | 15 +++++++++++++--
 3 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/doc/site/markdown/mailing-lists.md b/doc/site/markdown/mailing-lists.md
index f0f6b92..1c69bf4 100644
--- a/doc/site/markdown/mailing-lists.md
+++ b/doc/site/markdown/mailing-lists.md
@@ -11,16 +11,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-# Mailing Lists @ Apache Incubator
+# Mailing Lists @ Apache Phoenix
 
 | Developers                       | Commits                               |
 | -------------------------------- | --------------------------------------|
-| dev@omid.incubator.apache.org    | commits@omid.incubator.apache.org     |
+| dev@phoenix.apache.org    | commits@phoenix.apache.org     |
 
 ## Subscribe
 
 In order to subscribe to a list, please add the '-subscribe' suffix to the identifier in each list and send an email. 
-For example use dev-subscribe@omid.incubator.apache.org to subscribe to the list of developers.
+For example use dev-subscribe@phoenix.apache.org to subscribe to the list of developers.
 
 ## Unsubscribe
 Use the '-unsubscribe' suffix to unsubscribe from a list.
diff --git a/doc/site/site.xml b/doc/site/site.xml
index 7fa3829..f8f094a 100644
--- a/doc/site/site.xml
+++ b/doc/site/site.xml
@@ -1,4 +1,4 @@
-<project name="Apache Omid">
+<project name="Apache Phoenix Omid">
 
     <skin>
         <groupId>org.apache.maven.skins</groupId>
@@ -31,16 +31,9 @@
         <width>200</width>
     </bannerLeft>
 
-    <bannerRight>
-        <name>Apache Incubator</name>
-        <src>http://incubator.apache.org/images/egg-logo2.png</src>
-        <href>http://incubator.apache.org/</href>
-        <width>200</width>
-    </bannerRight>
-
     <publishDate position="right"/>
     <!-- Do not publish version as it shows the current SNAPSHOT -->
-    <!-- version position="right"/ -->
+    <version position="none"/>
 
     <poweredBy>
         <logo name="Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png"/>
@@ -50,12 +43,13 @@
 
         <menu name="Home">
             <item name="Overview" href="index.html" />
-            <item name="License" href="license.html" />
+            <item name="Licenses" href="licenses.html" />
         </menu>
 
         <menu name="Download">
-            <item name="Omid Sources" href="https://github.com/apache/incubator-omid" />
-            <item name="Apache Version Repository" href="https://dist.apache.org/repos/dist/release/incubator/omid/" />
+            <item name="Omid Source Repository" href="https://github.com/apache/phoenix-omid" />
+            <item name="Apache Releases for version 1.0.1 and earlier" href="https://dist.apache.org/repos/dist/release/incubator/omid/" />
+            <item name="Apache Releases for version 1.0.2 and later" href="https://dist.apache.org/repos/dist/release/phoenix/" />
         </menu>
 
         <menu name="User Guide &amp; API">
@@ -72,7 +66,7 @@
         </menu>
 
         <menu name="Contribute">
-            <item name="Source Code" href="https://git-wip-us.apache.org/repos/asf/phoenix-omid.git" />
+            <item name="Source Code" href="https://gitbox.apache.org/repos/asf/phoenix-omid.git" />
             <item name="JIRA" href="https://issues.apache.org/jira/browse/Omid" />
             <item name="Mailing Lists" href="mailing-lists.html" />
             <item name="Coding Guide and Style" href="coding-guide-and-style.html" />
diff --git a/pom.xml b/pom.xml
index 99ace3b..41cba74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,12 +128,23 @@
     </repositories>
 
     <scm>
-        <connection>https://gitbox.apache.org/repos/asf/phoenix-omid.git</connection>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf/phoenix-omid.git</url>
+        <url>scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git</url>
         <tag>master</tag>
     </scm>
 
+    <distributionManagement>
+        <site>
+            <id>apache-omid-site</id>
+            <!-- Wagon-git URL format:
+                     protocol:branch://url
+                 Do not forget the 2 backslashes before the url
+            -->
+            <url>git:asf-site://https://gitbox.apache.org/repos/asf/phoenix-omid-site.git</url>
+        </site>
+    </distributionManagement>
+
     <properties>