Update pom.xml
Conflicts: pom.xml
This commit is contained in:
parent
0ccc7742cc
commit
9d2a98220e
21
pom.xml
21
pom.xml
@ -25,7 +25,7 @@
|
|||||||
<url>scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java-natives-linux-amd64.git</url>
|
<url>scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java-natives-linux-amd64.git</url>
|
||||||
<connection>scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java-natives-linux-amd64.git</connection>
|
<connection>scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java-natives-linux-amd64.git</connection>
|
||||||
<developerConnection>scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java-natives-linux-amd64.git</developerConnection>
|
<developerConnection>scm:git:https://git.ignuranza.net/tdlight-team/tdlight-java-natives-linux-amd64.git</developerConnection>
|
||||||
<tag>td-master</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -50,21 +50,12 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>3.0.0-M1</version>
|
<version>3.0.0-M1</version>
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>default</id>
|
|
||||||
<goals>
|
|
||||||
<goal>perform</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<pomFileName>${project.name}/pom.xml</pomFileName>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<checkModificationExcludes>
|
<pushChanges>false</pushChanges>
|
||||||
<checkModificationExclude>pom.xml</checkModificationExclude>
|
<remoteTagging>false</remoteTagging>
|
||||||
</checkModificationExcludes>
|
<preparationGoals>clean verify</preparationGoals>
|
||||||
|
<localCheckout>true</localCheckout>
|
||||||
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user