Skip to content

Commit

Permalink
Prepare for releasing 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Jun 5, 2017
1 parent 87eb1e9 commit 47fe301
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,7 +1,7 @@
version: '2.1'
services:
skywalking-webui:
image: sky-walking-ui:3.0.1-2017
image: sky-walking-ui:3.0.2-2017
expose:
- "8080"
ports:
Expand All @@ -12,7 +12,7 @@ services:
- COLLECTOR_SERVERS=skywalking-collector:7001

skywalking-collector:
image: skywalking-collector:3.0.1-2017
image: skywalking-collector:3.0.2-2017
expose:
- "12800"
- "1000"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.a.eye</groupId>
<artifactId>skywalking</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion skywalking-application-toolkit/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>skywalking-application-toolkit</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-application-toolkit</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-application-toolkit</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-application-toolkit</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-application-toolkit</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>skywalking-application-toolkit</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-collector/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>skywalking</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<artifactId>skywalking-collector</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion skywalking-collector/skywalking-collector-cluster/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-collector</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-collector/skywalking-collector-commons/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-collector</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-collector/skywalking-collector-worker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-collector</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-commons/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-commons/skywalking-logging-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-commons</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-commons/skywalking-logging-log4j2/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-commons</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-commons/skywalking-trace/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-commons</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-commons/skywalking-util/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-commons</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions skywalking-sniffer/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-util</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sniffer</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>skywalking-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion skywalking-sniffer/skywalking-agent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sniffer</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>

<artifactId>skywalking-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion skywalking-sniffer/skywalking-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sniffer</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>

<artifactId>skywalking-api</artifactId>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sdk-plugin</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>

<artifactId>skywalking-httpClient-4.x-plugin</artifactId>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sdk-plugin</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>

<artifactId>skywalking-jedis-2.x-plugin</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>

<artifactId>skywalking-mongodb-3.x-plugin</artifactId>
Expand Down Expand Up @@ -44,4 +44,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-sniffer/skywalking-sdk-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sniffer</artifactId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>

<artifactId>skywalking-sdk-plugin</artifactId>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skywalking-sniffer/skywalking-sniffer-mock/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-sniffer</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>skywalking-sniffer-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion skywalking-sniffer/skywalking-toolkit-activation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-sniffer</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-toolkit-activation</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-toolkit-activation</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-toolkit-activation</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-toolkit-activation</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>skywalking-toolkit-activation</artifactId>
<groupId>com.a.eye</groupId>
<version>3.0.1-2017</version>
<version>3.0.2-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 47fe301

Please sign in to comment.