Bläddra i källkod

Bump version to 1.3.0-GA and update dependencies

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 6 år sedan
förälder
incheckning
f4b5fae130
31 ändrade filer med 33 tillägg och 33 borttagningar
  1. +2
    -2
      pom.xml
  2. +1
    -1
      sentinel-adapter/pom.xml
  3. +1
    -1
      sentinel-adapter/sentinel-dubbo-adapter/pom.xml
  4. +1
    -1
      sentinel-adapter/sentinel-grpc-adapter/pom.xml
  5. +1
    -1
      sentinel-adapter/sentinel-web-servlet/pom.xml
  6. +1
    -1
      sentinel-benchmark/pom.xml
  7. +1
    -1
      sentinel-core/pom.xml
  8. +1
    -1
      sentinel-dashboard/pom.xml
  9. +1
    -1
      sentinel-demo/pom.xml
  10. +1
    -1
      sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml
  11. +1
    -1
      sentinel-demo/sentinel-demo-apollo-datasource/pom.xml
  12. +1
    -1
      sentinel-demo/sentinel-demo-basic/pom.xml
  13. +1
    -1
      sentinel-demo/sentinel-demo-dubbo/pom.xml
  14. +1
    -1
      sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml
  15. +1
    -1
      sentinel-demo/sentinel-demo-nacos-datasource/pom.xml
  16. +1
    -1
      sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml
  17. +1
    -1
      sentinel-demo/sentinel-demo-rocketmq/pom.xml
  18. +1
    -1
      sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml
  19. +1
    -1
      sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml
  20. +1
    -1
      sentinel-extension/pom.xml
  21. +1
    -1
      sentinel-extension/sentinel-annotation-aspectj/pom.xml
  22. +1
    -1
      sentinel-extension/sentinel-datasource-apollo/pom.xml
  23. +1
    -1
      sentinel-extension/sentinel-datasource-extension/pom.xml
  24. +2
    -2
      sentinel-extension/sentinel-datasource-nacos/pom.xml
  25. +1
    -1
      sentinel-extension/sentinel-datasource-redis/pom.xml
  26. +1
    -1
      sentinel-extension/sentinel-datasource-zookeeper/pom.xml
  27. +1
    -1
      sentinel-extension/sentinel-parameter-flow-control/pom.xml
  28. +1
    -1
      sentinel-transport/pom.xml
  29. +1
    -1
      sentinel-transport/sentinel-transport-common/pom.xml
  30. +1
    -1
      sentinel-transport/sentinel-transport-netty-http/pom.xml
  31. +1
    -1
      sentinel-transport/sentinel-transport-simple-http/pom.xml

+ 2
- 2
pom.xml Visa fil

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

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

<name>${project.artifactId}</name>
@@ -41,7 +41,7 @@

<properties>
<!-- Compile libs -->
<fastjson.version>1.2.49</fastjson.version>
<fastjson.version>1.2.51</fastjson.version>

<!-- Test libs -->
<junit.version>4.12</junit.version>


+ 1
- 1
sentinel-adapter/pom.xml Visa fil

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


+ 1
- 1
sentinel-adapter/sentinel-dubbo-adapter/pom.xml Visa fil

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


+ 1
- 1
sentinel-adapter/sentinel-grpc-adapter/pom.xml Visa fil

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


+ 1
- 1
sentinel-adapter/sentinel-web-servlet/pom.xml Visa fil

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

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


+ 1
- 1
sentinel-benchmark/pom.xml Visa fil

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



+ 1
- 1
sentinel-core/pom.xml Visa fil

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


+ 1
- 1
sentinel-dashboard/pom.xml Visa fil

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

<artifactId>sentinel-dashboard</artifactId>


+ 1
- 1
sentinel-demo/pom.xml Visa fil

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


+ 1
- 1
sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-apollo-datasource/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-basic/pom.xml Visa fil

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


+ 1
- 1
sentinel-demo/sentinel-demo-dubbo/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-nacos-datasource/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-rocketmq/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml Visa fil

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



+ 1
- 1
sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml Visa fil

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



+ 1
- 1
sentinel-extension/pom.xml Visa fil

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


+ 1
- 1
sentinel-extension/sentinel-annotation-aspectj/pom.xml Visa fil

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



+ 1
- 1
sentinel-extension/sentinel-datasource-apollo/pom.xml Visa fil

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



+ 1
- 1
sentinel-extension/sentinel-datasource-extension/pom.xml Visa fil

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

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


+ 2
- 2
sentinel-extension/sentinel-datasource-nacos/pom.xml Visa fil

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

@@ -13,7 +13,7 @@
<packaging>jar</packaging>

<properties>
<nacos.version>0.2.1</nacos.version>
<nacos.version>0.3.0</nacos.version>
</properties>

<dependencies>


+ 1
- 1
sentinel-extension/sentinel-datasource-redis/pom.xml Visa fil

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



+ 1
- 1
sentinel-extension/sentinel-datasource-zookeeper/pom.xml Visa fil

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



+ 1
- 1
sentinel-extension/sentinel-parameter-flow-control/pom.xml Visa fil

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



+ 1
- 1
sentinel-transport/pom.xml Visa fil

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


+ 1
- 1
sentinel-transport/sentinel-transport-common/pom.xml Visa fil

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


+ 1
- 1
sentinel-transport/sentinel-transport-netty-http/pom.xml Visa fil

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


+ 1
- 1
sentinel-transport/sentinel-transport-simple-http/pom.xml Visa fil

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



Laddar…
Avbryt
Spara