This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git
commit 413e68f0168dddcf9432308f717dd05c23eb7c58 Author: duhenglucky <[email protected]> AuthorDate: Fri Jul 12 11:02:15 2019 +0800 Change scm configuration in pom file --- pom.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 7ab5a68..0188f4a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,12 +16,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>18</version> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>18</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.rocketmq</groupId> @@ -271,9 +272,9 @@ </dependencies> </dependencyManagement> <scm> - <url>[email protected]:middleware/ons.git</url> - <connection>scm:git:[email protected]:middleware/ons.git</connection> - <developerConnection>scm:git:[email protected]:middleware/ons.git</developerConnection> - <tag>ons-parent-1.0.0</tag> - </scm> + <url>[email protected]:apache/rocketmq-ons.git</url> + <connection>scm:git:[email protected]:apache/rocketmq-ons.git</connection> + <developerConnection>scm:git:[email protected]:apache/rocketmq-ons.git</developerConnection> + <tag>HEAD</tag> + </scm> </project>
