Ver código fonte

Bump version to 1.7.2

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 4 anos atrás
pai
commit
6a7ec708bc
64 arquivos alterados com 68 adições e 66 exclusões
  1. +1
    -1
      README.md
  2. +5
    -3
      pom.xml
  3. +1
    -1
      sentinel-adapter/pom.xml
  4. +1
    -1
      sentinel-adapter/sentinel-apache-dubbo-adapter/pom.xml
  5. +1
    -1
      sentinel-adapter/sentinel-api-gateway-adapter-common/pom.xml
  6. +1
    -1
      sentinel-adapter/sentinel-dubbo-adapter/pom.xml
  7. +1
    -1
      sentinel-adapter/sentinel-grpc-adapter/pom.xml
  8. +1
    -1
      sentinel-adapter/sentinel-reactor-adapter/pom.xml
  9. +1
    -1
      sentinel-adapter/sentinel-sofa-rpc-adapter/pom.xml
  10. +1
    -1
      sentinel-adapter/sentinel-spring-cloud-gateway-adapter/pom.xml
  11. +1
    -1
      sentinel-adapter/sentinel-spring-webflux-adapter/pom.xml
  12. +1
    -1
      sentinel-adapter/sentinel-spring-webmvc-adapter/pom.xml
  13. +1
    -1
      sentinel-adapter/sentinel-web-servlet/pom.xml
  14. +1
    -1
      sentinel-adapter/sentinel-zuul-adapter/pom.xml
  15. +1
    -1
      sentinel-adapter/sentinel-zuul2-adapter/pom.xml
  16. +1
    -1
      sentinel-benchmark/pom.xml
  17. +1
    -1
      sentinel-cluster/pom.xml
  18. +1
    -1
      sentinel-cluster/sentinel-cluster-client-default/pom.xml
  19. +1
    -1
      sentinel-cluster/sentinel-cluster-common-default/pom.xml
  20. +1
    -1
      sentinel-cluster/sentinel-cluster-server-default/pom.xml
  21. +1
    -1
      sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml
  22. +1
    -1
      sentinel-core/pom.xml
  23. +1
    -1
      sentinel-dashboard/pom.xml
  24. +1
    -1
      sentinel-demo/pom.xml
  25. +1
    -1
      sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml
  26. +1
    -1
      sentinel-demo/sentinel-demo-apache-dubbo/pom.xml
  27. +1
    -1
      sentinel-demo/sentinel-demo-apollo-datasource/pom.xml
  28. +1
    -1
      sentinel-demo/sentinel-demo-basic/pom.xml
  29. +1
    -1
      sentinel-demo/sentinel-demo-cluster/pom.xml
  30. +1
    -1
      sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/pom.xml
  31. +1
    -1
      sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-server-alone/pom.xml
  32. +1
    -1
      sentinel-demo/sentinel-demo-command-handler/pom.xml
  33. +1
    -1
      sentinel-demo/sentinel-demo-dubbo/pom.xml
  34. +1
    -1
      sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml
  35. +1
    -1
      sentinel-demo/sentinel-demo-etcd-datasource/pom.xml
  36. +1
    -1
      sentinel-demo/sentinel-demo-log-logback/pom.xml
  37. +1
    -1
      sentinel-demo/sentinel-demo-nacos-datasource/pom.xml
  38. +1
    -1
      sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml
  39. +1
    -1
      sentinel-demo/sentinel-demo-rocketmq/pom.xml
  40. +1
    -1
      sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml
  41. +1
    -1
      sentinel-demo/sentinel-demo-sofa-rpc/pom.xml
  42. +1
    -1
      sentinel-demo/sentinel-demo-spring-cloud-gateway/pom.xml
  43. +1
    -1
      sentinel-demo/sentinel-demo-spring-webflux/pom.xml
  44. +1
    -1
      sentinel-demo/sentinel-demo-spring-webmvc/pom.xml
  45. +1
    -1
      sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml
  46. +1
    -1
      sentinel-demo/sentinel-demo-zuul-gateway/pom.xml
  47. +1
    -1
      sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml
  48. +1
    -1
      sentinel-extension/pom.xml
  49. +1
    -1
      sentinel-extension/sentinel-annotation-aspectj/pom.xml
  50. +1
    -1
      sentinel-extension/sentinel-datasource-apollo/pom.xml
  51. +1
    -1
      sentinel-extension/sentinel-datasource-consul/pom.xml
  52. +1
    -1
      sentinel-extension/sentinel-datasource-etcd/pom.xml
  53. +1
    -1
      sentinel-extension/sentinel-datasource-extension/pom.xml
  54. +1
    -1
      sentinel-extension/sentinel-datasource-nacos/pom.xml
  55. +1
    -1
      sentinel-extension/sentinel-datasource-redis/pom.xml
  56. +1
    -1
      sentinel-extension/sentinel-datasource-spring-cloud-config/pom.xml
  57. +1
    -1
      sentinel-extension/sentinel-datasource-zookeeper/pom.xml
  58. +1
    -1
      sentinel-extension/sentinel-parameter-flow-control/pom.xml
  59. +1
    -1
      sentinel-logging/pom.xml
  60. +1
    -1
      sentinel-logging/sentinel-logging-slf4j/pom.xml
  61. +1
    -1
      sentinel-transport/pom.xml
  62. +1
    -1
      sentinel-transport/sentinel-transport-common/pom.xml
  63. +1
    -1
      sentinel-transport/sentinel-transport-netty-http/pom.xml
  64. +1
    -1
      sentinel-transport/sentinel-transport-simple-http/pom.xml

+ 1
- 1
README.md Ver arquivo

@@ -58,7 +58,7 @@ If your're using Maven, just add the following dependency in `pom.xml`.
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-core</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</dependency>
```



+ 5
- 3
pom.xml Ver arquivo

@@ -5,7 +5,7 @@

<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
@@ -72,12 +72,14 @@
<module>sentinel-extension</module>
<module>sentinel-transport</module>
<module>sentinel-adapter</module>
<module>sentinel-cluster</module>
<module>sentinel-logging</module>

<module>sentinel-dashboard</module>

<module>sentinel-demo</module>
<module>sentinel-benchmark</module>
<module>sentinel-cluster</module>
<module>sentinel-logging</module>

</modules>

<dependencyManagement>


+ 1
- 1
sentinel-adapter/pom.xml Ver arquivo

@@ -7,7 +7,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-adapter</artifactId>
<packaging>pom</packaging>


+ 1
- 1
sentinel-adapter/sentinel-apache-dubbo-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-api-gateway-adapter-common/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-dubbo-adapter/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-adapter</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-dubbo-adapter</artifactId>


+ 1
- 1
sentinel-adapter/sentinel-grpc-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-grpc-adapter</artifactId>


+ 1
- 1
sentinel-adapter/sentinel-reactor-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-sofa-rpc-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-spring-cloud-gateway-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-spring-webflux-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-spring-webmvc-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-adapter</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-adapter/sentinel-web-servlet/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-adapter</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>sentinel-web-servlet</artifactId>


+ 1
- 1
sentinel-adapter/sentinel-zuul-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-zuul-adapter</artifactId>


+ 1
- 1
sentinel-adapter/sentinel-zuul2-adapter/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-adapter</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-benchmark/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-parent</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-cluster/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-parent</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>


+ 1
- 1
sentinel-cluster/sentinel-cluster-client-default/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-cluster</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-cluster/sentinel-cluster-common-default/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-cluster</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-cluster/sentinel-cluster-server-default/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-cluster</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-cluster</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-core/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-core</artifactId>
<packaging>jar</packaging>


+ 1
- 1
sentinel-dashboard/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>sentinel-dashboard</artifactId>


+ 1
- 1
sentinel-demo/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-demo</artifactId>
<packaging>pom</packaging>


+ 1
- 1
sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-apache-dubbo/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-apollo-datasource/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-basic/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-demo-basic</artifactId>


+ 1
- 1
sentinel-demo/sentinel-demo-cluster/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo-cluster</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-server-alone/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo-cluster</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-command-handler/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-dubbo/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-demo-dynamic-file-rule</artifactId>



+ 1
- 1
sentinel-demo/sentinel-demo-etcd-datasource/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-log-logback/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-nacos-datasource/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-rocketmq/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-demo</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-sofa-rpc/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-spring-cloud-gateway/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-spring-webflux/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-spring-webmvc/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-zuul-gateway/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-demo</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-extension</artifactId>
<packaging>pom</packaging>


+ 1
- 1
sentinel-extension/sentinel-annotation-aspectj/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-apollo/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-consul/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-etcd/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-extension/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-extension</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>

<artifactId>sentinel-datasource-extension</artifactId>


+ 1
- 1
sentinel-extension/sentinel-datasource-nacos/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-redis/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-spring-cloud-config/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-datasource-zookeeper/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-extension/sentinel-parameter-flow-control/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-extension</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-logging/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-logging</artifactId>
<packaging>pom</packaging>


+ 1
- 1
sentinel-logging/sentinel-logging-slf4j/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-logging</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
sentinel-transport/pom.xml Ver arquivo

@@ -6,7 +6,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-parent</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<artifactId>sentinel-transport</artifactId>
<description>The transport module of Sentinel</description>


+ 1
- 1
sentinel-transport/sentinel-transport-common/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>


+ 1
- 1
sentinel-transport/sentinel-transport-netty-http/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport</artifactId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-transport-netty-http</artifactId>


+ 1
- 1
sentinel-transport/sentinel-transport-simple-http/pom.xml Ver arquivo

@@ -5,7 +5,7 @@
<parent>
<artifactId>sentinel-transport</artifactId>
<groupId>com.alibaba.csp</groupId>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>



Carregando…
Cancelar
Salvar