Skip to content

Commit 650e78f

Browse files
committed
Bump to 1.0.3
1 parent e245b0d commit 650e78f

42 files changed

Lines changed: 67 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
211211
<dependency>
212212
<groupId>org.springframework.grpc</groupId>
213213
<artifactId>spring-grpc-dependencies</artifactId>
214-
<version>1.0.3-SNAPSHOT</version>
214+
<version>1.0.3</version>
215215
<type>pom</type>
216216
<scope>import</scope>
217217
</dependency>
@@ -225,7 +225,7 @@ As shown in the snippet below this can then be followed by version-less declarat
225225

226226
```gradle
227227
dependencies {
228-
implementation platform("org.springframework.grpc:spring-grpc-dependencies:1.0.3-SNAPSHOT")
228+
implementation platform("org.springframework.grpc:spring-grpc-dependencies:1.0.3")
229229
}
230230
```
231231

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.grpc</groupId>
77
<artifactId>spring-grpc</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99

1010
<packaging>pom</packaging>
1111
<url>https://github.com/spring-projects/spring-grpc</url>

samples/grpc-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'com.example'
9-
version = '1.0.3-SNAPSHOT'
9+
version = '1.0.3'
1010

1111
def toolchainVersion() {
1212
if (project.hasProperty('testToolchain')) {
@@ -28,7 +28,7 @@ repositories {
2828
maven { url 'https://repo.spring.io/snapshot' }
2929
}
3030

31-
def springGrpcVersion = project.properties['springGrpcVersion'] ?: '1.0.3-SNAPSHOT'
31+
def springGrpcVersion = project.properties['springGrpcVersion'] ?: '1.0.3'
3232

3333
dependencyManagement {
3434
imports {

samples/grpc-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-client-sample</artifactId>
14-
<version>1.0.3-SNAPSHOT</version>
14+
<version>1.0.3</version>
1515
<name>Spring gRPC Client Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.springframework.grpc</groupId>
4242
<artifactId>spring-grpc-dependencies</artifactId>
43-
<version>1.0.3-SNAPSHOT</version>
43+
<version>1.0.3</version>
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>

samples/grpc-oauth2/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.example'
10-
version = '1.0.3-SNAPSHOT'
10+
version = '1.0.3'
1111

1212
def toolchainVersion() {
1313
if (project.hasProperty('testToolchain')) {
@@ -33,7 +33,7 @@ repositories {
3333
maven { url 'https://repo.spring.io/snapshot' }
3434
}
3535

36-
def springGrpcVersion = project.properties['springGrpcVersion'] ?: '1.0.3-SNAPSHOT'
36+
def springGrpcVersion = project.properties['springGrpcVersion'] ?: '1.0.3'
3737

3838
dependencyManagement {
3939
imports {

samples/grpc-oauth2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-oauth2-sample</artifactId>
14-
<version>1.0.3-SNAPSHOT</version>
14+
<version>1.0.3</version>
1515
<name>Spring gRPC OAuth2 Server Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework.grpc</groupId>
4040
<artifactId>spring-grpc-dependencies</artifactId>
41-
<version>1.0.3-SNAPSHOT</version>
41+
<version>1.0.3</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>

samples/grpc-reactive/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'com.example'
9-
version = '1.0.3-SNAPSHOT'
9+
version = '1.0.3'
1010

1111
def toolchainVersion() {
1212
if (project.hasProperty('testToolchain')) {
@@ -28,7 +28,7 @@ repositories {
2828
maven { url 'https://repo.spring.io/snapshot' }
2929
}
3030

31-
def springGrpcVersion = project.properties['springGrpcVersion'] ?: '1.0.3-SNAPSHOT'
31+
def springGrpcVersion = project.properties['springGrpcVersion'] ?: '1.0.3'
3232

3333
dependencyManagement {
3434
imports {

samples/grpc-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-reactive-sample</artifactId>
14-
<version>1.0.3-SNAPSHOT</version>
14+
<version>1.0.3</version>
1515
<name>Spring gRPC Reactive Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework.grpc</groupId>
4040
<artifactId>spring-grpc-dependencies</artifactId>
41-
<version>1.0.3-SNAPSHOT</version>
41+
<version>1.0.3</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>

samples/grpc-secure/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.example'
10-
version = '1.0.3-SNAPSHOT'
10+
version = '1.0.3'
1111

1212
java {
1313
toolchain {
@@ -24,7 +24,7 @@ repositories {
2424

2525
dependencyManagement {
2626
imports {
27-
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:1.0.3-SNAPSHOT'
27+
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:1.0.3'
2828
}
2929
}
3030

samples/grpc-secure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>
1313
<artifactId>grpc-secure-sample</artifactId>
14-
<version>1.0.3-SNAPSHOT</version>
14+
<version>1.0.3</version>
1515
<name>Spring gRPC Secure Sample</name>
1616
<description>Demo project for Spring gRPC</description>
1717
<url />
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework.grpc</groupId>
4040
<artifactId>spring-grpc-dependencies</artifactId>
41-
<version>1.0.3-SNAPSHOT</version>
41+
<version>1.0.3</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>

0 commit comments

Comments
 (0)