Skip to content

Commit

Permalink
Update artifact IDs once more for better consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Mar 1, 2018
1 parent 0a6acc5 commit e4a0c79
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions backend-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-parent</artifactId>
<artifactId>node-sharing-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-lib</artifactId>
<artifactId>node-sharing-lib</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jth-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-parent</artifactId>
<artifactId>node-sharing-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand All @@ -24,7 +24,7 @@
</dependency>
<dependency><!-- Transient but required by JaCoCo to add to code coverage report -->
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-lib</artifactId>
<artifactId>node-sharing-lib</artifactId>
</dependency>

<!-- Java modules -->
Expand Down
4 changes: 2 additions & 2 deletions nodesharing-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-parent</artifactId>
<artifactId>node-sharing-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>nodesharing-lib</artifactId>
<artifactId>node-sharing-lib</artifactId>
<version>2.0.0-SNAPSHOT</version>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-parent</artifactId>
<artifactId>node-sharing-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand All @@ -24,7 +24,7 @@
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-lib</artifactId>
<artifactId>node-sharing-lib</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-parent</artifactId>
<artifactId>node-sharing-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Node sharing parent</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>nodesharing-lib</artifactId>
<artifactId>node-sharing-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit e4a0c79

Please sign in to comment.