Skip to content

Commit

Permalink
Fix groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Salazar Leal committed Apr 4, 2019
1 parent b01d604 commit ad0ee78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<relativePath />
</parent>

<groupId>io.jenkins.plugins</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>nvm-wrapper</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.7</version>
<packaging>hpi</packaging>

<properties>
Expand Down Expand Up @@ -42,7 +42,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>nvm-wrapper-0.1.7</tag>
</scm>

<repositories>
Expand Down

0 comments on commit ad0ee78

Please sign in to comment.