Skip to content

Commit c5a6f1f

Browse files
meltsufinkurtisvg
authored andcommitted
Bump Spring Cloud GCP version to 1.2 (GoogleCloudPlatform#1777)
* Bump Spring Cloud GCP version to 1.2 * tabs to spaces
1 parent 65d9297 commit c5a6f1f

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

run/image-processing/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ limitations under the License.
3535
<!-- Import dependency management from Spring Boot -->
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>2.1.9.RELEASE</version>
38+
<version>2.2.1.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Greenwich.SR1</version>
45+
<version>Hoxton.RELEASE</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
4949
<!-- // [START run_imageproc_dep_management] -->
5050
<dependency>
5151
<groupId>org.springframework.cloud</groupId>
5252
<artifactId>spring-cloud-gcp-dependencies</artifactId>
53-
<version>1.1.3.RELEASE</version>
53+
<version>1.2.0.RELEASE</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>
@@ -104,7 +104,7 @@ limitations under the License.
104104
<plugin>
105105
<groupId>org.springframework.boot</groupId>
106106
<artifactId>spring-boot-maven-plugin</artifactId>
107-
<version>2.1.4.RELEASE</version>
107+
<version>2.2.1.RELEASE</version>
108108
<executions>
109109
<execution>
110110
<goals>

spanner/spring-data/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
<dependency>
4242
<groupId>org.springframework.cloud</groupId>
4343
<artifactId>spring-cloud-gcp-dependencies</artifactId>
44-
<version>1.1.2.RELEASE</version>
44+
<version>1.2.0.RELEASE</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>
@@ -61,7 +61,7 @@ limitations under the License.
6161
<plugin>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-maven-plugin</artifactId>
64-
<version>2.1.6.RELEASE</version>
64+
<version>2.2.1.RELEASE</version>
6565
<configuration>
6666
<mainClass>com.example.spanner.QuickStartSample</mainClass>
6767
</configuration>

vision/spring-framework/pom.xml

+61-61
Original file line numberDiff line numberDiff line change
@@ -14,73 +14,73 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
1616
<project>
17-
<modelVersion>4.0.0</modelVersion>
17+
<modelVersion>4.0.0</modelVersion>
1818

19-
<properties>
20-
<maven.compiler.target>1.8</maven.compiler.target>
21-
<maven.compiler.source>1.8</maven.compiler.source>
22-
<spring.version>2.2.1.RELEASE</spring.version>
23-
</properties>
19+
<properties>
20+
<maven.compiler.target>1.8</maven.compiler.target>
21+
<maven.compiler.source>1.8</maven.compiler.source>
22+
<spring.version>2.2.1.RELEASE</spring.version>
23+
</properties>
2424

25-
<!--
26-
The parent pom defines common style checks and testing strategies for our samples.
27-
Removing or replacing it should not affect the execution of the samples in anyway.
28-
-->
29-
<parent>
30-
<groupId>com.google.cloud.samples</groupId>
31-
<artifactId>shared-configuration</artifactId>
32-
<version>1.0.11</version>
33-
</parent>
25+
<!--
26+
The parent pom defines common style checks and testing strategies for our samples.
27+
Removing or replacing it should not affect the execution of the samples in anyway.
28+
-->
29+
<parent>
30+
<groupId>com.google.cloud.samples</groupId>
31+
<artifactId>shared-configuration</artifactId>
32+
<version>1.0.11</version>
33+
</parent>
3434

35-
<groupId>com.example.vision</groupId>
36-
<artifactId>spring-framework</artifactId>
37-
<name>Spring Framework with Cloud Vision Sample</name>
35+
<groupId>com.example.vision</groupId>
36+
<artifactId>spring-framework</artifactId>
37+
<name>Spring Framework with Cloud Vision Sample</name>
3838

39-
<!-- [START spring_vision_bom_fragment] -->
40-
<dependencyManagement>
41-
<dependencies>
42-
<dependency>
43-
<groupId>org.springframework.cloud</groupId>
44-
<artifactId>spring-cloud-gcp-dependencies</artifactId>
45-
<version>1.1.2.RELEASE</version>
46-
<type>pom</type>
47-
<scope>import</scope>
48-
</dependency>
49-
</dependencies>
50-
</dependencyManagement>
51-
<!-- [END spring_vision_bom_fragment] -->
39+
<!-- [START spring_vision_bom_fragment] -->
40+
<dependencyManagement>
41+
<dependencies>
42+
<dependency>
43+
<groupId>org.springframework.cloud</groupId>
44+
<artifactId>spring-cloud-gcp-dependencies</artifactId>
45+
<version>1.2.0.RELEASE</version>
46+
<type>pom</type>
47+
<scope>import</scope>
48+
</dependency>
49+
</dependencies>
50+
</dependencyManagement>
51+
<!-- [END spring_vision_bom_fragment] -->
5252

53-
<dependencies>
54-
<!-- [START spring_vision_dependency_fragment] -->
55-
<dependency>
56-
<groupId>org.springframework.cloud</groupId>
57-
<artifactId>spring-cloud-gcp-starter-vision</artifactId>
58-
</dependency>
59-
<!-- [END spring_vision_dependency_fragment] -->
53+
<dependencies>
54+
<!-- [START spring_vision_dependency_fragment] -->
55+
<dependency>
56+
<groupId>org.springframework.cloud</groupId>
57+
<artifactId>spring-cloud-gcp-starter-vision</artifactId>
58+
</dependency>
59+
<!-- [END spring_vision_dependency_fragment] -->
6060

61-
<dependency>
62-
<groupId>org.springframework.boot</groupId>
63-
<artifactId>spring-boot-starter-web</artifactId>
64-
<version>${spring.version}</version>
65-
</dependency>
61+
<dependency>
62+
<groupId>org.springframework.boot</groupId>
63+
<artifactId>spring-boot-starter-web</artifactId>
64+
<version>${spring.version}</version>
65+
</dependency>
6666

67-
<dependency>
68-
<groupId>org.springframework.boot</groupId>
69-
<artifactId>spring-boot-starter-thymeleaf</artifactId>
70-
<version>${spring.version}</version>
71-
</dependency>
72-
</dependencies>
67+
<dependency>
68+
<groupId>org.springframework.boot</groupId>
69+
<artifactId>spring-boot-starter-thymeleaf</artifactId>
70+
<version>${spring.version}</version>
71+
</dependency>
72+
</dependencies>
7373

74-
<build>
75-
<plugins>
76-
<plugin>
77-
<groupId>org.springframework.boot</groupId>
78-
<artifactId>spring-boot-maven-plugin</artifactId>
79-
<version>${spring.version}</version>
80-
<configuration>
81-
<mainClass>com.example.vision.Application</mainClass>
82-
</configuration>
83-
</plugin>
84-
</plugins>
85-
</build>
74+
<build>
75+
<plugins>
76+
<plugin>
77+
<groupId>org.springframework.boot</groupId>
78+
<artifactId>spring-boot-maven-plugin</artifactId>
79+
<version>${spring.version}</version>
80+
<configuration>
81+
<mainClass>com.example.vision.Application</mainClass>
82+
</configuration>
83+
</plugin>
84+
</plugins>
85+
</build>
8686
</project>

0 commit comments

Comments
 (0)