Skip to content

Commit 173ecd2

Browse files
author
Phillip Elliott
committed
Update version
1 parent 4af72be commit 173ecd2

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

build/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>codedx-teamcity-plugin</artifactId>
66
<groupId>com.avi.codedx</groupId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>build</artifactId>
1010
<packaging>pom</packaging>
@@ -18,17 +18,17 @@
1818
<dependency>
1919
<groupId>com.avi.codedx</groupId>
2020
<artifactId>codedx-teamcity-plugin-agent</artifactId>
21-
<version>1.0.0</version>
21+
<version>1.0.1</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.avi.codedx</groupId>
2525
<artifactId>codedx-teamcity-plugin-common</artifactId>
26-
<version>1.0.0</version>
26+
<version>1.0.1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.avi.codedx</groupId>
3030
<artifactId>codedx-teamcity-plugin-server</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.0.1</version>
3232
</dependency>
3333
</dependencies>
3434
<build>

codedx-teamcity-plugin-agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>codedx-teamcity-plugin</artifactId>
66
<groupId>com.avi.codedx</groupId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>codedx-teamcity-plugin-agent</artifactId>
1010
<packaging>jar</packaging>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.avi.codedx</groupId>
1515
<artifactId>codedx-teamcity-plugin-common</artifactId>
16-
<version>1.0.0</version>
16+
<version>1.0.1</version>
1717
<scope>compile</scope>
1818
</dependency>
1919

codedx-teamcity-plugin-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>codedx-teamcity-plugin</artifactId>
66
<groupId>com.avi.codedx</groupId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>codedx-teamcity-plugin-common</artifactId>
1010
<packaging>jar</packaging>

codedx-teamcity-plugin-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>codedx-teamcity-plugin</artifactId>
66
<groupId>com.avi.codedx</groupId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>codedx-teamcity-plugin-server</artifactId>
1010
<packaging>jar</packaging>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.avi.codedx</groupId>
1515
<artifactId>codedx-teamcity-plugin-common</artifactId>
16-
<version>1.0.0</version>
16+
<version>1.0.1</version>
1717
<scope>compile</scope>
1818
</dependency>
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.avi.codedx</groupId>
55
<artifactId>codedx-teamcity-plugin</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<packaging>pom</packaging>
88
<properties>
99
<teamcity-version>10.0</teamcity-version>

teamcity-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<info>
44
<name>codedx-teamcity-plugin</name>
55
<display-name>Code Dx</display-name>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<description>Allows users to integrate TeamCity with Code Dx</description>
88
<download-codeDxUrl>https://github.com/codedx/codedx-teamcity-plugin</download-codeDxUrl>
99
<email>support@codedx.com</email>

0 commit comments

Comments
 (0)