Skip to content

Commit

Permalink
[maven-scm] copy for tag jdepend-maven-plugin-2.0-beta-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/tags/jdepend-maven-plugin-2.0-beta-1@2214 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
fgiust committed Jul 27, 2006
1 parent 82f1d6b commit b292dac
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<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>
<artifactId>mojo</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>12</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
<version>2.0-beta-1</version>
<packaging>maven-plugin</packaging>
<name>Maven JDepend Plugin</name>
<description>Maven 2 plugin that generates JDepend reports for your projects.</description>
Expand Down Expand Up @@ -46,4 +45,10 @@
</plugin>
</plugins>
</reporting>

<scm>
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-1</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-1</developerConnection>
<url>https://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-1</url>
</scm>
</project>

0 comments on commit b292dac

Please sign in to comment.