Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenkinsci/vectorcast-execution-pl…
Browse files Browse the repository at this point in the history
…ugin into tms-pipeline-FB90016-FB90046-FB89749-FB90015-FB90046
  • Loading branch information
nbelliot committed Apr 3, 2020
2 parents b104046 + 77cfe0d commit 122de05
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:ssh://github.com/jenkinsci/vectorcast-execution-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/vectorcast-execution-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/vectorcast-execution-plugin</url>
<tag>HEAD</tag>
<tag>vectorcast-execution-0.62</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -190,6 +190,19 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.11.2</version>
<configuration>
<connectionType>connection</connectionType>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 122de05

Please sign in to comment.