Skip to content

Commit 78a0f15

Browse files
committed
Upgrade samples to Boot 2.2.0.RELEASE
1 parent 9eadf5b commit 78a0f15

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/sample-01/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.example</groupId>
77
<artifactId>kafka-sample-01</artifactId>
8-
<version>2.3.1.BUILD-SNAPSHOT</version>
8+
<version>2.3.1.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>kafka-sample-01</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.0.BUILD-SNAPSHOT</version>
17+
<version>2.2.0.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

samples/sample-02/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.example</groupId>
77
<artifactId>kafka-sample-02</artifactId>
8-
<version>2.3.1.BUILD-SNAPSHOT</version>
8+
<version>2.3.1.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>kafka-sample-02</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.0.BUILD-SNAPSHOT</version>
17+
<version>2.2.0.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

samples/sample-03/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.example</groupId>
77
<artifactId>kafka-sample-03</artifactId>
8-
<version>2.3.1.BUILD-SNAPSHOT</version>
8+
<version>2.3.1.RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>kafka-sample-03</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.0.BUILD-SNAPSHOT</version>
17+
<version>2.2.0.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)