You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/11/04 11:30:53 UTC

[incubator-skywalking] branch asf-release created (now 70cd9e5)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch asf-release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at 70cd9e5  Lock oracle and resin plugins version.

This branch includes the following new commits:

     new 70cd9e5  Lock oracle and resin plugins version.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Lock oracle and resin plugins version.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch asf-release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 70cd9e57bca7d21c2a3c4fb1caa49997286235a5
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Nov 4 19:30:40 2018 +0800

    Lock oracle and resin plugins version.
---
 apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/pom.xml | 8 ++------
 apm-sniffer/apm-sdk-plugin/resin-3.x-plugin/pom.xml   | 8 +++-----
 apm-sniffer/apm-sdk-plugin/resin-4.x-plugin/pom.xml   | 8 ++------
 3 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/pom.xml b/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/pom.xml
index d8088c8..1b06426 100755
--- a/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/pom.xml
+++ b/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/pom.xml
@@ -18,17 +18,13 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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">
-    <parent>
-        <artifactId>apm-sdk-plugin</artifactId>
-        <groupId>org.apache.skywalking</groupId>
-        <version>6.0.0-alpha-SNAPSHOT</version>
-    </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <groupId>org.apache.skywalking</groupId>
     <artifactId>apm-oracle-10.x-plugin</artifactId>
+    <version>5.0.0-GA</version>
     <packaging>jar</packaging>
 
-    <name>oracle-10.x-plugin</name>
     <url>http://maven.apache.org</url>
 
     <properties>
diff --git a/apm-sniffer/apm-sdk-plugin/resin-3.x-plugin/pom.xml b/apm-sniffer/apm-sdk-plugin/resin-3.x-plugin/pom.xml
index eb59f1f..43decdf 100644
--- a/apm-sniffer/apm-sdk-plugin/resin-3.x-plugin/pom.xml
+++ b/apm-sniffer/apm-sdk-plugin/resin-3.x-plugin/pom.xml
@@ -22,13 +22,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <artifactId>apm-sdk-plugin</artifactId>
-        <groupId>org.apache.skywalking</groupId>
-        <version>6.0.0-alpha-SNAPSHOT</version>
-    </parent>
+    <groupId>org.apache.skywalking</groupId>
 
     <artifactId>apm-resin-3.x-plugin</artifactId>
+    <version>5.0.0-GA</version>
+
     <packaging>jar</packaging>
 
     <name>resin-3.x-plugin</name>
diff --git a/apm-sniffer/apm-sdk-plugin/resin-4.x-plugin/pom.xml b/apm-sniffer/apm-sdk-plugin/resin-4.x-plugin/pom.xml
index 329d3a2..6a683cd 100644
--- a/apm-sniffer/apm-sdk-plugin/resin-4.x-plugin/pom.xml
+++ b/apm-sniffer/apm-sdk-plugin/resin-4.x-plugin/pom.xml
@@ -22,12 +22,8 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <artifactId>apm-sdk-plugin</artifactId>
-        <groupId>org.apache.skywalking</groupId>
-        <version>6.0.0-alpha-SNAPSHOT</version>
-    </parent>
-
+    <groupId>org.apache.skywalking</groupId>
+    <version>5.0.0-GA</version>
     <artifactId>apm-resin-4.x-plugin</artifactId>
     <packaging>jar</packaging>