浏览代码

[maven-release-plugin] rollback the release of 1.0.0

tags/1.0.0
yiu 5 年前
父节点
当前提交
9d13def881
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      pom.xml

+ 2
- 2
pom.xml 查看文件

@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>alerttek</groupId>
<artifactId>CommEngine</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<scm>
<developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine.git</developerConnection>
<tag>1.0.0</tag>
<tag>HEAD</tag>
</scm>

<build>


正在加载...
取消
保存