Skip to content

Commit 2097fab

Browse files
committed
release
1 parent e09f25e commit 2097fab

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

pom.xml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
<?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+
-->
218
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
319
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
420
<modelVersion>4.0.0</modelVersion>
521

622
<groupId>group.rxcloud</groupId>
723
<artifactId>capa-java-bom</artifactId>
824
<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>
1127
<description>Capa Java BOM : collection of components needed for cloud native applications</description>
1228
<url>https://github.com/capa-cloud</url>
1329

@@ -18,6 +34,19 @@
1834
</license>
1935
</licenses>
2036

37+
<developers>
38+
<developer>
39+
<name>kevinten10</name>
40+
<email>[email protected]</email>
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+
2150
<distributionManagement>
2251
<snapshotRepository>
2352
<id>ossrh</id>

0 commit comments

Comments
 (0)