File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >org.springframework.batch</groupId >
4
+ <parent >
5
+ <groupId >org.springframework.batch</groupId >
6
+ <artifactId >spring-batch</artifactId >
7
+ <version >5.0.0-SNAPSHOT</version >
8
+ </parent >
5
9
<artifactId >spring-batch-bom</artifactId >
10
+ <packaging >pom</packaging >
6
11
<name >Spring Batch BOM</name >
7
12
<description >Bill of materials for Spring Batch modules</description >
8
- <version >5.0.0-SNAPSHOT</version >
9
- <packaging >pom</packaging >
10
13
<url >https://projects.spring.io/spring-batch</url >
11
14
12
15
<organization >
63
66
</dependencies >
64
67
</dependencyManagement >
65
68
69
+ <build >
70
+ <plugins >
71
+ <plugin >
72
+ <groupId >org.apache.maven.plugins</groupId >
73
+ <artifactId >maven-site-plugin</artifactId >
74
+ <version >${maven-site-plugin.version} </version >
75
+ <configuration >
76
+ <skip >true</skip >
77
+ </configuration >
78
+ </plugin >
79
+ </plugins >
80
+ </build >
81
+
66
82
</project >
You can’t perform that action at this time.
0 commit comments