Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wardseptember committed Nov 1, 2023
1 parent 3dfc62c commit 24627f2
Show file tree
Hide file tree
Showing 58 changed files with 105 additions and 61 deletions.
50 changes: 48 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,57 @@

<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Trpc Parent Project ${project.version}</description>
<name>trpc</name>
<url>http://trpc.qq.com</url>
<url>https://github.com/trpc-group/trpc-java</url>

<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>https://opensource.org/license/apache-2-0</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/trpc-group/trpc-java</url>
<connection>
scm:git:[email protected]:trpc-group/trpc-java.git
</connection>
<developerConnection>
scm:git:ssh://[email protected]/trpc-group/trpc-java.git
</developerConnection>
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<name>Base Zhang</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Shore Wang</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Thirteen Wang</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Shiyou Wu</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Kelgon Wu</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Layne Xiong</name>
<email>[email protected]</email>
</developer>
</developers>

<modules>
<module>trpc-dependencies</module>
Expand Down
2 changes: 1 addition & 1 deletion trpc-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-admin/trpc-admin-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-admin</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-bootstrap/trpc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-bootstrap</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion trpc-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>trpc-parent</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-code-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-configcenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>trpc-parent</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-configcenter/trpc-configcenter-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-configcenter</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion trpc-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-container/trpc-container-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-container</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Version {
* VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change deploy.sh at
* the same time.
*/
public static final String VERSION = "v0.16.0";
public static final String VERSION = "v1.0.0";
public static final String SNAPSHOT_VERSION = VERSION + VERSION_SUFFIX;
/**
* IS_FORMAL_VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change
Expand Down
2 changes: 1 addition & 1 deletion trpc-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-demo/trpc-java-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-demo</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>com.tencent.trpc.demo</groupId>
<name>trpc-demo</name>
Expand Down
2 changes: 1 addition & 1 deletion trpc-demo/trpc-spring-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-demo</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>trpc-spring-demo Maven Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>trpc-spring-demo</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>trpc-spring-demo</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>trpc-parent</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion trpc-dependencies/trpc-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-bom</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
3 changes: 1 addition & 2 deletions trpc-dependencies/trpc-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-dependencies-bom</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down Expand Up @@ -901,7 +901,6 @@
<artifactId>spring-cloud-starter-gateway</artifactId>
<version>${spring.cloud.gateway.version}</version>
</dependency>
<!--open feign end-->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-dependencies/trpc-mini/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-dependencies</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-dependencies/trpc-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>trpc-dependencies</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-limiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-limiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-limiter/trpc-limiter-sentinel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-limiter</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-logger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-logger/trpc-logger-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-logger</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>trpc-parent</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-opentelemetry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-proto/trpc-proto-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-proto</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-proto/trpc-proto-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-proto</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-proto/trpc-rpc-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-proto</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion trpc-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>trpc-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trpc-registry/trpc-registry-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>trpc-registry</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-registry/trpc-registry-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>trpc-registry</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-registry/trpc-registry-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>trpc-registry</artifactId>
<groupId>com.tencent.trpc</groupId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion trpc-registry/trpc-registry-open-polaris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-registry</artifactId>
<version>0.16.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit 24627f2

Please sign in to comment.