Title: [40618] trunk/hudson/plugins/testabilityexplorer/pom.xml: [maven-release-plugin] prepare release testabilityexplorer-0.4
- Revision
- 40618
- Author
- vsbmeza
- Date
- 2012-05-29 12:57:35 -0400 (Tue, 29 May 2012)
Log Message
[maven-release-plugin] prepare release testabilityexplorer-0.4
Modified Paths
Diff
Modified: trunk/hudson/plugins/testabilityexplorer/pom.xml (40617 => 40618)
--- trunk/hudson/plugins/testabilityexplorer/pom.xml 2012-05-29 16:43:19 UTC (rev 40617)
+++ trunk/hudson/plugins/testabilityexplorer/pom.xml 2012-05-29 16:57:35 UTC (rev 40618)
@@ -1,127 +1,132 @@
-<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>
- <groupId>org.jenkins-ci.plugins</groupId>
- <artifactId>plugin</artifactId>
- <version>1.437</version>
- </parent>
-
- <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>
- <developer>
- <id>vsbmeza</id>
- <name>Marton Meszaros</name>
- </developer>
- </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>
-
- <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.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.3</version>
- <scope>test</scope>
- </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>
-
- <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>
-</project>
-
-
+<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>
+ <groupId>org.jenkins-ci.plugins</groupId>
+ <artifactId>plugin</artifactId>
+ <version>1.437</version>
+ </parent>
+
+ <artifactId>testabilityexplorer</artifactId>
+ <packaging>hpi</packaging>
+ <name>Hudson Testability Explorer Plug-in</name>
+ <version>0.4</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>
+ <developer>
+ <id>vsbmeza</id>
+ <name>Marton Meszaros</name>
+ </developer>
+ </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>
+
+ <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.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </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>
+
+ <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>
+
+ <scm>
+ <connection>scm:svn:https://svn.jenkins-ci.org/tags/testabilityexplorer-0.4</connection>
+ <developerConnection>scm:svn:https://svn.jenkins-ci.org/tags/testabilityexplorer-0.4</developerConnection>
+ <url>https://svn.jenkins-ci.org/tags/testabilityexplorer-0.4</url>
+ </scm>
+</project>
+
+