Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c317ed0

Browse files
committed
Improve pom.xml for Maven Central
1 parent 4fa0806 commit c317ed0

File tree

1 file changed

+69
-31
lines changed

1 file changed

+69
-31
lines changed

pom.xml

Lines changed: 69 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,72 @@
44

55
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-dataflow-ui</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<packaging>jar</packaging>
9-
109
<name>Spring Cloud Data Flow User Interface</name>
11-
10+
<description>This application provides the Dashboard application of Spring Cloud Data Flow.</description>
1211
<url>http://cloud.spring.io/spring-cloud-dataflow/</url>
13-
1412
<organization>
1513
<name>Pivotal Software, Inc.</name>
1614
<url>http://www.spring.io</url>
1715
</organization>
18-
19-
<prerequisites>
20-
<maven>3.1.0</maven>
21-
</prerequisites>
22-
16+
<licenses>
17+
<license>
18+
<name>The Apache License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20+
</license>
21+
</licenses>
2322
<scm>
2423
<url>https://github.com/spring-cloud/spring-cloud-dataflow-ui</url>
2524
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-dataflow-ui.git</connection>
2625
<developerConnection>scm:git:ssh://git@github.com/spring-cloud/spring-cloud-dataflow-ui.git</developerConnection>
2726
<tag>HEAD</tag>
2827
</scm>
29-
28+
<developers>
29+
<developer>
30+
<id>ghillert</id>
31+
<name>Gunnar Hillert</name>
32+
<email>ghillert at pivotal.io</email>
33+
<organization>Pivotal Software, Inc.</organization>
34+
<organizationUrl>http://www.spring.io</organizationUrl>
35+
<roles>
36+
<role>Project lead</role>
37+
</roles>
38+
</developer>
39+
<developer>
40+
<id>ilayaperumalg</id>
41+
<name>Ilayaperumal Gopinathan</name>
42+
<email>ilayaperumalg at pivotal.io</email>
43+
<organization>Pivotal Software, Inc.</organization>
44+
<organizationUrl>http://www.spring.io</organizationUrl>
45+
<roles>
46+
<role>Project lead</role>
47+
</roles>
48+
</developer>
49+
<developer>
50+
<id>aclement</id>
51+
<name>Andy Clement</name>
52+
<email>aclement at pivotal.io</email>
53+
<organization>Pivotal Software, Inc.</organization>
54+
<organizationUrl>http://www.spring.io</organizationUrl>
55+
<roles>
56+
<role>Project lead</role>
57+
</roles>
58+
</developer>
59+
<developer>
60+
<id>aboyko</id>
61+
<name>Alex Boyko</name>
62+
<email>aboyko at pivotal.io</email>
63+
<organization>Pivotal Software, Inc.</organization>
64+
<organizationUrl>http://www.spring.io</organizationUrl>
65+
<roles>
66+
<role>Project lead</role>
67+
</roles>
68+
</developer>
69+
</developers>
70+
<prerequisites>
71+
<maven>3.1.0</maven>
72+
</prerequisites>
3073
<build>
3174
<resources>
3275
<resource>
@@ -115,25 +158,20 @@
115158
</plugin>
116159
</plugins>
117160
</build>
118-
119-
<dependencies>
120-
<dependency>
121-
<groupId>junit</groupId>
122-
<artifactId>junit</artifactId>
123-
<version>4.12</version>
124-
<scope>test</scope>
125-
</dependency>
126-
</dependencies>
127-
128-
<repositories>
129-
<repository>
130-
<id>repo.spring.io.milestone</id>
131-
<name>Spring Maven Milestone Repository</name>
132-
<url>https://repo.spring.io/libs-milestone</url>
133-
</repository>
134-
<repository>
135-
<id>clojars.org</id>
136-
<url>http://clojars.org/repo</url>
137-
</repository>
138-
</repositories>
161+
<profiles>
162+
<profile>
163+
<id>spring</id>
164+
<repositories>
165+
<repository>
166+
<id>repo.spring.io.milestone</id>
167+
<name>Spring Maven Milestone Repository</name>
168+
<url>https://repo.spring.io/libs-milestone</url>
169+
</repository>
170+
<repository>
171+
<id>clojars.org</id>
172+
<url>http://clojars.org/repo</url>
173+
</repository>
174+
</repositories>
175+
</profile>
176+
</profiles>
139177
</project>

0 commit comments

Comments
 (0)