@@ -1,35 +1,35 @@
<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.488</version ><!-- which version of Jenkins is this plugin built
against? -->
</parent >
<inceptionYear >2011</inceptionYear >
<groupId >org.tap4j</groupId >
<modelVersion >4.0.0</modelVersion >
<parent >
<groupId >org.jenkins-ci.plugins</groupId >
<artifactId >plugin</artifactId >
<version >1.488</version ><!-- which version of Jenkins is this plugin built
against? -->
</parent >
<inceptionYear >2011</inceptionYear >
<groupId >org.tap4j</groupId >
<artifactId >tap</artifactId >
<name >Jenkins TAP Plugin</name >
<version >1.11-SNAPSHOT</version >
<packaging >hpi</packaging >
<description >This plugin publishes TAP test results.</description >
<url >http://wiki.jenkins-ci.org/display/JENKINS/TAP+Plugin</url >
<organization >
<description >This plugin publishes TAP test results.</description >
<url >http://wiki.jenkins-ci.org/display/JENKINS/TAP+Plugin</url >
<organization >
<name >Jenkins</name >
<url >http://www.jenkins-ci.org</url >
</organization >
<properties >
<properties >
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
</properties >
<issueManagement >
<issueManagement >
<system >JIRA</system >
<url >https://issues.jenkins-ci.org/browse/JENKINS/component/15874</url >
</issueManagement >
@@ -53,30 +53,30 @@
</developer >
</developers >
<build >
<pluginManagement >
<plugins >
<plugin >
<groupId >org.eclipse.m2e</groupId >
<artifactId >lifecycle-mapping</artifactId >
<version >1.0.0</version >
<configuration >
<lifecycleMappingMetadata >
<pluginExecutions >
<pluginExecution >
<pluginExecutionFilter >
<groupId >org.apache.maven.plugins</groupId >
<artifactId >maven-enforcer-plugin</artifactId >
<versionRange >[1.0,)</versionRange >
<goals >
<goal >display-info</goal >
</goals >
</pluginExecutionFilter >
<action >
<execute />
</action >
</pluginExecution >
<pluginExecution >
<build >
<pluginManagement >
<plugins >
<plugin >
<groupId >org.eclipse.m2e</groupId >
<artifactId >lifecycle-mapping</artifactId >
<version >1.0.0</version >
<configuration >
<lifecycleMappingMetadata >
<pluginExecutions >
<pluginExecution >
<pluginExecutionFilter >
<groupId >org.apache.maven.plugins</groupId >
<artifactId >maven-enforcer-plugin</artifactId >
<versionRange >[1.0,)</versionRange >
<goals >
<goal >display-info</goal >
</goals >
</pluginExecutionFilter >
<action >
<execute />
</action >
</pluginExecution >
<pluginExecution >
<pluginExecutionFilter >
<groupId >org.codehaus.groovy.maven</groupId >
<artifactId >gmaven-plugin</artifactId >
@@ -134,29 +134,29 @@
<execute />
</action >
</pluginExecution >
</pluginExecutions >
</lifecycleMappingMetadata >
</configuration >
</plugin >
</plugins >
</pluginManagement >
</build >
<scm >
</pluginExecutions >
</lifecycleMappingMetadata >
</configuration >
</plugin >
</plugins >
</pluginManagement >
</build >
<scm >
<connection >scm:git:git://github.com/jenkinsci/tap-plugin.git</connection >
<developerConnection >scm:git:git@github.com:jenkinsci/tap-plugin.git</developerConnection >
<url >http://github.com/jenkinsci/tap-plugin</url >
</scm >
<dependencies >
<dependencies >
<dependency >
<groupId >org.tap4j</groupId >
<artifactId >tap4j</artifactId >
<version >4.0.2 </version >
<version >4.0.3 </version >
</dependency >
</dependencies >
<repositories >
<repositories >
<repository >
<id >repo.jenkins-ci.org</id >
<url >http://repo.jenkins-ci.org/public/</url >