Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
[FIXED JENKINS-48636] Fix versioning and groupId.
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Dec 19, 2017
1 parent e7ccc92 commit 0c1a677
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions azure-commons-core/pom.xml
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-commons-parent</artifactId>
<version>1.0</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>azure-commons-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Azure Commons Cores Libraries</name>
Expand Down
7 changes: 3 additions & 4 deletions azure-commons-plugin/pom.xml
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-commons-parent</artifactId>
<version>1.0</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>azure-commons</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Azure Commons Plugin</name>
Expand All @@ -19,9 +18,9 @@

<dependencies>
<dependency>
<groupId>com.microsoft.jenkins</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>azure-commons-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@

<artifactId>azure-commons-parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<version>0.2.0-SNAPSHOT</version>
<name>Azure Commons Pom</name>

<modules>
Expand Down

0 comments on commit 0c1a677

Please sign in to comment.