This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new c2b809adac Update pom.xml
c2b809adac is described below
commit c2b809adac5681305a1d41530d49881448c57618
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Apr 4 15:22:37 2023 +0800
Update pom.xml
---
pom.xml | 20 +-------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index de2a872ac6..b55eeb5263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,26 +594,8 @@
<profile>
<id>jacoco089</id>
<properties>
- <maven_jacoco_version>0.8.9-SNAPSHOT</maven_jacoco_version>
+ <maven_jacoco_version>0.8.9</maven_jacoco_version>
</properties>
- <pluginRepositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>https://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- <pluginRepository>
- <id>oss.snapshots</id>
- <name>Oss Repository</name>
-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
</profile>
</profiles>