Skip to content

Commit

Permalink
[maven-release-plugin] prepare release license-maven-plugin-1.0
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/license-maven-plugin@14742 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
Tony Chemit committed Sep 20, 2011
1 parent f0e5dc3 commit 5e33dfa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
Expand All @@ -29,13 +28,13 @@
<artifactId>license-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>License Maven Plugin</name>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<description>Maven plugin to download and collect license files from project dependencies.</description>

<scm>
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/license-maven-plugin</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/license-maven-plugin</developerConnection>
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/license-maven-plugin</url>
<connection>scm:svn:http://svn.codehaus.org/mojo/tags/license-maven-plugin-1.0</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/license-maven-plugin-1.0</developerConnection>
<url>http://fisheye.codehaus.org/browse/mojo/tags/license-maven-plugin-1.0</url>
</scm>

<issueManagement>
Expand Down

0 comments on commit 5e33dfa

Please sign in to comment.