Skip to content

Commit 3354c0c

Browse files
authored
Remove many incubator/incubating things. (#2499)
1 parent e044fe2 commit 3354c0c

File tree

9 files changed

+78
-195
lines changed

9 files changed

+78
-195
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ for us to fix.
2222

2323
## How to report a bug?
2424

25-
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/apache/incubator-skywalking/issues).
25+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/apache/skywalking/issues).
2626

27-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/apache/incubator-skywalking/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
27+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/apache/skywalking/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
2828

2929

3030
## How to add a new feature or change an existing one
3131

32-
_Before making any significant changes, please [open an issue](https://github.com/apache/incubator-skywalking/issues)._ Discussing your proposed changes ahead of time will make the contribution process smooth for everyone.
32+
_Before making any significant changes, please [open an issue](https://github.com/apache/skywalking/issues)._ Discussing your proposed changes ahead of time will make the contribution process smooth for everyone.
3333

3434
Once we've discussed your changes and you've got your code ready, make sure that tests are passing and open your pull request. Your PR is most likely to be accepted if it:
3535

@@ -40,4 +40,4 @@ Once we've discussed your changes and you've got your code ready, make sure that
4040

4141
## Do you have questions about the source code?
4242

43-
Ask any question about how to use SkyWalking in the [Gitter](https://gitter.im/OpenSkywalking/Lobby).
43+
* Join `#skywalking` channel at [Apache Slack](https://join.slack.com/t/the-asf/shared_invite/enQtNDQ3OTEwNzE1MDg5LWY2NjkwMTEzMGI2ZTI1NzUzMDk0MzJmMWM1NWVmODg0MzBjNjAxYzUwMjIwNDI3MjlhZWRjNmNhOTM5NmIxNDk)

DISCLAIMER

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ microservices, cloud native and container-based (Docker, Kubernetes, Mesos) arch
1111

1212

1313
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.skywalking/apache-skywalking-apm-incubating.svg)](http://skywalking.apache.org/downloads/)
14-
[![Build Status](https://travis-ci.org/apache/incubator-skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking)
15-
[![Join the chat at https://gitter.im/sky-walking/Lobby](https://badges.gitter.im/openskywalking/Lobby.svg)](https://gitter.im/openskywalking/Lobby)
16-
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
14+
[![Build Status](https://travis-ci.org/apache/skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking)
1715

1816
# Abstract
1917
**SkyWalking** is an open source APM system, including monitoring, tracing, diagnosing capabilities for distributed system
@@ -109,8 +107,5 @@ SkyWalking enriches the <a href="https://landscape.cncf.io/landscape=observabili
109107
<br/>Our project enriches the <a href="https://openapm.io">OpenAPM Landscape!</a>
110108
</p>
111109

112-
# Stargazers over time
113-
[![Stargazers over time](https://starcharts.herokuapp.com/apache/incubator-skywalking.svg)](https://starcharts.herokuapp.com/apache/incubator-skywalking)
114-
115110
# License
116111
[Apache 2.0 License.](/LICENSE)

apm-dist/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

29-
<artifactId>apache-skywalking-apm-incubating</artifactId>
29+
<artifactId>apache-skywalking-apm</artifactId>
3030
<packaging>pom</packaging>
3131

3232
<profiles>
@@ -72,7 +72,7 @@
7272
</profiles>
7373

7474
<build>
75-
<finalName>apache-skywalking-apm-incubating-bin</finalName>
75+
<finalName>apache-skywalking-apm-bin</finalName>
7676
<plugins>
7777
<plugin>
7878
<artifactId>maven-assembly-plugin</artifactId>
@@ -105,11 +105,11 @@
105105
</goals>
106106
<configuration>
107107
<tasks>
108-
<copy file="${project.build.directory}/apache-skywalking-apm-incubating-bin.tar.gz"
109-
tofile="${project.basedir}/../dist/apache-skywalking-apm-incubating-bin.tar.gz"
108+
<copy file="${project.build.directory}/apache-skywalking-apm-bin.tar.gz"
109+
tofile="${project.basedir}/../dist/apache-skywalking-apm-bin.tar.gz"
110110
overwrite="true"/>
111-
<copy file="${project.build.directory}/apache-skywalking-apm-incubating-bin.zip"
112-
tofile="${project.basedir}/../dist/apache-skywalking-apm-incubating-bin.zip"
111+
<copy file="${project.build.directory}/apache-skywalking-apm-bin.zip"
112+
tofile="${project.basedir}/../dist/apache-skywalking-apm-bin.zip"
113113
overwrite="true"/>
114114
</tasks>
115115
</configuration>

docker/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ export DOCKER_ROOT := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
1818

1919
oap:
2020
cd $(DOCKER_ROOT)/oap; \
21-
cp ../../dist/apache-skywalking-apm-incubating-bin.tar.gz ./ ; \
21+
cp ../../dist/apache-skywalking-apm-bin.tar.gz ./ ; \
2222
docker build -t skywalking/oap:latest .
2323

2424
ui:
2525
cd $(DOCKER_ROOT)/ui; \
26-
cp ../../dist/apache-skywalking-apm-incubating-bin.tar.gz ./ ; \
26+
cp ../../dist/apache-skywalking-apm-bin.tar.gz ./ ; \
2727
docker build -t skywalking/ui:latest .
2828

2929
build: oap ui

docker/oap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
FROM openjdk:8u181-jdk-stretch
1818

19-
ENV DIST_NAME=apache-skywalking-apm-incubating-bin \
19+
ENV DIST_NAME=apache-skywalking-apm-bin \
2020
JAVA_OPTS=" -Xms256M "
2121

2222
COPY "$DIST_NAME.tar.gz" /

0 commit comments

Comments
 (0)