Skip to content

Commit 55df12b

Browse files
committed
minor, remove incubating stuff
1 parent 83c3052 commit 55df12b

File tree

5 files changed

+23
-35
lines changed

5 files changed

+23
-35
lines changed

DISCLAIMER

-12
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206

207207
==============================================================================
208-
Apache Kylin (incubating) Subcomponents:
208+
Apache Kylin Subcomponents:
209209

210210
The Apache Kylin project contains subcomponents with separate copyright
211211
notices and license terms. Your use of the source code for the these

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache Kylin (incubating)
1+
Apache Kylin
22
Copyright 2014-2015 The Apache Software Foundation
33

44
This product includes software developed at

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Apache Kylin
55
66
Apache Kylin is an open source Distributed Analytics Engine, contributed by eBay Inc., provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.
77

8-
For more details, see the website [http://kylin.incubator.apache.org](http://kylin.incubator.apache.org).
8+
For more details, see the website [http://kylin.apache.org](http://kylin.apache.org).
99

1010
Documentation
1111
=============
12-
Please refer to [http://kylin.incubator.apache.org/docs/](http://kylin.incubator.apache.org/docs/).
12+
Please refer to [http://kylin.apache.org/docs/](http://kylin.apache.org/docs/).
1313

1414
Get Help
1515
============
16-
The fastest way to get response from our developers is to send email to our mail list <dev@kylin.incubator.apache.org>,
17-
and remember to subscribe our mail list via <dev-subscribe@kylin.incubator.apache.org>
16+
The fastest way to get response from our developers is to send email to our mail list <[email protected]>,
17+
and remember to subscribe our mail list via <[email protected]>
1818

1919
License
2020
============
21-
Please refer to [LICENSE](https://github.com/apache/incubator-kylin/blob/master/LICENSE) file.
21+
Please refer to [LICENSE](https://github.com/apache/kylin/blob/master/LICENSE) file.
2222

2323

2424

pom.xml

+16-16
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<packaging>pom</packaging>
3333
<version>2.0-incubating-SNAPSHOT</version>
3434
<name>Kylin:HadoopOLAPEngine</name>
35-
<url>http://kylin.incubator.apache.org</url>
35+
<url>http://kylin.apache.org</url>
3636
<inceptionYear>2014</inceptionYear>
3737

3838

@@ -134,38 +134,38 @@
134134
<mailingLists>
135135
<mailingList>
136136
<name>kylin-user</name>
137-
<subscribe>user-subscribe@kylin.incubator.apache.org</subscribe>
138-
<unsubscribe>user-unsubscribe@kylin.incubator.apache.org</unsubscribe>
139-
<post>user@kylin.incubator.apache.org</post>
137+
<subscribe>[email protected]</subscribe>
138+
<unsubscribe>[email protected]</unsubscribe>
139+
<post>[email protected]</post>
140140
<archive>http://mail-archives.apache.org/mod_mbox/kylin-user/</archive>
141141
</mailingList>
142142
<mailingList>
143143
<name>kylin-dev</name>
144-
<subscribe>dev-subscribe@kylin.incubator.apache.org</subscribe>
145-
<unsubscribe>dev-unsubscribe@kylin.incubator.apache.org</unsubscribe>
146-
<post>dev@kylin.incubator.apache.org</post>
144+
<subscribe>[email protected]</subscribe>
145+
<unsubscribe>[email protected]</unsubscribe>
146+
<post>[email protected]</post>
147147
<archive>http://mail-archives.apache.org/mod_mbox/kylin-dev/</archive>
148148
</mailingList>
149149
<mailingList>
150150
<name>kylin-issues</name>
151-
<subscribe>issues-subscribe@kylin.incubator.apache.org</subscribe>
152-
<unsubscribe>issues-unsubscribe@kylin.incubator.apache.org</unsubscribe>
153-
<post>issues@kylin.incubator.apache.org</post>
151+
<subscribe>[email protected]</subscribe>
152+
<unsubscribe>[email protected]</unsubscribe>
153+
<post>[email protected]</post>
154154
<archive>http://mail-archives.apache.org/mod_mbox/kylin-issues/</archive>
155155
</mailingList>
156156
<mailingList>
157157
<name>kylin-commits</name>
158-
<subscribe>commits-subscribe@kylin.incubator.apache.org</subscribe>
159-
<unsubscribe>commits-unsubscribe@kylin.incubator.apache.org</unsubscribe>
160-
<post>commits@kylin.incubator.apache.org</post>
158+
<subscribe>[email protected]</subscribe>
159+
<unsubscribe>[email protected]</unsubscribe>
160+
<post>[email protected]</post>
161161
<archive>http://mail-archives.apache.org/mod_mbox/kylin-commits/</archive>
162162
</mailingList>
163163
</mailingLists>
164164

165165
<scm>
166-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-kylin.git</connection>
167-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-kylin.git</developerConnection>
168-
<url>https://git-wip-us.apache.org/repos/asf/incubator-kylin.git</url>
166+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</connection>
167+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</developerConnection>
168+
<url>https://git-wip-us.apache.org/repos/asf/kylin.git</url>
169169
<tag>apache-kylin-2.0-incubating</tag>
170170
</scm>
171171

0 commit comments

Comments
 (0)