File tree Expand file tree Collapse file tree 5 files changed +17
-34
lines changed
Expand file tree Collapse file tree 5 files changed +17
-34
lines changed Original file line number Diff line number Diff line change 1- version =0.1.0
1+ version =0.0.1-SNAPSHOT
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <groupId >org.springframework</groupId >
7- <artifactId >gs-spring-cloud-gcp</artifactId >
8- <version >0.1.0</version >
7+ <artifactId >gs-messaging-gcp-pubsub</artifactId >
8+ <version >0.0.1-SNAPSHOT</version >
9+
10+ <parent >
11+ <groupId >org.springframework.boot</groupId >
12+ <artifactId >spring-boot-starter-parent</artifactId >
13+ <version >3.5.8</version >
14+ </parent >
915
1016 <properties >
11- <java .version>17</java .version>
12- <maven .compiler.source>17</maven .compiler.source>
13- <maven .compiler.target>17</maven .compiler.target>
1417 <spring-cloud-gcp .version>5.9.0</spring-cloud-gcp .version>
15- <spring-boot-release .version>3.5.8</spring-boot-release .version>
1618 </properties >
1719
1820 <dependencies >
3941 <type >pom</type >
4042 <scope >import</scope >
4143 </dependency >
42-
43- <dependency >
44- <groupId >org.springframework.boot</groupId >
45- <artifactId >spring-boot-dependencies</artifactId >
46- <version >${spring-boot-release.version} </version >
47- <type >pom</type >
48- <scope >import</scope >
49- </dependency >
5044 </dependencies >
5145 </dependencyManagement >
5246
Original file line number Diff line number Diff line change 1- version =0.1.0
1+ version =0.0.1-SNAPSHOT
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <groupId >org.springframework</groupId >
7- <artifactId >gs-spring-cloud- gcp</artifactId >
8- <version >0.1.0 </version >
7+ <artifactId >gs-messaging- gcp-pubsub </artifactId >
8+ <version >0.0.1-SNAPSHOT </version >
99
10- <properties >
11- <java .version>17</java .version>
12- <spring-boot-release .version>3.5.8</spring-boot-release .version>
13- </properties >
10+ <parent >
11+ <groupId >org.springframework.boot</groupId >
12+ <artifactId >spring-boot-starter-parent</artifactId >
13+ <version >3.5.8</version >
14+ </parent >
1415
1516 <dependencies >
1617 <dependency >
1920 </dependency >
2021 </dependencies >
2122
22- <dependencyManagement >
23- <dependencies >
24- <dependency >
25- <groupId >org.springframework.boot</groupId >
26- <artifactId >spring-boot-dependencies</artifactId >
27- <version >${spring-boot-release.version} </version >
28- <type >pom</type >
29- <scope >import</scope >
30- </dependency >
31- </dependencies >
32- </dependencyManagement >
33-
3423 <build >
3524 <plugins >
3625 <plugin >
You can’t perform that action at this time.
0 commit comments