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 2018/05/10 09:16:51 UTC

[incubator-dubbo] branch 2.6.2-release updated (1f3ba2c -> 7f052f1)

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

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


 discard 1f3ba2c  [maven-release-plugin] prepare for next development iteration
    omit 603a6b8  Fix placeholder error for tagname
    omit e498d20  [maven-release-plugin] prepare release dubbo-{project.version}
    omit 6d7dbb2  back to 2.6.2-SNAPSHOT
    omit 60d2dbf  [maven-release-plugin] prepare for next development iteration
    omit c679c7c  [maven-release-plugin] prepare release dubbo-{project.version}
    omit fe39bbe  Change distribution repository to oss
    omit 02ccfcd  To make release-plugin work
    omit 80aea3e  change release profile to 'apache-release'
    omit 8365a44  [maven-release-plugin] rollback the release of dubbo-parent-2.6.2
    omit deff7db  [maven-release-plugin] prepare for next development iteration
    omit f2005f0  [maven-release-plugin] prepare release dubbo-parent-2.6.2
    omit 4a98592  Change scm url to https
    omit 3ec231f  [maven-release-plugin] rollback the release of dubbo-parent-2.6.2
    omit c7ca8de  Change scm url to https
    omit b96f36d  [maven-release-plugin] rollback the release of dubbo-parent-2.6.2
    omit 9521bfd  [maven-release-plugin] prepare release dubbo-parent-2.6.2
    omit e0c7413  Prepare for release, change maven settings
    omit cbc6b63  [maven-release-plugin] rollback the release of dubbo-2.6.2
    omit b7f0fe5  [maven-release-plugin] prepare for next development iteration
    omit 2d7bc85  [maven-release-plugin] prepare release dubbo-2.6.2
    omit 8977bde  test
    omit 71ffa86  [maven-release-plugin] prepare for next development iteration
    omit c78b45a  [maven-release-plugin] prepare release dubbo-2.6.2
    omit 88017af  Upgrade hessian version to 3.2.3

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/2.6.2-release (7f052f1)
            \
             O -- O -- O   (1f3ba2c)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 all/pom.xml                                        | 100 ++++--
 bom/pom.xml                                        | 107 ++----
 dependencies-bom/pom.xml                           | 107 ++----
 dubbo-cluster/pom.xml                              |  75 ++--
 dubbo-common/pom.xml                               | 143 ++++----
 dubbo-config/dubbo-config-api/pom.xml              | 251 ++++++-------
 dubbo-config/dubbo-config-spring/pom.xml           | 285 +++++++--------
 dubbo-config/pom.xml                               |  71 ++--
 dubbo-container/dubbo-container-api/pom.xml        | 107 +++---
 dubbo-container/dubbo-container-log4j/pom.xml      |  75 ++--
 dubbo-container/dubbo-container-logback/pom.xml    |  85 ++---
 dubbo-container/dubbo-container-spring/pom.xml     |  83 ++---
 dubbo-container/pom.xml                            |  75 ++--
 dubbo-demo/dubbo-demo-api/pom.xml                  |  61 ++--
 dubbo-demo/dubbo-demo-consumer/pom.xml             | 123 +++----
 dubbo-demo/dubbo-demo-provider/pom.xml             | 125 +++----
 dubbo-demo/pom.xml                                 |  99 +++---
 dubbo-filter/dubbo-filter-cache/pom.xml            |  83 ++---
 dubbo-filter/dubbo-filter-validation/pom.xml       |  83 ++---
 dubbo-filter/pom.xml                               |  71 ++--
 dubbo-monitor/dubbo-monitor-api/pom.xml            |  73 ++--
 dubbo-monitor/dubbo-monitor-default/pom.xml        | 111 +++---
 dubbo-monitor/pom.xml                              |  71 ++--
 dubbo-plugin/dubbo-qos/pom.xml                     |   5 +-
 dubbo-plugin/pom.xml                               |   5 +-
 dubbo-registry/dubbo-registry-api/pom.xml          |  97 +++---
 dubbo-registry/dubbo-registry-default/pom.xml      | 125 +++----
 dubbo-registry/dubbo-registry-multicast/pom.xml    |  75 ++--
 dubbo-registry/dubbo-registry-redis/pom.xml        |  93 ++---
 dubbo-registry/dubbo-registry-zookeeper/pom.xml    |  95 ++---
 dubbo-registry/pom.xml                             |  77 ++--
 dubbo-remoting/dubbo-remoting-api/pom.xml          |  97 +++---
 dubbo-remoting/dubbo-remoting-grizzly/pom.xml      |  83 ++---
 dubbo-remoting/dubbo-remoting-http/pom.xml         | 123 +++----
 dubbo-remoting/dubbo-remoting-mina/pom.xml         | 103 +++---
 dubbo-remoting/dubbo-remoting-netty/pom.xml        |  93 ++---
 dubbo-remoting/dubbo-remoting-netty4/pom.xml       |   5 +-
 dubbo-remoting/dubbo-remoting-p2p/pom.xml          |  75 ++--
 dubbo-remoting/dubbo-remoting-zookeeper/pom.xml    | 107 +++---
 dubbo-remoting/pom.xml                             |   5 +-
 dubbo-rpc/dubbo-rpc-api/pom.xml                    |  85 ++---
 dubbo-rpc/dubbo-rpc-dubbo/pom.xml                  |   5 +-
 dubbo-rpc/dubbo-rpc-hessian/pom.xml                | 101 +++---
 dubbo-rpc/dubbo-rpc-http/pom.xml                   | 101 +++---
 dubbo-rpc/dubbo-rpc-injvm/pom.xml                  |  75 ++--
 dubbo-rpc/dubbo-rpc-memcached/pom.xml              |  83 ++---
 dubbo-rpc/dubbo-rpc-redis/pom.xml                  |  83 ++---
 dubbo-rpc/dubbo-rpc-rest/pom.xml                   |   5 +-
 dubbo-rpc/dubbo-rpc-rmi/pom.xml                    |  83 ++---
 dubbo-rpc/dubbo-rpc-thrift/pom.xml                 | 145 ++++----
 dubbo-rpc/dubbo-rpc-webservice/pom.xml             | 109 +++---
 dubbo-rpc/pom.xml                                  |  89 ++---
 .../dubbo-serialization-api/pom.xml                |   5 +-
 .../dubbo-serialization-fastjson/pom.xml           |   5 +-
 .../dubbo-serialization-fst/pom.xml                |   5 +-
 .../dubbo-serialization-hessian2/pom.xml           |   5 +-
 .../dubbo-serialization-jdk/pom.xml                |   5 +-
 .../dubbo-serialization-kryo/pom.xml               |   5 +-
 dubbo-serialization/pom.xml                        |   5 +-
 dubbo-test/dubbo-test-benchmark/pom.xml            |   5 +-
 .../dubbo-test-spring3/pom.xml                     |   6 +-
 dubbo-test/dubbo-test-compatibility/pom.xml        | 109 +++---
 dubbo-test/dubbo-test-examples/pom.xml             |  93 ++---
 dubbo-test/dubbo-test-integration/pom.xml          |  91 ++---
 dubbo-test/pom.xml                                 | 387 +++++++++++----------
 hessian-lite/pom.xml                               |   8 +-
 pom.xml                                            |  35 +-
 67 files changed, 2735 insertions(+), 2725 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
liujun@apache.org.