|
33 | 33 | <version>5.0.0-SNAPSHOT</version> |
34 | 34 | <packaging>pom</packaging> |
35 | 35 | <name>Spring Cloud Kubernetes</name> |
| 36 | + <description>Spring Cloud Kubernetes</description> |
36 | 37 |
|
37 | 38 | <url>https://cloud.spring.io</url> |
38 | 39 | <inceptionYear>2017</inceptionYear> |
|
49 | 50 | <distribution>repo</distribution> |
50 | 51 | </license> |
51 | 52 | </licenses> |
52 | | - |
| 53 | + <developers> |
| 54 | + <developer> |
| 55 | + <id>sgibb</id> |
| 56 | + <name>Spencer Gibb</name> |
| 57 | + <email>spencer.gibb at broadcom.com</email> |
| 58 | + <organization>Broadcom, Inc.</organization> |
| 59 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 60 | + <roles> |
| 61 | + <role>lead</role> |
| 62 | + </roles> |
| 63 | + </developer> |
| 64 | + <developer> |
| 65 | + <id>rbaxter</id> |
| 66 | + <name>Ryan Baxter</name> |
| 67 | + <email>ryan.baxter at broadcom.com</email> |
| 68 | + <organization>Broadcom, Inc.</organization> |
| 69 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 70 | + <roles> |
| 71 | + <role>developer</role> |
| 72 | + </roles> |
| 73 | + </developer> |
| 74 | + </developers> |
53 | 75 | <scm> |
54 | 76 | <url>https://github.com/spring-cloud/spring-cloud-kubernetes</url> |
55 | 77 | <connection> |
|
229 | 251 | </reporting> |
230 | 252 |
|
231 | 253 | <profiles> |
| 254 | + <profile> |
| 255 | + <id>central</id> |
| 256 | + <build> |
| 257 | + <plugins> |
| 258 | + <plugin> |
| 259 | + <groupId>org.sonatype.central</groupId> |
| 260 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 261 | + <configuration> |
| 262 | + <excludeArtifacts> |
| 263 | + <artifact>spring-cloud-kubernetes-examples</artifact> |
| 264 | + <artifact>spring-cloud-kubernetes-integration-tests</artifact> |
| 265 | + </excludeArtifacts> |
| 266 | + </configuration> |
| 267 | + </plugin> |
| 268 | + </plugins> |
| 269 | + </build> |
| 270 | + </profile> |
232 | 271 | <profile> |
233 | 272 | <id>spring</id> |
234 | 273 | <repositories> |
|
298 | 337 | <plugin> |
299 | 338 | <groupId>org.apache.maven.plugins</groupId> |
300 | 339 | <artifactId>maven-enforcer-plugin</artifactId> |
301 | | - <version>3.5.0</version> |
| 340 | + <version>3.6.1</version> |
302 | 341 | <executions> |
303 | 342 | <execution> |
304 | 343 | <id>enforce-no-snapshots</id> |
|
0 commit comments