Skip to content

Commit f76f1c9

Browse files
committed
Refine contribution #4078
Update pom.xml to be consistent with other pom files
1 parent 4dcada9 commit f76f1c9

File tree

1 file changed

+20
-47
lines changed

1 file changed

+20
-47
lines changed

spring-batch-bom/pom.xml

Lines changed: 20 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,66 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<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-
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.batch</groupId>
65
<artifactId>spring-batch-bom</artifactId>
6+
<name>Spring Batch BOM</name>
7+
<description>Bill of materials for Spring Batch modules</description>
78
<version>5.0.0-SNAPSHOT</version>
89
<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>
1511

1612
<organization>
17-
<name>Pivotal Software, Inc.</name>
18-
<url>https://www.spring.io</url>
13+
<name>Spring</name>
14+
<url>https://spring.io</url>
1915
</organization>
2016

2117
<scm>
2218
<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>
2521
</scm>
2622

2723
<issueManagement>
28-
<system>GitHub</system>
24+
<system>Github Issues</system>
2925
<url>https://github.com/spring-projects/spring-batch/issues</url>
3026
</issueManagement>
3127

28+
<ciManagement>
29+
<system>Bamboo</system>
30+
<url>https://build.spring.io/browse/BATCH</url>
31+
</ciManagement>
32+
3233
<licenses>
3334
<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>
5238
</license>
5339
</licenses>
5440

55-
5641
<dependencyManagement>
5742
<dependencies>
58-
5943
<dependency>
6044
<groupId>org.springframework.batch</groupId>
6145
<artifactId>spring-batch-core</artifactId>
62-
<version>5.0.0-SNAPSHOT</version>
46+
<version>${project.version}</version>
6347
</dependency>
64-
6548
<dependency>
6649
<groupId>org.springframework.batch</groupId>
6750
<artifactId>spring-batch-infrastructure</artifactId>
68-
<version>5.0.0-SNAPSHOT</version>
51+
<version>${project.version}</version>
6952
</dependency>
70-
7153
<dependency>
7254
<groupId>org.springframework.batch</groupId>
7355
<artifactId>spring-batch-integration</artifactId>
74-
<version>5.0.0-SNAPSHOT</version>
56+
<version>${project.version}</version>
7557
</dependency>
76-
7758
<dependency>
7859
<groupId>org.springframework.batch</groupId>
7960
<artifactId>spring-batch-test</artifactId>
80-
<version>5.0.0-SNAPSHOT</version>
61+
<version>${project.version}</version>
8162
</dependency>
82-
8363
</dependencies>
8464
</dependencyManagement>
8565

86-
<pluginRepositories>
87-
<pluginRepository>
88-
<id>spring-libs-release</id>
89-
<url>https://repo.spring.io/libs-release</url>
90-
</pluginRepository>
91-
</pluginRepositories>
92-
9366
</project>

0 commit comments

Comments
 (0)