修改pom文件
This commit is contained in:
parent
7c4fd456a3
commit
2a500885d4
13
pom.xml
13
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<groupId>com.gitee.pyqone</groupId>
|
<groupId>com.gitee.pyqone</groupId>
|
||||||
<artifactId>autest</artifactId>
|
<artifactId>autest</artifactId>
|
||||||
<version>2.0.0-RELEASE</version>
|
<version>2.0.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<url>https://gitee.com/pyqone/autest</url>
|
<url>https://gitee.com/pyqone/autest</url>
|
||||||
|
@ -246,14 +246,6 @@
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<id>oss-pyq-release</id>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-gpg-plugin</artifactId>
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
|
@ -270,9 +262,6 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>oss-pyq-release</id>
|
<id>oss-pyq-release</id>
|
||||||
|
|
Loading…
Reference in New Issue