Skip to content

Commit 90e13cc

Browse files
committed
OMID-190 Update website for 1.0.2
1 parent 5409b41 commit 90e13cc

3 files changed

Lines changed: 23 additions & 18 deletions

File tree

doc/site/markdown/mailing-lists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
See the License for the specific language governing permissions and
1212
limitations under the License.
1313
-->
14-
# Mailing Lists @ Apache Incubator
14+
# Mailing Lists @ Apache Phoenix
1515

1616
| Developers | Commits |
1717
| -------------------------------- | --------------------------------------|
18-
| dev@omid.incubator.apache.org | commits@omid.incubator.apache.org |
18+
| dev@phoenix.apache.org | commits@phoenix.apache.org |
1919

2020
## Subscribe
2121

2222
In order to subscribe to a list, please add the '-subscribe' suffix to the identifier in each list and send an email.
23-
For example use dev-subscribe@omid.incubator.apache.org to subscribe to the list of developers.
23+
For example use dev-subscribe@phoenix.apache.org to subscribe to the list of developers.
2424

2525
## Unsubscribe
2626
Use the '-unsubscribe' suffix to unsubscribe from a list.

doc/site/site.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project name="Apache Omid">
1+
<project name="Apache Phoenix Omid">
22

33
<skin>
44
<groupId>org.apache.maven.skins</groupId>
@@ -31,16 +31,9 @@
3131
<width>200</width>
3232
</bannerLeft>
3333

34-
<bannerRight>
35-
<name>Apache Incubator</name>
36-
<src>http://incubator.apache.org/images/egg-logo2.png</src>
37-
<href>http://incubator.apache.org/</href>
38-
<width>200</width>
39-
</bannerRight>
40-
4134
<publishDate position="right"/>
4235
<!-- Do not publish version as it shows the current SNAPSHOT -->
43-
<!-- version position="right"/ -->
36+
<version position="none"/>
4437

4538
<poweredBy>
4639
<logo name="Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png"/>
@@ -50,12 +43,13 @@
5043

5144
<menu name="Home">
5245
<item name="Overview" href="index.html" />
53-
<item name="License" href="license.html" />
46+
<item name="Licenses" href="licenses.html" />
5447
</menu>
5548

5649
<menu name="Download">
57-
<item name="Omid Sources" href="https://github.com/apache/incubator-omid" />
58-
<item name="Apache Version Repository" href="https://dist.apache.org/repos/dist/release/incubator/omid/" />
50+
<item name="Omid Source Repository" href="https://github.com/apache/phoenix-omid" />
51+
<item name="Apache Releases for version 1.0.1 and earlier" href="https://dist.apache.org/repos/dist/release/incubator/omid/" />
52+
<item name="Apache Releases for version 1.0.2 and later" href="https://dist.apache.org/repos/dist/release/phoenix/" />
5953
</menu>
6054

6155
<menu name="User Guide &amp; API">
@@ -72,7 +66,7 @@
7266
</menu>
7367

7468
<menu name="Contribute">
75-
<item name="Source Code" href="https://git-wip-us.apache.org/repos/asf/phoenix-omid.git" />
69+
<item name="Source Code" href="https://gitbox.apache.org/repos/asf/phoenix-omid.git" />
7670
<item name="JIRA" href="https://issues.apache.org/jira/browse/Omid" />
7771
<item name="Mailing Lists" href="mailing-lists.html" />
7872
<item name="Coding Guide and Style" href="coding-guide-and-style.html" />

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,23 @@
128128
</repositories>
129129

130130
<scm>
131-
<connection>https://gitbox.apache.org/repos/asf/phoenix-omid.git</connection>
131+
<connection>scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git</connection>
132132
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git</developerConnection>
133-
<url>https://gitbox.apache.org/repos/asf/phoenix-omid.git</url>
133+
<url>scm:git:https://gitbox.apache.org/repos/asf/phoenix-omid.git</url>
134134
<tag>master</tag>
135135
</scm>
136136

137+
<distributionManagement>
138+
<site>
139+
<id>apache-omid-site</id>
140+
<!-- Wagon-git URL format:
141+
protocol:branch://url
142+
Do not forget the 2 backslashes before the url
143+
-->
144+
<url>git:asf-site://https://gitbox.apache.org/repos/asf/phoenix-omid-site.git</url>
145+
</site>
146+
</distributionManagement>
147+
137148
<properties>
138149

139150

0 commit comments

Comments
 (0)