提交 5bd0b989 编写于 作者: K Kohsuke Kawaguchi

Updated groupId to org.jenkins-ci

上级 bb991ada
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
</parent> </parent>
<artifactId>cli</artifactId> <artifactId>cli</artifactId>
<name>Hudson CLI</name> <name>Jenkins CLI</name>
<build> <build>
<plugins> <plugins>
......
...@@ -26,7 +26,7 @@ THE SOFTWARE. ...@@ -26,7 +26,7 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
...@@ -34,9 +34,9 @@ THE SOFTWARE. ...@@ -34,9 +34,9 @@ THE SOFTWARE.
<artifactId>hudson-core</artifactId> <artifactId>hudson-core</artifactId>
<packaging>stapler-jar</packaging> <packaging>stapler-jar</packaging>
<name>Hudson core</name> <name>Jenkins core</name>
<description> <description>
Contains the core Hudson code and view files to render HTML. Contains the core Jenkins code and view files to render HTML.
</description> </description>
<properties> <properties>
...@@ -399,7 +399,7 @@ THE SOFTWARE. ...@@ -399,7 +399,7 @@ THE SOFTWARE.
<artifactId>stapler-adjunct-timeline</artifactId> <artifactId>stapler-adjunct-timeline</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<dependency><!-- this helps us see the source code of the control while we edit Hudson. --> <dependency><!-- this helps us see the source code of the control while we edit Jenkins. -->
<groupId>org.kohsuke.stapler</groupId> <groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-adjunct-timeline</artifactId> <artifactId>stapler-adjunct-timeline</artifactId>
<version>1.0</version> <version>1.0</version>
...@@ -634,7 +634,7 @@ THE SOFTWARE. ...@@ -634,7 +634,7 @@ THE SOFTWARE.
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>2.5</version> <version>2.5</version>
</dependency> </dependency>
<dependency><!-- Hudson core doesn't use it but HUDSON-3811 requires us to put it. --> <dependency><!-- Jenkins core doesn't use it but HUDSON-3811 requires us to put it. -->
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<version>2.5</version> <version>2.5</version>
...@@ -793,7 +793,7 @@ THE SOFTWARE. ...@@ -793,7 +793,7 @@ THE SOFTWARE.
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency><!-- Hudson doesn't depend on it but some plugin wants the latest version. Bundling 1.4 until we figure out a mechanism to let plugins load its own --> <dependency><!-- Jenkins doesn't depend on it but some plugin wants the latest version. Bundling 1.4 until we figure out a mechanism to let plugins load its own -->
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>1.4</version> <version>1.4</version>
......
...@@ -25,7 +25,7 @@ THE SOFTWARE. ...@@ -25,7 +25,7 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
...@@ -33,9 +33,9 @@ THE SOFTWARE. ...@@ -33,9 +33,9 @@ THE SOFTWARE.
<artifactId>maven-agent</artifactId> <artifactId>maven-agent</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Hudson Maven2 CLI agent</name> <name>Jenkins Maven2 CLI agent</name>
<description> <description>
Code that boots up Maven2 with Hudson's remoting support in place. Code that boots up Maven2 with Jenkins's remoting support in place.
Used for the native maven support. Used for the native maven support.
</description> </description>
...@@ -70,7 +70,7 @@ THE SOFTWARE. ...@@ -70,7 +70,7 @@ THE SOFTWARE.
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-interceptor</artifactId> <artifactId>maven-interceptor</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions> <exclusions>
...@@ -112,7 +112,7 @@ THE SOFTWARE. ...@@ -112,7 +112,7 @@ THE SOFTWARE.
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId> <artifactId>remoting</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>test</scope> <scope>test</scope>
......
...@@ -25,7 +25,7 @@ THE SOFTWARE. ...@@ -25,7 +25,7 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
...@@ -33,10 +33,10 @@ THE SOFTWARE. ...@@ -33,10 +33,10 @@ THE SOFTWARE.
<artifactId>maven-interceptor</artifactId> <artifactId>maven-interceptor</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Hudson Maven 2 PluginManager interceptor</name> <name>Jenkins Maven 2 PluginManager interceptor</name>
<description> <description>
Plexus module that intercepts invocations of key Maven components Plexus module that intercepts invocations of key Maven components
so that Hudson can monitor what's going on in Maven. so that Jenkins can monitor what's going on in Maven.
</description> </description>
<dependencies> <dependencies>
......
...@@ -25,7 +25,7 @@ THE SOFTWARE. ...@@ -25,7 +25,7 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
</parent> </parent>
...@@ -33,13 +33,13 @@ THE SOFTWARE. ...@@ -33,13 +33,13 @@ THE SOFTWARE.
<artifactId>maven-plugin</artifactId> <artifactId>maven-plugin</artifactId>
<packaging>hpi</packaging> <packaging>hpi</packaging>
<name>Maven Integration plugin</name> <name>Maven Integration plugin</name>
<description>This plug-in provides deep integration of Hudson and Maven. This functionality used to be part of the Hudson core. <description>This plug-in provides deep integration of Jenkins and Maven. This functionality used to be part of the Jenkins core.
Now it is a plug-in that is installed by default, but can be disabled.</description> Now it is a plug-in that is installed by default, but can be disabled.</description>
<url>http://wiki.hudson-ci.org/display/HUDSON/Maven+2+Project+Plugin</url> <url>http://wiki.hudson-ci.org/display/HUDSON/Maven+2+Project+Plugin</url>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId> <artifactId>hudson-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>provided</scope>
...@@ -64,7 +64,7 @@ THE SOFTWARE. ...@@ -64,7 +64,7 @@ THE SOFTWARE.
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-interceptor</artifactId> <artifactId>maven-interceptor</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions> <exclusions>
...@@ -82,13 +82,13 @@ THE SOFTWARE. ...@@ -82,13 +82,13 @@ THE SOFTWARE.
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven3-agent</artifactId> <artifactId>maven3-agent</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven3-interceptor</artifactId> <artifactId>maven3-interceptor</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
...@@ -210,7 +210,7 @@ THE SOFTWARE. ...@@ -210,7 +210,7 @@ THE SOFTWARE.
<artifactId>wagon-webdav</artifactId> <artifactId>wagon-webdav</artifactId>
</exclusion> </exclusion>
<!-- prefer net.sourceforge.nekohtml:nekohtml:jar:1.9.13 so that we use consistent version across Hudson --> <!-- prefer net.sourceforge.nekohtml:nekohtml:jar:1.9.13 so that we use consistent version across Jenkins -->
<exclusion> <exclusion>
<groupId>nekohtml</groupId> <groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId> <artifactId>nekohtml</artifactId>
...@@ -252,9 +252,9 @@ THE SOFTWARE. ...@@ -252,9 +252,9 @@ THE SOFTWARE.
<defaultGoal>package</defaultGoal> <defaultGoal>package</defaultGoal>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.jvnet.hudson.tools</groupId> <groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId> <artifactId>maven-hpi-plugin</artifactId>
<version>1.54</version> <version>1.61</version>
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
......
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,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/xsd/maven-4.0.0.xsd"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
</parent> </parent>
<artifactId>maven3-agent</artifactId> <artifactId>maven3-agent</artifactId>
<name>Hudson Maven3 CLI Agent</name> <name>Jenkins Maven3 CLI Agent</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven3-interceptor</artifactId> <artifactId>maven3-interceptor</artifactId>
<scope>provided</scope> <scope>provided</scope>
<version>${project.version}</version> <version>${project.version}</version>
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
</parent> </parent>
<artifactId>maven3-interceptor</artifactId> <artifactId>maven3-interceptor</artifactId>
<name>Hudson Maven3 Interceptor</name> <name>Jenkins Maven3 Interceptor</name>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson</groupId> <groupId>org.jenkins-ci</groupId>
<artifactId>hudson</artifactId> <artifactId>hudson</artifactId>
<version>1.8</version> <version>1.8</version>
</parent> </parent>
<groupId>org.jvnet.hudson.plugins</groupId> <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId> <artifactId>plugin</artifactId>
<name>Hudson plugin POM</name> <name>Jenkins plugin POM</name>
<version>1.395</version> <version>1.395</version>
<packaging>pom</packaging> <packaging>pom</packaging>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically --> <dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId> <artifactId>maven-plugin</artifactId>
<version>1.395</version> <version>1.395</version>
</dependency> </dependency>
...@@ -45,26 +45,26 @@ ...@@ -45,26 +45,26 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-war</artifactId> <artifactId>hudson-war</artifactId>
<type>war</type> <type>war</type>
<version>1.395</version> <version>1.395</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId> <artifactId>hudson-core</artifactId>
<version>1.395</version> <version>1.395</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-test-harness</artifactId> <artifactId>hudson-test-harness</artifactId>
<version>1.395</version> <version>1.395</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>ui-samples-plugin</artifactId> <artifactId>ui-samples-plugin</artifactId>
<version>1.395</version> <version>1.395</version>
<scope>test</scope> <scope>test</scope>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<!--dependencyManagement> <!--dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId> <artifactId>maven-plugin</artifactId>
<version>1.395</version> <version>1.395</version>
</dependency> </dependency>
......
...@@ -25,17 +25,17 @@ THE SOFTWARE. ...@@ -25,17 +25,17 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson</groupId> <groupId>org.jenkins-ci</groupId>
<artifactId>hudson</artifactId> <artifactId>jenkins</artifactId>
<version>1.8</version> <version>1.10</version>
</parent> </parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Hudson main module</name> <name>Jenkins main module</name>
<description>The module that constitutes the main hudson.war</description> <description>The module that constitutes the main hudson.war</description>
<modules> <modules>
...@@ -52,10 +52,6 @@ THE SOFTWARE. ...@@ -52,10 +52,6 @@ THE SOFTWARE.
<module>cli</module> <module>cli</module>
</modules> </modules>
<ciManagement>
<system>Hudson</system>
<url>http://hudson.glassfish.org/job/hudson-trunk</url>
</ciManagement>
<scm> <scm>
<connection>scm:git:git://github.com/hudson/hudson.git</connection> <connection>scm:git:git://github.com/hudson/hudson.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hudson/hudson.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/hudson/hudson.git</developerConnection>
......
...@@ -25,7 +25,7 @@ THE SOFTWARE. ...@@ -25,7 +25,7 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
...@@ -33,10 +33,10 @@ THE SOFTWARE. ...@@ -33,10 +33,10 @@ THE SOFTWARE.
<artifactId>remoting</artifactId> <artifactId>remoting</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Hudson remoting layer</name> <name>Jenkins remoting layer</name>
<description> <description>
Contains the bootstrap code to bridge separate JVMs into a single semi-shared space. Contains the bootstrap code to bridge separate JVMs into a single semi-shared space.
Reusable outside Hudson. Reusable outside Jenkins.
</description> </description>
<build> <build>
......
...@@ -26,16 +26,16 @@ THE SOFTWARE. ...@@ -26,16 +26,16 @@ THE SOFTWARE.
<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"> <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">
<parent> <parent>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-test-harness</artifactId> <artifactId>hudson-test-harness</artifactId>
<packaging>stapler-jar</packaging> <packaging>stapler-jar</packaging>
<name>Test harness for Hudson and plugins</name> <name>Test harness for Jenkins and plugins</name>
<description> <description>
Unit test harness (src/main) and Unit tests for Hudson core (src/test) Unit test harness (src/main) and Unit tests for Jenkins core (src/test)
</description> </description>
<properties> <properties>
......
...@@ -25,31 +25,31 @@ THE SOFTWARE. ...@@ -25,31 +25,31 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
</parent> </parent>
<artifactId>ui-samples-plugin</artifactId> <artifactId>ui-samples-plugin</artifactId>
<packaging>hpi</packaging> <packaging>hpi</packaging>
<name>Hudson UI sample plugin</name> <name>Jenkins UI sample plugin</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId> <artifactId>hudson-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- UI-samples plugin is also used as a test bed for automatic test injection --> <!-- UI-samples plugin is also used as a test bed for automatic test injection -->
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-test-harness</artifactId> <artifactId>hudson-test-harness</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-war</artifactId> <artifactId>hudson-war</artifactId>
<type>war</type> <type>war</type>
<version>${project.version}</version> <version>${project.version}</version>
...@@ -80,9 +80,9 @@ THE SOFTWARE. ...@@ -80,9 +80,9 @@ THE SOFTWARE.
</resources> </resources>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.jvnet.hudson.tools</groupId> <groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId> <artifactId>maven-hpi-plugin</artifactId>
<version>1.54</version> <version>1.61</version>
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
......
...@@ -25,7 +25,7 @@ THE SOFTWARE. ...@@ -25,7 +25,7 @@ THE SOFTWARE.
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.396-SNAPSHOT</version> <version>1.396-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
...@@ -33,7 +33,7 @@ THE SOFTWARE. ...@@ -33,7 +33,7 @@ THE SOFTWARE.
<artifactId>hudson-war</artifactId> <artifactId>hudson-war</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Hudson war</name> <name>Jenkins war</name>
<description> <description>
Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and
some HTML files. some HTML files.
...@@ -60,6 +60,7 @@ THE SOFTWARE. ...@@ -60,6 +60,7 @@ THE SOFTWARE.
<manifestEntries> <manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version> <Implementation-Version>${project.version}</Implementation-Version>
<Hudson-Version>${project.version}</Hudson-Version> <Hudson-Version>${project.version}</Hudson-Version>
<Jenkins-Version>${project.version}</Jenkins-Version>
</manifestEntries> </manifestEntries>
</archive> </archive>
<!--outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping--> <!--outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping-->
...@@ -220,7 +221,7 @@ THE SOFTWARE. ...@@ -220,7 +221,7 @@ THE SOFTWARE.
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jvnet.hudson.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId> <artifactId>hudson-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions> <exclusions>
...@@ -275,7 +276,7 @@ THE SOFTWARE. ...@@ -275,7 +276,7 @@ THE SOFTWARE.
<profiles> <profiles>
<profile> <profile>
<!-- profile for creating Hudson IPS package --> <!-- profile for creating Jenkins IPS package -->
<id>ips</id> <id>ips</id>
<build> <build>
<plugins> <plugins>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册