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

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


The following commit(s) were added to refs/heads/master by this push:
     new d4e6458  fix version forgot update (#5226)
d4e6458 is described below

commit d4e64584af1ce59b2d2f7fabd96c62777f8b5b96
Author: 于玉桔 <zhaoyugu...@apache.org>
AuthorDate: Fri Aug 7 07:48:22 2020 +0800

    fix version forgot update (#5226)
---
 test/e2e/e2e-service-provider/pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/test/e2e/e2e-service-provider/pom.xml 
b/test/e2e/e2e-service-provider/pom.xml
index c1bdd50..604ec58 100644
--- a/test/e2e/e2e-service-provider/pom.xml
+++ b/test/e2e/e2e-service-provider/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.skywalking</groupId>
             <artifactId>apm-toolkit-micrometer-registry</artifactId>
-            <version>8.1.0-SNAPSHOT</version>
+            <version>8.1.0</version>
         </dependency>
     </dependencies>
 
@@ -76,12 +76,4 @@
             </plugin>
         </plugins>
     </build>
-
-    <repositories>
-        <repository>
-            <id>apache-snapshot</id>
-            <name>Apache Snapshot</name>
-            
<url>https://repository.apache.org/content/repositories/snapshots</url>
-        </repository>
-    </repositories>
 </project>

Reply via email to