Skip to content

Commit

Permalink
release: bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzadocarmo committed Aug 19, 2020
1 parent 8a6e580 commit cd36ffd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions awsS3Plugin-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>awsS3Plugin</artifactId>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<version>0.1.2</version>
<version>0.1.3</version>
</parent>

<artifactId>awsS3Plugin-agent</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<artifactId>awsS3Plugin-common</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion awsS3Plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>awsS3Plugin</artifactId>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<version>0.1.2</version>
<version>0.1.3</version>
</parent>
<artifactId>awsS3Plugin-common</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions awsS3Plugin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>awsS3Plugin</artifactId>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<version>0.1.2</version>
<version>0.1.3</version>
</parent>
<artifactId>awsS3Plugin-server</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<artifactId>awsS3Plugin-common</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>compile</scope>
</dependency>

Expand Down
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>awsS3Plugin</artifactId>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<version>0.1.2</version>
<version>0.1.3</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -18,17 +18,17 @@
<dependency>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<artifactId>awsS3Plugin-agent</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<artifactId>awsS3Plugin-common</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>com.dcn.teamcity.awsS3Plugin</groupId>
<artifactId>awsS3Plugin-server</artifactId>
<version>0.1.2</version>
<version>0.1.3</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>com.dcn.teamcity.awsS3Plugin</groupId>
<artifactId>awsS3Plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>9.0.3</teamcity-version>
Expand Down

0 comments on commit cd36ffd

Please sign in to comment.