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
-
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<groupId >org.springframework.batch</groupId >
6
5
<artifactId >spring-batch-bom</artifactId >
6
+ <name >Spring Batch BOM</name >
7
+ <description >Bill of materials for Spring Batch modules</description >
7
8
<version >5.0.0-SNAPSHOT</version >
8
9
<packaging >pom</packaging >
9
-
10
- <name >Spring Batch BOM</name >
11
- <description >Bill of materials to make sure a consistent set of versions is used for
12
- Spring Batch modules.
13
- </description >
14
- <url >https://github.com/spring-projects/spring-batch</url >
10
+ <url >https://projects.spring.io/spring-batch</url >
15
11
16
12
<organization >
17
- <name >Pivotal Software, Inc. </name >
18
- <url >https://www. spring.io</url >
13
+ <name >Spring </name >
14
+ <url >https://spring.io</url >
19
15
</organization >
20
16
21
17
<scm >
22
18
<url >https://github.com/spring-projects/spring-batch</url >
23
- <connection >scm:git: git://github.com/spring-projects/spring-batch.git</connection >
24
- <
developerConnection >
scm:git:ssh:// [email protected] :spring-projects/spring-batch.git</
developerConnection >
19
+ <connection >git://github.com/spring-projects/spring-batch.git</connection >
20
+ <
developerConnection >
[email protected] :spring-projects/spring-batch.git</
developerConnection >
25
21
</scm >
26
22
27
23
<issueManagement >
28
- <system >GitHub </system >
24
+ <system >Github Issues </system >
29
25
<url >https://github.com/spring-projects/spring-batch/issues</url >
30
26
</issueManagement >
31
27
28
+ <ciManagement >
29
+ <system >Bamboo</system >
30
+ <url >https://build.spring.io/browse/BATCH</url >
31
+ </ciManagement >
32
+
32
33
<licenses >
33
34
<license >
34
- <name >Apache License, Version 2.0</name >
35
- <url >https://www.apache.org/licenses/LICENSE-2.0</url >
36
- <comments >
37
- Copyright 2010 the original author or authors.
38
-
39
- Licensed under the Apache License, Version 2.0 (the "License");
40
- you may not use this file except in compliance with the License.
41
- You may obtain a copy of the License at
42
-
43
- https://www.apache.org/licenses/LICENSE-2.0
44
-
45
- Unless required by applicable law or agreed to in writing, software
46
- distributed under the License is distributed on an "AS IS" BASIS,
47
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
48
- implied.
49
- See the License for the specific language governing permissions and
50
- limitations under the License.
51
- </comments >
35
+ <name >Apache 2.0</name >
36
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
37
+ <distribution >repo</distribution >
52
38
</license >
53
39
</licenses >
54
40
55
-
56
41
<dependencyManagement >
57
42
<dependencies >
58
-
59
43
<dependency >
60
44
<groupId >org.springframework.batch</groupId >
61
45
<artifactId >spring-batch-core</artifactId >
62
- <version >5.0.0-SNAPSHOT </version >
46
+ <version >${project.version} </version >
63
47
</dependency >
64
-
65
48
<dependency >
66
49
<groupId >org.springframework.batch</groupId >
67
50
<artifactId >spring-batch-infrastructure</artifactId >
68
- <version >5.0.0-SNAPSHOT </version >
51
+ <version >${project.version} </version >
69
52
</dependency >
70
-
71
53
<dependency >
72
54
<groupId >org.springframework.batch</groupId >
73
55
<artifactId >spring-batch-integration</artifactId >
74
- <version >5.0.0-SNAPSHOT </version >
56
+ <version >${project.version} </version >
75
57
</dependency >
76
-
77
58
<dependency >
78
59
<groupId >org.springframework.batch</groupId >
79
60
<artifactId >spring-batch-test</artifactId >
80
- <version >5.0.0-SNAPSHOT </version >
61
+ <version >${project.version} </version >
81
62
</dependency >
82
-
83
63
</dependencies >
84
64
</dependencyManagement >
85
65
86
- <pluginRepositories >
87
- <pluginRepository >
88
- <id >spring-libs-release</id >
89
- <url >https://repo.spring.io/libs-release</url >
90
- </pluginRepository >
91
- </pluginRepositories >
92
-
93
66
</project >
0 commit comments