You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/10/18 05:51:34 UTC

[dubbo-spi-extensions] branch master updated: for release dubbo mock 1.0.0

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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new bbd07bc  for release dubbo mock 1.0.0
     new a0f0b34  Merge pull request #75 from KeRan213539/up-master
bbd07bc is described below

commit bbd07bc8eea61ec12c0ea2d07c6ea8752e935f07
Author: ranke <21...@qq.com>
AuthorDate: Mon Oct 18 13:19:13 2021 +0800

    for release dubbo mock 1.0.0
---
 distribution/pom.xml                            | 73 -------------------------
 distribution/src/assembly/source-release.xml    | 65 ----------------------
 dubbo-api-docs/pom.xml                          |  2 +-
 dubbo-cluster-extensions/pom.xml                |  2 +-
 dubbo-common-extensions/pom.xml                 |  2 +-
 dubbo-configcenter-extensions/pom.xml           |  2 +-
 dubbo-extensions-dependencies-bom/pom.xml       |  3 +-
 dubbo-extensions-distribution/dubbo-bom/pom.xml |  2 +-
 dubbo-extensions-distribution/pom.xml           |  8 +--
 dubbo-filter-extensions/pom.xml                 |  2 +-
 dubbo-metadata-report-extensions/pom.xml        |  2 +-
 dubbo-mock-extensions/pom.xml                   |  4 +-
 dubbo-registry-extensions/pom.xml               |  2 +-
 dubbo-remoting-extensions/pom.xml               |  2 +-
 dubbo-rpc-extensions/pom.xml                    |  2 +-
 dubbo-serialization-extensions/pom.xml          |  2 +-
 pom.xml                                         |  6 +-
 17 files changed, 22 insertions(+), 159 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
deleted file mode 100644
index b071973..0000000
--- a/distribution/pom.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  -->
-<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/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.dubbo.spi</groupId>
-        <artifactId>dubbo-spi-extensions</artifactId>
-        <version>${revision}</version>
-    </parent>
-    <artifactId>distribution</artifactId>
-    <packaging>pom</packaging>
-    <name>distribution</name>
-    <description>The apache distribution module for dubbo</description>
-    <properties>
-        <skip_maven_deploy>true</skip_maven_deploy>
-    </properties>
-
-    <profiles>
-        <profile>
-            <id>release</id>
-            <build>
-                <finalName>dubbo-api-docs-2.7.8.3</finalName>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <version>3.1.0</version>
-                        <executions>
-                            <execution>
-                                <id>src</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                                <configuration>
-                                    <descriptors>
-                                        <descriptor>src/assembly/source-release.xml</descriptor>
-                                    </descriptors>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.6</version>
-                        <executions>
-                            <execution>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-</project>
diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml
deleted file mode 100644
index 79a75b7..0000000
--- a/distribution/src/assembly/source-release.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  -->
-<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
-    <id>src</id>
-    <formats>
-        <format>zip</format>
-    </formats>
-    <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>dubbo-api-docs-src</baseDirectory>
-
-    <fileSets>
-         <fileSet>
-            <directory>../</directory>
-            <includes>
-                <include>DISCLAIMER</include>
-                <include>NOTICE</include>
-                <include>LICENSE</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>../</directory>
-            <useDefaultExcludes>true</useDefaultExcludes>
-            <includes>
-                <include>dubbo-api-docs/**</include>
-            </includes>
-            <excludes>
-                <exclude>**/target/**</exclude>
-                <exclude>**/build/**</exclude>
-                <exclude>**/eclipse-classes/**</exclude>
-                <exclude>*.enc</exclude>
-                <exclude>*.gpg</exclude>
-                <exclude>**/surefire*</exclude>
-                <exclude>**/svn-commit*</exclude>
-                <exclude>**/.idea/**</exclude>
-                <exclude>**/*.iml</exclude>
-                <exclude>**/*.ipr</exclude>
-                <exclude>**/*.iws</exclude>
-                <exclude>**/cobertura.ser</exclude>
-                <exclude>**/*.log</exclude>
-                <exclude>release.properties</exclude>
-                <exclude>**/*.xml.*</exclude>
-                <exclude>**/*.patch</exclude>
-                <exclude>**/.mvn/**</exclude>
-                <exclude>**/*.jar</exclude>
-                <exclude>**/mvnw*</exclude>
-                <exclude>**/.flattened-pom.xml</exclude>
-            </excludes>
-        </fileSet>
-    </fileSets>
-</assembly>
diff --git a/dubbo-api-docs/pom.xml b/dubbo-api-docs/pom.xml
index ed8d999..594eb1b 100644
--- a/dubbo-api-docs/pom.xml
+++ b/dubbo-api-docs/pom.xml
@@ -20,8 +20,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>dubbo-api-docs</artifactId>
diff --git a/dubbo-cluster-extensions/pom.xml b/dubbo-cluster-extensions/pom.xml
index 3c4a4f6..4bfd100 100644
--- a/dubbo-cluster-extensions/pom.xml
+++ b/dubbo-cluster-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-common-extensions/pom.xml b/dubbo-common-extensions/pom.xml
index 806c877..68abdb2 100644
--- a/dubbo-common-extensions/pom.xml
+++ b/dubbo-common-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-configcenter-extensions/pom.xml b/dubbo-configcenter-extensions/pom.xml
index eaa488f..b4b8816 100644
--- a/dubbo-configcenter-extensions/pom.xml
+++ b/dubbo-configcenter-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <version>${revision}</version>
diff --git a/dubbo-extensions-dependencies-bom/pom.xml b/dubbo-extensions-dependencies-bom/pom.xml
index 132c059..0e041a3 100644
--- a/dubbo-extensions-dependencies-bom/pom.xml
+++ b/dubbo-extensions-dependencies-bom/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
 
     <name>dubbo-extensions-dependencies-bom</name>
@@ -638,7 +638,6 @@
                                     <goal>aggregate</goal>
                                 </goals>
                                 <configuration>
-                                    <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
                                     <additionalDependencies>
                                         <additionalDependency>
                                             <groupId>org.apache.logging.log4j</groupId>
diff --git a/dubbo-extensions-distribution/dubbo-bom/pom.xml b/dubbo-extensions-distribution/dubbo-bom/pom.xml
index e724137..1d68cd0 100644
--- a/dubbo-extensions-distribution/dubbo-bom/pom.xml
+++ b/dubbo-extensions-distribution/dubbo-bom/pom.xml
@@ -22,8 +22,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>dubbo-extensions-bom</artifactId>
diff --git a/dubbo-extensions-distribution/pom.xml b/dubbo-extensions-distribution/pom.xml
index e4e511f..f7b85b5 100644
--- a/dubbo-extensions-distribution/pom.xml
+++ b/dubbo-extensions-distribution/pom.xml
@@ -19,18 +19,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
-        <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-        <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <artifactId>extensions-parent</artifactId>
+        <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>dubbo-extensions-distribution</artifactId>
     <packaging>pom</packaging>
-    <version>${revision}</version>
 
     <properties>
-        <revision>3.0.0-SNAPSHOT</revision>
     </properties>
     <profiles>
         <profile>
diff --git a/dubbo-filter-extensions/pom.xml b/dubbo-filter-extensions/pom.xml
index abad354..371a8a5 100644
--- a/dubbo-filter-extensions/pom.xml
+++ b/dubbo-filter-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-metadata-report-extensions/pom.xml b/dubbo-metadata-report-extensions/pom.xml
index b613eb9..08eede8 100644
--- a/dubbo-metadata-report-extensions/pom.xml
+++ b/dubbo-metadata-report-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-mock-extensions/pom.xml b/dubbo-mock-extensions/pom.xml
index 0bc280a..7075208 100644
--- a/dubbo-mock-extensions/pom.xml
+++ b/dubbo-mock-extensions/pom.xml
@@ -20,8 +20,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -34,7 +34,7 @@
     </modules>
 
     <properties>
-        <revision>3.0.0-SNAPSHOT</revision>
+        <revision>3.0.0</revision>
         <protobuf-java-format>1.2</protobuf-java-format>
         <mockito-version>1.9.5</mockito-version>
         <junit-version>4.11</junit-version>
diff --git a/dubbo-registry-extensions/pom.xml b/dubbo-registry-extensions/pom.xml
index 1cb37d5..91cb577 100644
--- a/dubbo-registry-extensions/pom.xml
+++ b/dubbo-registry-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-remoting-extensions/pom.xml b/dubbo-remoting-extensions/pom.xml
index 5b43729..dcd9590 100644
--- a/dubbo-remoting-extensions/pom.xml
+++ b/dubbo-remoting-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-rpc-extensions/pom.xml b/dubbo-rpc-extensions/pom.xml
index 0a40163..4cd5058 100644
--- a/dubbo-rpc-extensions/pom.xml
+++ b/dubbo-rpc-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <packaging>pom</packaging>
 
diff --git a/dubbo-serialization-extensions/pom.xml b/dubbo-serialization-extensions/pom.xml
index b9b9590..420a2da 100644
--- a/dubbo-serialization-extensions/pom.xml
+++ b/dubbo-serialization-extensions/pom.xml
@@ -21,8 +21,8 @@
     <parent>
         <groupId>org.apache.dubbo.extensions</groupId>
         <artifactId>dubbo-extensions-dependencies-bom</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../dubbo-extensions-dependencies-bom/pom.xml</relativePath>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 505e368..52a2966 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,13 @@
 
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>extensions-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>${revision}</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <revision>1.0.0</revision>
+    </properties>
+
     <licenses>
         <license>
             <name>Apache License, Version 2.0</name>