Skip to content

Commit

Permalink
[maven-release-plugin] prepare release remoting-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffret-b committed Jan 14, 2020
1 parent de78188 commit 5f34fb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>${revision}${changelist}</version>
<version>4.0</version>

<name>Jenkins remoting layer</name>
<description>
Expand All @@ -57,7 +57,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/remoting.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/remoting.git</developerConnection>
<url>https://github.com/jenkinsci/remoting</url>
<tag>${scmTag}</tag>
<tag>remoting-4.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -255,7 +255,7 @@ THE SOFTWARE.
<Trusted-Library>true</Trusted-Library>
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit 5f34fb8

Please sign in to comment.