Skip to content

Commit

Permalink
java client 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Nov 16, 2012
1 parent f4f171d commit c9386e3
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -93,14 +93,14 @@ Releases
```

###Mashape Java Client Library###
* Version: **2.0.7**
* Version: **2.0.8**
* Website: [https://github.com/Mashape/mashape-java-client-library](https://github.com/Mashape/mashape-java-client-library)

``` xml
<dependency>
<groupId>com.mashape.clients</groupId>
<artifactId>mashape-java-client</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
</dependency>
```

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
8845b2a4e414ac83c55966fb556eea01
@@ -0,0 +1 @@
9fdd65c3bc52c7f72a1bf71ade7f590684dc05d2
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mashape.clients</groupId>
<artifactId>mashape-java-client</artifactId>
<version>2.0.8</version>
</project>
@@ -0,0 +1 @@
b9e36a02a25b7086db9330aaccd6ae4f
@@ -0,0 +1 @@
553c5a1f5e8837a7de7b2568bc0ab2148349b933
Expand Up @@ -3,15 +3,16 @@
<groupId>com.mashape.clients</groupId>
<artifactId>mashape-java-client</artifactId>
<versioning>
<release>2.0.7</release>
<release>2.0.8</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
<version>2.0.3</version>
<version>2.0.4</version>
<version>2.0.6</version>
<version>2.0.7</version>
<version>2.0.8</version>
</versions>
<lastUpdated>20121019004144</lastUpdated>
<lastUpdated>20121116204830</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
7663401404322bf0061524d7e434076c
ff56713f35bb7c40e39ee2a9dd00a54c
@@ -1 +1 @@
639c38030b6634989e2e7f18c7e3c0f1836f2e62
4dfb4b2500cb2a299a336351d7d71de72885b642

0 comments on commit c9386e3

Please sign in to comment.