|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | + contributor license agreements. See the NOTICE file distributed with |
| 5 | + this work for additional information regarding copyright ownership. |
| 6 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | + (the "License"); you may not use this file except in compliance with |
| 8 | + the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, software |
| 13 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + See the License for the specific language governing permissions and |
| 16 | + limitations under the License. |
| 17 | + --> |
2 | 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 20 | <modelVersion>4.0.0</modelVersion> |
5 | 21 |
|
6 | 22 | <groupId>group.rxcloud</groupId> |
7 | 23 | <artifactId>capa-java-bom</artifactId> |
8 | 24 | <packaging>pom</packaging> |
9 | | - <version>1.0.0</version> |
10 | | - <name>capa-sdk-parent</name> |
| 25 | + <version>1.0.0.RELEASE</version> |
| 26 | + <name>capa-java-bom</name> |
11 | 27 | <description>Capa Java BOM : collection of components needed for cloud native applications</description> |
12 | 28 | <url>https://github.com/capa-cloud</url> |
13 | 29 |
|
|
18 | 34 | </license> |
19 | 35 | </licenses> |
20 | 36 |
|
| 37 | + <developers> |
| 38 | + <developer> |
| 39 | + <name>kevinten10</name> |
| 40 | + |
| 41 | + </developer> |
| 42 | + </developers> |
| 43 | + |
| 44 | + <scm> |
| 45 | + < connection>scm:git: [email protected]:capa-cloud/capa-java-bom.git</ connection> |
| 46 | + < developerConnection>scm:git: [email protected]:capa-cloud/capa-java-bom.git</ developerConnection> |
| 47 | + < url> [email protected]:capa-cloud/capa-java-bom.git</ url> |
| 48 | + </scm> |
| 49 | + |
21 | 50 | <distributionManagement> |
22 | 51 | <snapshotRepository> |
23 | 52 | <id>ossrh</id> |
|
0 commit comments