mirror of https://github.com/jenkinsci/jenkins.git
Choose more mnemonic artifactId’s for modules not consumed externally.
This commit is contained in:
parent
501b117262
commit
520bcb96cb
|
@ -4,7 +4,7 @@
|
|||
|
||||
<parent>
|
||||
<groupId>org.jenkins-ci.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<artifactId>jenkins-parent</artifactId>
|
||||
<version>2.110-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ THE SOFTWARE.
|
|||
|
||||
<parent>
|
||||
<groupId>org.jenkins-ci.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<artifactId>jenkins-parent</artifactId>
|
||||
<version>2.110-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -29,10 +29,11 @@ THE SOFTWARE.
|
|||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>jenkins</artifactId>
|
||||
<version>1.39</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<groupId>org.jenkins-ci.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<artifactId>jenkins-parent</artifactId>
|
||||
<version>2.110-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
@ -27,11 +27,11 @@ THE SOFTWARE.
|
|||
|
||||
<parent>
|
||||
<groupId>org.jenkins-ci.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<artifactId>jenkins-parent</artifactId>
|
||||
<version>2.110-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>test</artifactId>
|
||||
<artifactId>jenkins-test</artifactId>
|
||||
|
||||
<name>Tests for Jenkins core</name>
|
||||
<description>Functional tests for Jenkins core</description>
|
||||
|
|
|
@ -27,7 +27,7 @@ THE SOFTWARE.
|
|||
|
||||
<parent>
|
||||
<groupId>org.jenkins-ci.main</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<artifactId>jenkins-parent</artifactId>
|
||||
<version>2.110-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue