Skip to content

Commit

Permalink
Fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Mar 13, 2017
1 parent 8f888c7 commit 0fda315
Show file tree
Hide file tree
Showing 39 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.a.eye</groupId>
<artifactId>skywalking</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>

<licenses>
<license>
Expand Down
6 changes: 3 additions & 3 deletions skywalking-alarm/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>skywalking</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>

<artifactId>skywalking-alarm</artifactId>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-util</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dockerDirectory>${project.basedir}/docker</dockerDirectory>
<imageName>skywalking/skywalking-alarm</imageName>
<imageTags>
<imageTag>2.2-2017</imageTag>
<imageTag>2.3-2017</imageTag>
</imageTags>
<resources>
<resource>
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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-logging</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-logging</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions skywalking-commons/skywalking-registry/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-commons</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-logging-api</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions skywalking-commons/skywalking-util/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-commons</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-network</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion skywalking-network/pom.xml
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
<modelVersion>4.0.0</modelVersion>

<artifactId>skywalking-network</artifactId>
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>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-util</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sniffer</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-2017</version>
</parent>

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


Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-network</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
Expand Down
4 changes: 2 additions & 2 deletions skywalking-sniffer/skywalking-sdk-plugin/dubbo-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-api</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sdk-plugin</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>

<artifactId>skywalking-httpClient-4.x-plugin</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-api</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions skywalking-sniffer/skywalking-sdk-plugin/jdbc-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-api</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sdk-plugin</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>

<artifactId>skywalking-jedis-2.x-plugin</artifactId>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>skywalking-sdk-plugin</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions skywalking-sniffer/skywalking-sdk-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sniffer</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>

<artifactId>skywalking-sdk-plugin</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-api</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
</dependencies>

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

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

Expand Down
4 changes: 2 additions & 2 deletions skywalking-sniffer/skywalking-toolkit-activation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-sniffer</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.a.eye</groupId>
<artifactId>skywalking-api</artifactId>
<version>2.2-2017</version>
<version>2.3-2017</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>skywalking-toolkit-activation</artifactId>
<groupId>com.a.eye</groupId>
<version>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-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>2.2-2017</version>
<version>2.3-2017</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -47,7 +47,7 @@ public ElementMatcher<MethodDescription> getMethodsMatcher() {

@Override
public String getMethodsInterceptor() {
return "com.a.eye.skywalking.toolkit.log.logback.v1.x.PrintTraceIdInterceptor";
return "com.a.eye.skywalking.toolkit.activation.log.logback.v1.x.PrintTraceIdInterceptor";
}
}};
}
Expand Down

0 comments on commit 0fda315

Please sign in to comment.