Skip to content

Commit

Permalink
Tag release 2.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetodo committed Mar 29, 2017
1 parent 2097614 commit 4e25457
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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-SNAPSHOT</version>
<version>2.1.0-RC1</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-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
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-SNAPSHOT</version>
<version>2.1.0-RC1</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-SNAPSHOT</version>
<version>2.1.0-RC1</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-SNAPSHOT</version>
<version>2.1.0-RC1</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-SNAPSHOT</version>
<version>2.1.0-RC1</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-SNAPSHOT</version>
<version>2.1.0-RC1</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-SNAPSHOT</version>
<version>2.1.0-RC1</version>

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

0 comments on commit 4e25457

Please sign in to comment.