|
4 | 4 |
|
5 | 5 | <groupId>org.springframework.cloud</groupId>
|
6 | 6 | <artifactId>spring-cloud-dataflow-ui</artifactId>
|
7 |
| - <version>1.0.1.BUILD-SNAPSHOT</version> |
| 7 | + <version>1.0.0.BUILD-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging>
|
9 |
| - |
10 | 9 | <name>Spring Cloud Data Flow User Interface</name>
|
11 |
| - |
| 10 | + <description>This application provides the Dashboard application of Spring Cloud Data Flow.</description> |
12 | 11 | <url>http://cloud.spring.io/spring-cloud-dataflow/</url>
|
13 |
| - |
14 | 12 | <organization>
|
15 | 13 | <name>Pivotal Software, Inc.</name>
|
16 | 14 | <url>http://www.spring.io</url>
|
17 | 15 | </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> |
23 | 22 | <scm>
|
24 | 23 | <url>https://github.com/spring-cloud/spring-cloud-dataflow-ui</url>
|
25 | 24 | <connection>scm:git:git://github.com/spring-cloud/spring-cloud-dataflow-ui.git</connection>
|
26 | 25 | <developerConnection>scm:git:ssh://git@github.com/spring-cloud/spring-cloud-dataflow-ui.git</developerConnection>
|
27 | 26 | <tag>HEAD</tag>
|
28 | 27 | </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> |
30 | 73 | <build>
|
31 | 74 | <resources>
|
32 | 75 | <resource>
|
|
115 | 158 | </plugin>
|
116 | 159 | </plugins>
|
117 | 160 | </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> |
139 | 177 | </project>
|
0 commit comments