Skip to content

Commit

Permalink
Tag release 2.0.0-RC2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Meyer <mmeyer@akamai.com>
  • Loading branch information
elreydetodo committed Oct 13, 2016
1 parent c40724a commit 97fc066
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Include the following Maven dependency in your project POM:
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-rest-assured</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
```

Expand Down Expand Up @@ -126,7 +126,7 @@ Include the following Maven dependency in your project POM:
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-google-http-client</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
```

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.0.0-RC1</version>
<version>2.0.0-RC2</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.0.0-RC1</version>
<version>2.0.0-RC2</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.0.0-RC1</version>
<version>2.0.0-RC2</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.0.0-RC1</version>
<version>2.0.0-RC2</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.0.0-RC1</version>
<version>2.0.0-RC2</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.0.0-RC1</version>
<version>2.0.0-RC2</version>

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

0 comments on commit 97fc066

Please sign in to comment.