Revert to snapshot

This commit is contained in:
Dave Syer
2025-03-03 12:47:03 +00:00
parent ae46cdffe5
commit b423429b8f
28 changed files with 46 additions and 46 deletions

View File

@@ -193,7 +193,7 @@ If youre a Maven user, you can use the dependencies by adding the following t
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -207,7 +207,7 @@ As shown in the snippet below this can then be followed by version-less declarat
```gradle
dependencies {
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.4.0")
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT")
}
```

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/spring-projects-experimental/spring-grpc</url>

View File

@@ -7,7 +7,7 @@ plugins {
}
group = 'com.example'
version = '0.4.0'
version = '0.5.0-SNAPSHOT'
java {
toolchain {
@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.4.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT'
}
}

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-oauth2-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -7,7 +7,7 @@ plugins {
}
group = 'com.example'
version = '0.4.0'
version = '0.5.0-SNAPSHOT'
java {
toolchain {
@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.4.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT'
}
}

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-reactive-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Reactive Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -7,7 +7,7 @@ plugins {
}
group = 'com.example'
version = '0.4.0'
version = '0.5.0-SNAPSHOT'
java {
toolchain {
@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.4.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT'
}
}

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-secure-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -7,7 +7,7 @@ plugins {
}
group = 'com.example'
version = '0.4.0'
version = '0.5.0-SNAPSHOT'
java {
toolchain {
@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.4.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT'
}
}

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>grpc-server-netty-shaded</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample Netty Shaded</name>
<description>Demo project for Spring Boot</description>
<properties>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -7,7 +7,7 @@ plugins {
}
group = 'com.example'
version = '0.4.0'
version = '0.5.0-SNAPSHOT'
java {
toolchain {
@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.4.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT'
}
}

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-server-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-tomcat-secure-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-tomcat-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -7,7 +7,7 @@ plugins {
}
group = 'com.example'
version = '0.4.0'
version = '0.5.0-SNAPSHOT'
java {
toolchain {
@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.4.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT'
}
}

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-webflux-sample</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -6,12 +6,12 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>parent-samples</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parent Demo</name>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-client-spring-boot-starter</artifactId>
<packaging>jar</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-core</artifactId>
<packaging>jar</packaging>

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring gRPC dependencies</name>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-docs</artifactId>
<name>Spring gRPC Docs</name>

View File

@@ -199,7 +199,7 @@ If youre a Maven user, you can use the dependencies by adding the following t
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -214,7 +214,7 @@ As shown in the snippet below this can then be followed by version-less declarat
[source,gradle]
----
dependencies {
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.4.0")
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.5.0-SNAPSHOT")
}
----

View File

@@ -3,9 +3,9 @@
:page-section-summary-toc: 1
[[what-s-new-in-0-4-0-since-0-3-0]]
== What's New in 0.4.0 Since 0.3.0
== What's New in 0.5.0-SNAPSHOT Since 0.3.0
This section covers the changes made from version 0.3.0 to version 0.4.0.
This section covers the changes made from version 0.3.0 to version 0.5.0-SNAPSHOT.
=== Fine-grained starter modules
The following fine-grained Spring Boot starter modules have been added:

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-server-spring-boot-starter</artifactId>
<packaging>jar</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-server-web-spring-boot-starter</artifactId>
<packaging>jar</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-spring-boot-autoconfigure</artifactId>
<packaging>jar</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-spring-boot-starter</artifactId>
<packaging>jar</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-test</artifactId>
<name>Spring gRPC Test</name>