Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
version 1.2 of httpservice as jar
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-agosti committed Sep 2, 2011
1 parent 93335e1 commit 4dae52a
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions releases/com/novoda/httpservice/core/1.2/core-1.2.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fe29e7419fbb7c4c0c7db7c18f3e914a
1 change: 1 addition & 0 deletions releases/com/novoda/httpservice/core/1.2/core-1.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e4a80d33ffed5d2dcc1565b95b1878358e96ae01
67 changes: 67 additions & 0 deletions releases/com/novoda/httpservice/core/1.2/core-1.2.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.novoda</groupId>
<artifactId>team</artifactId>
<version>0.1.2</version>
<relativePath></relativePath>
</parent>
<groupId>com.novoda.httpservice</groupId>
<artifactId>core</artifactId>
<version>1.2</version>
<packaging>jar</packaging>
<name>core</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<android.version>2.2.1</android.version>
</properties>

<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>${android.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.0-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.pivotallabs</groupId>
<artifactId>robolectric</artifactId>
<version>1.0-RC1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-core</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-commonshttp4</artifactId>
<version>1.2.1</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions releases/com/novoda/httpservice/core/1.2/core-1.2.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3145c39b3ff852a26fa277982f8b48a5
1 change: 1 addition & 0 deletions releases/com/novoda/httpservice/core/1.2/core-1.2.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
69e2ee058dd7d74f2b71c6b7a5046895fd3d94b7
12 changes: 12 additions & 0 deletions releases/com/novoda/httpservice/core/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.novoda.httpservice</groupId>
<artifactId>core</artifactId>
<versioning>
<release>1.2</release>
<versions>
<version>1.2</version>
</versions>
<lastUpdated>20110902162709</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0f7110d207575a60f2f14dd386318c04
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fbc01c731b1b3874dcd6cbf2dd764a0f2c72c9ef

0 comments on commit 4dae52a

Please sign in to comment.