Skip to content

Commit

Permalink
JENKINS-26332: Deprecating pretest-commit plugin:
Browse files Browse the repository at this point in the history
An old preliminary release, under the artifact id pretest-commit, was
released prior the Pretested Integration Plugin. As wiki-page is the
same it must be deprecated, and the old artifact as well.

- adding new wiki page url, to enable us to deprecate the plugin
- changed description of the plugin
- hacked different tests and files, to make the plugin build so it can
  be released
  • Loading branch information
Bue Petersen committed Jan 8, 2015
1 parent f277d1a commit 35f90f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 610 deletions.
31 changes: 7 additions & 24 deletions pom.xml
@@ -1,16 +1,16 @@
<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>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Pretested+Integration+Plugin</url>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Pretest+Commit+Plugin</url>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.466</version><!-- which version of Jenkins is this plugin built against? -->
<version>1.596</version><!-- which version of Jenkins is this plugin built against? -->
</parent>

<name>Pretested integration</name>
<name>Pretest Commit Plugin (DEPRECATED - use Pretested Integration Plugin)</name>
<artifactId>pretest-commit</artifactId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
<packaging>hpi</packaging>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
Expand All @@ -34,23 +34,6 @@
<url>https://github.com/pcds2013-team-delta/pretest-commit-plugin</url>
</scm>
-->
<distributionManagement>
<site>
<id>github-pages</id>
<url>gitsite:git@github.com/pcds2013-team-delta/pretest-commit-plugin.git:core</url>
</site>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
<!--
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<id>Test</id>
<url>file:///home/andreas/tmp/mvn</url>
</snapshotRepository>
-->
</distributionManagement>

<pluginRepositories>
<pluginRepository>
Expand Down Expand Up @@ -85,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<version>2.18.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -95,13 +78,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

This file was deleted.

0 comments on commit 35f90f5

Please sign in to comment.