Skip to content

Commit

Permalink
Updated teamcity-microsoftsdks version to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Jan 14, 2016
1 parent cd7bbc5 commit d3a0e59
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>teamcity-microsoftsdks</artifactId>
<groupId>teamcity</groupId>
<version>2.2.1</version>
<version>v2.2.2</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -16,17 +16,17 @@
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-agent</artifactId>
<version>2.2.1</version>
<version>v2.2.2</version>
</dependency>
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-common</artifactId>
<version>2.2.1</version>
<version>v2.2.2</version>
</dependency>
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-server</artifactId>
<version>2.2.1</version>
<version>v2.2.2</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks</artifactId>
<version>2.2.1</version>
<version>v2.2.2</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>8.1.4</teamcity-version>
Expand Down
4 changes: 2 additions & 2 deletions teamcity-microsoftsdks-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>teamcity-microsoftsdks</artifactId>
<groupId>teamcity</groupId>
<version>2.2.1</version>
<version>v2.2.2</version>
</parent>
<artifactId>teamcity-microsoftsdks-agent</artifactId>
<packaging>jar</packaging>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-common</artifactId>
<version>2.2.1</version>
<version>v2.2.2</version>
<scope>compile</scope>
</dependency>

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

Expand Down

0 comments on commit d3a0e59

Please sign in to comment.