Title: [40617] trunk/hudson/plugins/testabilityexplorer/pom.xml: Replaced the project url to represent the correct one
Revision
40617
Author
vsbmeza
Date
2012-05-29 12:43:19 -0400 (Tue, 29 May 2012)

Log Message

Replaced the project url to represent the correct one

Modified Paths


Diff

Modified: trunk/hudson/plugins/testabilityexplorer/pom.xml (40616 => 40617)


--- trunk/hudson/plugins/testabilityexplorer/pom.xml	2012-05-29 16:36:00 UTC (rev 40616)
+++ trunk/hudson/plugins/testabilityexplorer/pom.xml	2012-05-29 16:43:19 UTC (rev 40617)
@@ -1,140 +1,127 @@
-<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">
-    <modelVersion>4.0.0</modelVersion>
+<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">
+	<modelVersion>4.0.0</modelVersion>
 
-    <parent>
+	<parent>
 		<groupId>org.jenkins-ci.plugins</groupId>
 		<artifactId>plugin</artifactId>
-        <version>1.437</version>
-    </parent>
+		<version>1.437</version>
+	</parent>
 
-    <artifactId>testabilityexplorer</artifactId>
-    <packaging>hpi</packaging>
-    <name>Hudson Testability Explorer Plug-in</name>
-    <version>0.4-SNAPSHOT</version>
-    <url>http://wiki.hudson-ci.org/display/HUDSON/Testability+Explorer+Plugin</url>
-    <description>This plug-in displays and renders trends for XML reports generated by the Testability Explorer.
-    </description>
+	<artifactId>testabilityexplorer</artifactId>
+	<packaging>hpi</packaging>
+	<name>Hudson Testability Explorer Plug-in</name>
+	<version>0.4-SNAPSHOT</version>
+	<url>https://wiki.jenkins-ci.org/display/JENKINS/Testability+Explorer+Plugin</url>
+	<description>This plug-in displays and renders trends for XML reports generated by the Testability Explorer.
+	</description>
 
-    <developers>
-        <developer>
-            <id>reikje</id>
-            <name>Reik Schatz</name>
-        </developer>
+	<developers>
 		<developer>
+			<id>reikje</id>
+			<name>Reik Schatz</name>
+		</developer>
+		<developer>
 			<id>vsbmeza</id>
 			<name>Marton Meszaros</name>
 		</developer>
-    </developers>
+	</developers>
 
-    <licenses>
-        <license>
-            <name>MIT license</name>
-            <comments>All source code is under the MIT license.</comments>
-        </license>
-        <license>
-            <name>BSD license</name>
-            <comments>The PMD images are Copyright (c) 2002-2005,
-                InfoEther, Inc. All rights reserved.
-            </comments>
-        </license>
-        <license>
-            <name>BSD license</name>
-            <comments>All YUI source code is under the BSD license.</comments>
-        </license>
-    </licenses>
+	<licenses>
+		<license>
+			<name>MIT license</name>
+			<comments>All source code is under the MIT license.</comments>
+		</license>
+		<license>
+			<name>BSD license</name>
+			<comments>The PMD images are Copyright (c) 2002-2005,
+				InfoEther, Inc. All rights reserved.
+			</comments>
+		</license>
+		<license>
+			<name>BSD license</name>
+			<comments>All YUI source code is under the BSD license.</comments>
+		</license>
+	</licenses>
 
-    <dependencies>
-  	<dependency>  		
-            <groupId>org.jenkins-ci.main</groupId>
-            <artifactId>maven-plugin</artifactId>
-		    <version>1.437</version>
-  	</dependency>  		
-        <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>5.8</version>
-            <scope>test</scope>
-            <classifier>jdk15</classifier>
-        </dependency>
+	<dependencies>
+		<dependency>
+			<groupId>org.jenkins-ci.main</groupId>
+			<artifactId>maven-plugin</artifactId>
+			<version>1.437</version>
+		</dependency>
+		<dependency>
+			<groupId>org.testng</groupId>
+			<artifactId>testng</artifactId>
+			<version>5.8</version>
+			<scope>test</scope>
+			<classifier>jdk15</classifier>
+		</dependency>
 
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <version>2.3</version>
-            <scope>test</scope>
-        </dependency>
+		<dependency>
+			<groupId>org.easymock</groupId>
+			<artifactId>easymock</artifactId>
+			<version>2.3</version>
+			<scope>test</scope>
+		</dependency>
 
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>
+		<dependency>
+			<groupId>org.mockito</groupId>
+			<artifactId>mockito-all</artifactId>
+			<version>1.3</version>
+			<scope>test</scope>
+		</dependency>
 
-        <!--
-        <dependency>
-            <groupId>com.google.code</groupId>
-            <artifactId>testability</artifactId>
-            <version>1.2</version>
-        </dependency>
+	</dependencies>
 
-        <dependency>
-            <groupId>com.google.code</groupId>
-            <artifactId>ant-testability</artifactId>
-            <version>1.2</version>
-        </dependency>
-        -->
-    </dependencies>
+	<build>
+		<finalName>${project.artifactId}</finalName>
+		<defaultGoal>package</defaultGoal>
+		<plugins>
+			<plugin>
+				<groupId>org.kohsuke.stapler</groupId>
+				<artifactId>maven-stapler-plugin</artifactId>
+				<extensions>true</extensions>
+			</plugin>
+			<plugin>
+				<groupId>org.jvnet.hudson.tools</groupId>
+				<artifactId>maven-hpi-plugin</artifactId>
+				<configuration>
+					<showDeprecation>true</showDeprecation>
+					<showWarnings>true</showWarnings>
+				</configuration>
+			</plugin>
 
+		</plugins>
+	</build>
 
-    <build>
-        <finalName>${project.artifactId}</finalName>
-        <defaultGoal>package</defaultGoal>
-        <plugins>
-            <plugin>
-                <groupId>org.kohsuke.stapler</groupId>
-                <artifactId>maven-stapler-plugin</artifactId>
-                <extensions>true</extensions>
-            </plugin>
-            <plugin>
-                <groupId>org.jvnet.hudson.tools</groupId>
-                <artifactId>maven-hpi-plugin</artifactId>
-                <configuration>
-                    <showDeprecation>true</showDeprecation>
-                    <showWarnings>true</showWarnings>
-                </configuration>
-            </plugin>
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<configuration>
+					<formats>
+						<format>html</format>
+					</formats>
+				</configuration>
+			</plugin>
+		</plugins>
+	</reporting>
 
-        </plugins>
-    </build>
+	<repositories>
+		<repository>
+			<id>repo.jenkins-ci.org</id>
+			<url>http://repo.jenkins-ci.org/public/</url>
+		</repository>
+	</repositories>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <configuration>
-                    <formats>
-                        <format>html</format>
-                    </formats>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-
-    <repositories>
-        <repository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>repo.jenkins-ci.org</id>
-            <url>http://repo.jenkins-ci.org/public/</url>
-        </pluginRepository>
-    </pluginRepositories>
+	<pluginRepositories>
+		<pluginRepository>
+			<id>repo.jenkins-ci.org</id>
+			<url>http://repo.jenkins-ci.org/public/</url>
+		</pluginRepository>
+	</pluginRepositories>
 </project>  
   
 

Reply via email to