Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Elliott committed Dec 14, 2018
1 parent 4af72be commit 173ecd2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>codedx-teamcity-plugin</artifactId>
<groupId>com.avi.codedx</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -18,17 +18,17 @@
<dependency>
<groupId>com.avi.codedx</groupId>
<artifactId>codedx-teamcity-plugin-agent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.avi.codedx</groupId>
<artifactId>codedx-teamcity-plugin-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.avi.codedx</groupId>
<artifactId>codedx-teamcity-plugin-server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions codedx-teamcity-plugin-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>codedx-teamcity-plugin</artifactId>
<groupId>com.avi.codedx</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>codedx-teamcity-plugin-agent</artifactId>
<packaging>jar</packaging>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.avi.codedx</groupId>
<artifactId>codedx-teamcity-plugin-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion codedx-teamcity-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>codedx-teamcity-plugin</artifactId>
<groupId>com.avi.codedx</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>codedx-teamcity-plugin-common</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions codedx-teamcity-plugin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>codedx-teamcity-plugin</artifactId>
<groupId>com.avi.codedx</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>codedx-teamcity-plugin-server</artifactId>
<packaging>jar</packaging>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.avi.codedx</groupId>
<artifactId>codedx-teamcity-plugin-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.avi.codedx</groupId>
<artifactId>codedx-teamcity-plugin</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>10.0</teamcity-version>
Expand Down
2 changes: 1 addition & 1 deletion teamcity-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<info>
<name>codedx-teamcity-plugin</name>
<display-name>Code Dx</display-name>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Allows users to integrate TeamCity with Code Dx</description>
<download-codeDxUrl>https://github.com/codedx/codedx-teamcity-plugin</download-codeDxUrl>
<email>[email protected]</email>
Expand Down

0 comments on commit 173ecd2

Please sign in to comment.