Skip to content

Commit

Permalink
Release microsoftsdks v2.4.0
Browse files Browse the repository at this point in the history
- Windows 10 SDK detection
  • Loading branch information
jozefizso committed Oct 31, 2019
1 parent 20b3ff0 commit d313a76
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.3.1</version>
<version>2.4.0</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -17,17 +17,17 @@
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-agent</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-common</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-microsoftsdks-server</artifactId>
<version>2.3.1</version>
<version>2.4.0</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.3.1</version>
<version>2.4.0</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.3.1</version>
<version>2.4.0</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.3.1</version>
<version>2.4.0</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.3.1</version>
<version>2.4.0</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.3.1</version>
<version>2.4.0</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.3.1</version>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit d313a76

Please sign in to comment.