Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-dependency-analyzer-1.2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1069643 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brianf committed Feb 11, 2011
1 parent 342d3ab commit 622287a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* under the License.
*
-->
<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -31,17 +31,17 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
<packaging>jar</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<name>Maven Dependency Analyzer</name>
<description>
Analyzes the dependencies of a project for undeclared or unused artifacts.
</description>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-analyzer</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-analyzer</developerConnection>
<url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-dependency-analyzer</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-dependency-analyzer-1.2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-dependency-analyzer-1.2</developerConnection>
<url>http://svn.apache.org/viewvc/maven/shared/tags/maven-dependency-analyzer-1.2</url>
</scm>
<issueManagement>
<system>jira</system>
Expand Down Expand Up @@ -135,7 +135,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties combine.children='append'>
<systemProperties combine.children="append">
<property>
<!-- Pass this through to the tests (if set!) to have them pick the right repository -->
<name>maven.repo.local</name>
Expand Down

0 comments on commit 622287a

Please sign in to comment.