Skip to content

Commit

Permalink
cleanup POM
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jul 23, 2018
1 parent a6a4864 commit 5b103d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.jenkins.plugins.remoting-kafka</groupId>
<artifactId>kafka-client-lib</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
Expand Down
16 changes: 2 additions & 14 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</groupId>
<artifactId>plugin</artifactId>
<version>3.14</version>
<version>3.19</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,24 +22,12 @@
<dependency>
<groupId>io.jenkins.plugins.remoting-kafka</groupId>
<artifactId>kafka-client-lib</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.17</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 5b103d8

Please sign in to comment.