Skip to content

Commit

Permalink
releasing java client library 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shatsar committed Sep 19, 2012
1 parent abce321 commit f637fd6
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60ae926820e00a43abf95e9fa1fa9de6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8c77f620c97a780969a243a682cf3feadddfa3e7
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0"?>
<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>1.3.6</version>
<name>mashape-java-client</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<fork>true</fork>
<meminitial>128m</meminitial>
<maxmem>512m</maxmem>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>fully.qualified.MainClass</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4b7fce4d4d8b4b51454bc74f74dc0519
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6ca719ab6eb17f1b0b2c48440b8b4f7e521f6e2d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.mashape.clients</groupId>
<artifactId>mashape-java-client</artifactId>
<versioning>
<release>1.3.0</release>
<release>1.3.6</release>
<versions>
<version>1.0</version>
<version>1.0.1</version>
Expand All @@ -14,7 +14,8 @@
<version>1.2.3</version>
<version>1.2.4</version>
<version>1.3.0</version>
<version>1.3.6</version>
</versions>
<lastUpdated>20120823003938</lastUpdated>
<lastUpdated>20120919221028</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3bd7fab0f7da6d9e7a2a2c930f9e5be2
6023222e4235cd0857ca51e7f80818a5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6fccd89f5ea96325ce4987b613cef41bbcd2d5c7
1bd9d358c849af2aa40033a678e73a2aaf67a292

0 comments on commit f637fd6

Please sign in to comment.