Skip to content

Commit

Permalink
Back to snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Nov 28, 2024
1 parent b273d8e commit b997d54
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you’re 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.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -84,7 +84,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.2.0")
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.1-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>

<packaging>pom</packaging>
<url>https://github.com/spring-projects-experimental/spring-grpc</url>
Expand Down
4 changes: 2 additions & 2 deletions samples/grpc-server-netty-shaded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.example'
version = '0.2.0'
version = '0.2.1-SNAPSHOT'

java {
toolchain {
Expand All @@ -24,7 +24,7 @@ repositories {

dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.2.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.2.1-SNAPSHOT'
}
}

Expand Down
4 changes: 2 additions & 2 deletions samples/grpc-server-netty-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>grpc-server-netty-shaded</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<name>Spring gRPC Server Sample Netty Shaded</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/grpc-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.example'
version = '0.2.0'
version = '0.2.1-SNAPSHOT'

java {
toolchain {
Expand All @@ -24,7 +24,7 @@ repositories {

dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.2.0'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.2.1-SNAPSHOT'
}
}

Expand Down
4 changes: 2 additions & 2 deletions samples/grpc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-server-sample</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/grpc-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-tomcat-sample</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url />
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>

<groupId>org.springframework.grpc</groupId>
<artifactId>parent-samples</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parent Demo</name>

Expand Down
2 changes: 1 addition & 1 deletion spring-grpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-grpc-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring gRPC dependencies</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-grpc-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-docs</artifactId>
<name>Spring gRPC Docs</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you’re 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.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -83,7 +83,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.2.0")
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.1-SNAPSHOT")
}
----

Expand Down
2 changes: 1 addition & 1 deletion spring-grpc-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-spring-boot-autoconfigure</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-grpc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-spring-boot-starter</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-grpc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>spring-grpc-test</artifactId>
<name>Spring gRPC Test</name>
Expand Down

0 comments on commit b997d54

Please sign in to comment.