File tree 9 files changed +17
-28
lines changed
spring-cloud-gateway-core
spring-cloud-gateway-dependencies
spring-cloud-gateway-sample
spring-cloud-gateway-webflux
spring-cloud-starter-gateway 9 files changed +17
-28
lines changed Original file line number Diff line number Diff line change 18
18
.shelf
19
19
* .swp
20
20
* .swo
21
+ .vscode /
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-gateway</artifactId >
9
- <version >2.1.2 .BUILD-SNAPSHOT</version >
9
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >spring-cloud-gateway-docs</artifactId >
12
12
<packaging >pom</packaging >
37
37
<artifactId >maven-dependency-plugin</artifactId >
38
38
</plugin >
39
39
<plugin >
40
- <groupId >org.asciidoctor</groupId >
41
- <artifactId >asciidoctor-maven-plugin</artifactId >
42
- <inherited >false</inherited >
40
+ <groupId >org.apache.maven.plugins</groupId >
41
+ <artifactId >maven-resources-plugin</artifactId >
43
42
</plugin >
44
43
<plugin >
45
- <groupId >com.agilejava.docbkx </groupId >
46
- <artifactId >docbkx -maven-plugin</artifactId >
44
+ <groupId >org.asciidoctor </groupId >
45
+ <artifactId >asciidoctor -maven-plugin</artifactId >
47
46
</plugin >
48
47
<plugin >
49
48
<groupId >org.apache.maven.plugins</groupId >
50
49
<artifactId >maven-antrun-plugin</artifactId >
51
- <inherited >false</inherited >
52
- </plugin >
53
- <plugin >
54
- <groupId >org.codehaus.mojo</groupId >
55
- <artifactId >build-helper-maven-plugin</artifactId >
56
- <inherited >false</inherited >
57
50
</plugin >
58
51
</plugins >
59
52
</build >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-gateway</artifactId >
9
- <version >2.1.2 .BUILD-SNAPSHOT</version >
9
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >Spring Cloud Gateway</name >
15
15
<parent >
16
16
<groupId >org.springframework.cloud</groupId >
17
17
<artifactId >spring-cloud-build</artifactId >
18
- <version >2.1.3 .BUILD-SNAPSHOT</version >
18
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
19
19
<relativePath />
20
20
</parent >
21
21
<scm >
52
52
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53
53
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
54
54
<java .version>1.8</java .version>
55
- <spring-cloud-commons .version>2.1.1 .BUILD-SNAPSHOT</spring-cloud-commons .version>
56
- <spring-cloud-netflix .version>2.1.1 .BUILD-SNAPSHOT</spring-cloud-netflix .version>
55
+ <spring-cloud-commons .version>2.2.0 .BUILD-SNAPSHOT</spring-cloud-commons .version>
56
+ <spring-cloud-netflix .version>2.2.0 .BUILD-SNAPSHOT</spring-cloud-netflix .version>
57
57
<embedded-redis .version>0.6</embedded-redis .version>
58
- <maven-checkstyle-plugin .includeTestSourceDirectory>true
59
- </maven-checkstyle-plugin .includeTestSourceDirectory>
60
- <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
61
- <maven-checkstyle-plugin .failOnViolation>true
62
- </maven-checkstyle-plugin .failOnViolation>
63
58
</properties >
64
59
65
60
<dependencyManagement >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.cloud</groupId >
9
9
<artifactId >spring-cloud-gateway</artifactId >
10
- <version >2.1.2 .BUILD-SNAPSHOT</version >
10
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
11
11
<relativePath >..</relativePath > <!-- lookup parent from repository -->
12
12
</parent >
13
13
<artifactId >spring-cloud-gateway-core</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >spring-cloud-dependencies-parent</artifactId >
8
8
<groupId >org.springframework.cloud</groupId >
9
- <version >2.1.3 .BUILD-SNAPSHOT</version >
9
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
10
10
<relativePath />
11
11
</parent >
12
12
13
13
<artifactId >spring-cloud-gateway-dependencies</artifactId >
14
- <version >2.1.2 .BUILD-SNAPSHOT</version >
14
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >spring-cloud-gateway-dependencies</name >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.cloud</groupId >
13
13
<artifactId >spring-cloud-gateway</artifactId >
14
- <version >2.1.2 .BUILD-SNAPSHOT</version >
14
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
15
15
<relativePath >..</relativePath >
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.cloud</groupId >
18
18
<artifactId >spring-cloud-gateway</artifactId >
19
- <version >2.1.2 .BUILD-SNAPSHOT</version >
19
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
20
20
<relativePath >..</relativePath > <!-- lookup parent from repository -->
21
21
</parent >
22
22
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.cloud</groupId >
13
13
<artifactId >spring-cloud-gateway</artifactId >
14
- <version >2.1.2 .BUILD-SNAPSHOT</version >
14
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
15
15
<relativePath >..</relativePath >
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-gateway</artifactId >
9
- <version >2.1.2 .BUILD-SNAPSHOT</version >
9
+ <version >2.2.0 .BUILD-SNAPSHOT</version >
10
10
<relativePath >..</relativePath > <!-- lookup parent from repository -->
11
11
</parent >
12
12
<artifactId >spring-cloud-starter-gateway</artifactId >
You can’t perform that action at this time.
0 commit comments