Skip to content

Commit

Permalink
[maven-release-plugin] prepare release license-maven-plugin-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tchemit committed Jan 4, 2017
1 parent 7f10f72 commit 4e10f15
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 @@ -32,7 +32,7 @@
</parent>

<artifactId>license-maven-plugin</artifactId>
<version>1.11-SNAPSHOT</version>
<version>1.11</version>
<packaging>maven-plugin</packaging>

<name>License Maven Plugin</name>
Expand Down Expand Up @@ -91,7 +91,7 @@
<connection>scm:git:https://github.com/mojohaus/license-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/license-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/license-maven-plugin</url>
<tag>HEAD</tag>
<tag>license-maven-plugin-1.11</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -442,7 +442,7 @@
<goal>run</goal>
</goals>
<configuration>
<skipInvocation></skipInvocation>
<skipInvocation />
<extraArtifacts>
<extraArtifact>${project.groupId}:${project.artifactId}:${project.version}:license.properties:test-third-party</extraArtifact>
</extraArtifacts>
Expand Down

0 comments on commit 4e10f15

Please sign in to comment.