Skip to content

Commit f7e72d3

Browse files
committed
SWS-760 - Please specify URL and license in pom.xml
1 parent 10aa7c5 commit f7e72d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

parent/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
<packaging>pom</packaging>
77
<version>2.0.5.RELEASE-SNAPSHOT</version>
88
<name>Spring Web Services - Parent</name>
9+
<url>http://static.springframework.org/spring-ws/site/index.html</url>
10+
<organization>
11+
<name>The Spring Web Services Framework</name>
12+
<url>http://www.springframework.org/spring-ws</url>
13+
</organization>
14+
<licenses>
15+
<license>
16+
<name>The Apache Software License, Version 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
921
<distributionManagement>
1022
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
1123
<repository>

0 commit comments

Comments
 (0)