Skip to content

Commit

Permalink
Tag release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetodo committed Jul 27, 2017
1 parent 4e25457 commit 25c1fee
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions edgegrid-signer-apache-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>2.1.0-RC1</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-core</artifactId>
<version>2.1.0-RC1</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -73,4 +73,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion edgegrid-signer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>2.1.0-RC1</version>
<version>2.1.0</version>
</parent>

<artifactId>edgegrid-signer-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions edgegrid-signer-google-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>2.1.0-RC1</version>
<version>2.1.0</version>
</parent>

<artifactId>edgegrid-signer-google-http-client</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-core</artifactId>
<version>2.1.0-RC1</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 2 additions & 2 deletions edgegrid-signer-rest-assured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>2.1.0-RC1</version>
<version>2.1.0</version>
</parent>

<artifactId>edgegrid-signer-rest-assured</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-core</artifactId>
<version>2.1.0-RC1</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-parent</artifactId>
<version>2.1.0-RC1</version>
<version>2.1.0</version>

<modules>
<module>edgegrid-signer-core</module>
Expand Down

0 comments on commit 25c1fee

Please sign in to comment.